Skip to content
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

add support of burp project files #5

Open
blshkv opened this issue Jun 11, 2018 · 1 comment
Open

add support of burp project files #5

blshkv opened this issue Jun 11, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@blshkv
Copy link

blshkv commented Jun 11, 2018

burp project file is a single "live" file which records all logs automatically and this is the preferable way.
The current approach (to export logs manually) seems not very practical.

btw, sqlmap can parse burp/webscarab log files, see:
sqlmap -l LOGFILE

So ideally, you should push your work back to sqlmap instead of creating yet another one-day script.

@djhohnstein
Copy link
Contributor

While I'm not 100% sure on the difference in XML structure between log files and project files, my hunch would be that this should be an easy improvement.

You should push your work back to sqlmap

Once the project reaches a more stable state I'd definitely be open to this. Thanks!

@djhohnstein djhohnstein added the enhancement New feature or request label Jun 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants