https://github.com/petermosmans/burp-extensions
A small collection of Burp Suite extensions, written in Python
https://github.com/petermosmans/burp-extensions
Last synced: about 1 year ago
JSON representation
A small collection of Burp Suite extensions, written in Python
- Host: GitHub
- URL: https://github.com/petermosmans/burp-extensions
- Owner: PeterMosmans
- License: gpl-3.0
- Created: 2016-05-17T07:25:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T02:57:45.000Z (over 9 years ago)
- Last Synced: 2025-03-24T18:21:30.946Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 10
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A collection of open source Burp Extensions, written in Python
## Blackhole Hosts
Blackhole Hosts is an extension that drops proxy requests to certain hosts, and logs those dropped requests. This allows you to effectively blackhole hosts, while not modifying Burp's (included or excluded) scope.
See [Blackhole_Hosts](Blackhole_Hosts/README.md) for more information