sqlmapproject / sqlmap

Automatic SQL injection and database takeover tool
http://sqlmap.org
Other
30.88k stars 5.56k forks source link

cant fetch the tables from the database #5689

Closed Boss130555 closed 1 month ago

Boss130555 commented 1 month ago

my database name is called "jams" i find the vulnerability and find the database name i.e jams in sqlmap i entered the command like this " sqlmap -u https://jams-jnnce.in --crawl 3 --batch level 5 risk 3 -D jams --tables " but it taking so much and much time fetch a single table what can i do ? it showing increasing time delay 1 seconds after 1 seconds please help out from this please?

stamparm commented 1 month ago

can you please tell me what's exactly the useful information given here? i mean, let yourself into my position and say what would you do

tanaydin commented 1 month ago

@Boss130555 , you can increase the verbosity with "-v" argument, like... (also you need to add -- before level and risk)

sqlmap -u https://jams-jnnce.in/ --crawl 3 --batch --level 5 --risk 3 -D jams --tables -v 6

and see exactly which point it's doing wrong or bottleneck.