Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GDSSecurity/burpee
Python object interface to requests/responses recorded by Burp Suite
https://github.com/GDSSecurity/burpee
Last synced: 2 months ago
JSON representation
Python object interface to requests/responses recorded by Burp Suite
- Host: GitHub
- URL: https://github.com/GDSSecurity/burpee
- Owner: GDSSecurity
- Created: 2010-08-09T20:09:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T17:12:32.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T00:23:00.557Z (6 months ago)
- Language: Python
- Homepage: http://mwielgoszewski.github.com/burpee/
- Size: 214 KB
- Stars: 36
- Watchers: 24
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-burp-extensions - Burpee - Python object interface to requests/responses recorded by Burp Suite. (Scripting)
README
The GDS Burp API exposes a Python object interface to requests/responses
recorded by Burp (whether Proxy/Spider/Repeater, etc). The API is used to
parse Burp logs, creating a list of “Burp objects” that contain the request
and response data and related meta-data.For more information see:
http://www.gdssecurity.com/l/b/2010/08/10/constricting-the-web-the-gds-burp-api/.