Cheburek is a Burp extension that allows to detect if an email address has been compromised in a data breach.
Here is an example when Cheburek has found breached account in my local DB with breaches.
Easy Peasy!
Extension uses https://haveibeenpwned.com/ API for checking if email address is in different data breacheas.
Also Cheburek allows you to use your own breach db (Collection#1 for example)
- Burp Suite Professional (version 1.6 or later)
- Standalone Jython 2.5 or later
- Initial Public Release
- Add search in local breach db
- Improve the regular expression for extracting email
- Add search in local breach db
- Multithreading!