Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jstrosch/username_generator
A Burp Extension that parses emails from HTTP content and can optionally generate usernames.
https://github.com/jstrosch/username_generator
burp-extensions burpsuite demo python
Last synced: 15 days ago
JSON representation
A Burp Extension that parses emails from HTTP content and can optionally generate usernames.
- Host: GitHub
- URL: https://github.com/jstrosch/username_generator
- Owner: jstrosch
- License: mit
- Created: 2019-07-30T03:37:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T17:25:30.000Z (about 5 years ago)
- Last Synced: 2024-08-02T00:23:11.836Z (4 months ago)
- Topics: burp-extensions, burpsuite, demo, python
- Language: Python
- Homepage: http://0xevilc0de.com
- Size: 3.91 KB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Email Parser and Username Generation - Burp Suite Extension
Burp Suite allows for extensions to be created in Python. This is a Python extension that will parse email addresses out of selected URLs from the target tab and display them in the output window of the Extensions tab. It will also generate a list of usernames from the emails found with basic permutations.
# Demo / More Information
[Blog Post - OxEvilC0de.com](https://0xevilc0de.com/finding-usernames-with-burp-extensions/)
[Demo - YouTube](https://youtu.be/Yf92sZ1sx6o)# Dependencies
Download the latest version of [jython](http://www.jython.org) and configure Burp to use under Extender->Options->Python Environment.
# Installation
Add the Python script under Extender->Extensions. During loading there is an output window that will inform you of any errors.
# Usage
From the Target tab, select any URLs that you have visited, right-click and select "Get Emails" or "Generate Usernames" from the context menu.
Enjoy!