This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
vulstudy
mirror of
https://github.com/c0ny1/vulstudy
Watch
1
Star
0
Fork
You've already forked vulstudy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
42a7c2b9cd
vulstudy
/
vulnerable-node
/
postgresql
/
init.sql
2 lines
92 B
SQL
Raw
Blame
History
CREATE
DATABASE
vulnerablenode
;
GRANT
ALL
PRIVILEGES
ON
DATABASE
vulnerablenode
TO
postgres
;
Reference in New Issue
View Git Blame
Copy Permalink