Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hxzeroone/quoted-printable-Parser
A Burp Suite extension to parse Content-Transfer-Encoding: quoted-printable emails received in Burpcollaborator's SMTP
https://github.com/Hxzeroone/quoted-printable-Parser
Last synced: 3 months ago
JSON representation
A Burp Suite extension to parse Content-Transfer-Encoding: quoted-printable emails received in Burpcollaborator's SMTP
- Host: GitHub
- URL: https://github.com/Hxzeroone/quoted-printable-Parser
- Owner: Hxzeroone
- Created: 2020-08-08T14:45:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T16:08:05.000Z (about 4 years ago)
- Last Synced: 2024-05-08T01:33:47.150Z (6 months ago)
- Language: Python
- Homepage:
- Size: 1.16 MB
- Stars: 26
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Hxzeroone/quoted-printable-Parser - A Burp Suite extension to parse Content-Transfer-Encoding: quoted-printable emails received in Burpcollaborator's SMTP (Python)
README
# quoted-printable Parser
A Burp Suite extension to parse Content-Transfer-Encoding: `quoted-printable` emails recieved in Burpcollaborator's SMTP
![PoC](https://github.com/Hxzeroone/quoted-printable-Parser/blob/master/screenshot.png)## Dependenices :
You might have to [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.2/jython-standalone-2.7.2.jar) & add the Jython Path in BurpSuite `Extender --> Options --> Python Environment` If you're installing python extensions in the Burpsuite for the first time.## Credits
Plugin Layout & Button copied & tweaked from https://github.com/Meatballs1/burp_saml 😊