-
-
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
cannot parse multiple requests from BURP-like log file with -l option #5740
Comments
Or maybe there is way for -m option to work with POST requests? - in the documentation there is only format for GET requests... |
after a second look, i've realized that you've used an old version of Burp log file. it should be parseable by sqlmap out of the box. i believe that you haven't put the with the latest revision:
|
p.s. that |
works like a charm now, many thanx! |
Hi guys, can't make it read multiple requests from BURP-like log file with -l option. Does it support this? I tried variants of request separators (double empty lines, dashes, asterisks, equal signs) without luck - it always says "not a valid WebScarab log data... sqlmap parsed 1 (parameter unique) requests from the targets list ready to be tested", and takes only first request.
Maybe i'm using wrong separators? Please could you explain and maybe update documentation on this?
My command: sqlmap -l burp.txt
My txt file example:
The text was updated successfully, but these errors were encountered: