Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Sqlmap without id parameter. filter_list
Author
Message
Sqlmap without id parameter. #1
Hello,
Is it possible to scan a website with Sqlmap without id parameter? My target doesn't have any "id" parameter in the URL!

Thank you.
(This post was last modified: 02-27-2021, 12:17 PM by Hack3rcon.)

Reply

RE: Sqlmap without id parameter. #2
Yes it is possible, i dont know why you specially talk about an "ID" Parameter, there are few more Parameters out there
[Image: 1ZmB97]

Reply

RE: Sqlmap without id parameter. #3
(02-27-2021, 01:03 PM)tschaikowsky Wrote: Yes it is possible, i dont know why you specially talk about an "ID" Parameter, there are few more Parameters out there
Thank you.
I checked https://www.geeksforgeeks.org/use-sqlmap...erability/ and https://www.binarytides.com/sqlmap-hacking-tutorial/ and other tutorials, but they worked with the "id" parameter.
Can you show me how?

Reply

RE: Sqlmap without id parameter. #4
https://www.geeksforgeeks.org/use-sqlmap...erability/
http://testphp.vulnweb.com/listproducts.php?cat=1
sqlmap -u http://testphp.vulnweb.com/listproducts.php?cat=1 --dbs

and many more
[Image: 1ZmB97]

Reply

RE: Sqlmap without id parameter. #5
(02-27-2021, 05:36 PM)tschaikowsky Wrote: https://www.geeksforgeeks.org/use-sqlmap...erability/
http://testphp.vulnweb.com/listproducts.php?cat=1
sqlmap -u http://testphp.vulnweb.com/listproducts.php?cat=1 --dbs

and many more
As I said, that examples have id parameter.

Reply

RE: Sqlmap without id parameter. #6
So i have ran into the same wonder
my self in the last few days.Can one add an ID parameter to a specific site target url?Or can one create a custone dork for a specific site with an id parameter?Any further insight
appreiciated here.
(This post was last modified: 05-26-2021, 08:07 PM by Pr0blemZ.)

Reply

RE: Sqlmap without id parameter. #7
I'm not sure I understand the questions here, but maybe you could start by learning more about post/get requests and html forms, and how they're connected to sql injections

Reply