-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only get the last result when crawling using sqlmapapi #2503
Comments
https://www.facebook.com/profile.php?id=100069654810948#!/usr/bin/python class AutoSqli(object):
if name == 'main': |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Related webpages:
intro.php
test.php and test2.php are the same like:
Issue detail
I uses python sqlmapapi.py -s to start a server,and uses the following script to use crawl to detect injection:
The script start a new scan from intro.php and the crawldepth is 1.I expect to return the result of scanning test.php and test2.php because they are the same. but it only return the result of scanning test2.php:
Suggest Solution
When I comment the if in the write function of class StdDbOut in /lib/utils/api.py line 241 to line 244:
I found it can return the result as I expect
I guess this is not a good solution,but it worked just as well so far.I hope the problem can be really solved.
The text was updated successfully, but these errors were encountered: