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

Feature request - Import logs from all tools #116

Open
0x1Nj3cT0R opened this issue Sep 11, 2020 · 2 comments
Open

Feature request - Import logs from all tools #116

0x1Nj3cT0R opened this issue Sep 11, 2020 · 2 comments
Assignees

Comments

@0x1Nj3cT0R
Copy link

0x1Nj3cT0R commented Sep 11, 2020

Feature description:

Currently the extension has the option to log from all the tools, but only import from Proxy history.
It would be nice to add the functionality to import logs from all tools (Repeater, Intruder, Scanner, etc.).

This would make it possible to search all the requests/responses from all tools even after closing and re-opening Burp.

@0x1Nj3cT0R 0x1Nj3cT0R changed the title Import logs from all tools Feature request - Import logs from all tools Sep 11, 2020
@CoreyD97
Copy link
Collaborator

Thank you for your suggestion!

Unfortunately, the Burp API only stores requests and responses for proxy items, and as such are the only ones which can be imported at the moment.

I started implementation on allowing logs from all tools to be stored in an sqlite3 database which could be imported on startup, however never finished its implementation, though this feature request shows there is a need for this, and I will look into implementing this at some point.

Thanks!

@0x1Nj3cT0R
Copy link
Author

Hi Corey,

Indeed the Burp API stores only data from the proxy tool. However, the .burp files store all the data from all the tools. Maybe, implementing a custom parser would make this functionality possible (either on the .burp files or the log files in Misc > Logging).

The sqlite3 DB implementation sounds great. Can't wait.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants