righettod / log-requests-to-sqlite

BURP extension to record every HTTP request send via BURP and create an audit trail log of an assessment.
https://portswigger.net/bappstore/d916d94506734f3490e49391595d8747
GNU General Public License v3.0
61 stars 16 forks source link

Raise an UI error message when DB file cannot be used. #5

Closed righettod closed 5 years ago

righettod commented 5 years ago

Issue raised by Burp team:

If I make the SQLite file corrupt, it doesn’t produce any error message, 
despite failing to log. 

Would be helpful if it produced an error message – probably using JOptionPane.showMessageDialog

Cheers
PortSwigger Web Security 
righettod commented 5 years ago

The following UI notification has been added when the extension cannot be loaded:

fixissue5