You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: