Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GeoffWalton/burp--Adhoc-Payload-Processors
Generate payload processors on the fly - without having to create individual extensions.
https://github.com/GeoffWalton/burp--Adhoc-Payload-Processors
Last synced: about 1 month ago
JSON representation
Generate payload processors on the fly - without having to create individual extensions.
- Host: GitHub
- URL: https://github.com/GeoffWalton/burp--Adhoc-Payload-Processors
- Owner: GeoffWalton
- Created: 2019-05-16T20:40:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T20:32:58.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T00:23:09.357Z (4 months ago)
- Language: Ruby
- Size: 119 KB
- Stars: 4
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-extensions - Adhoc Payload Processors - Generate payload processors on the fly, without having to create individual extensions. (Payload Generators and Fuzzers / SSRF)
README
# burp--Adhoc-Payload-Processors
Generate payload processors on the fly - without having to create individual extensions.Name: Adhoc Payload Processing
Description:
Creates a new suite tab “Adhoc Payload Processing” that allows users to quickly define new payload processors with a single ruby function with a signature similar to the Burp Extension API using Ruby strings. All the boiler plate of registering extensions is handled automatically. The tool allows for creating, removing, and saving your payload processors within Burp suite.Once the function body is defined simply click “Create Payload Processor” to make it immediately available in Intruder. Processors can be similarly removed with the “Remove Processor” button and a fresh processor template is always available clicking “Restore Template.” Finally, the currently defined payload processors can be saved using the “Save Extension State” button; this will preserve payload processors across restarts of the suite.
Note: there are probably UI layout issues with larger fonts
Screenshot:
![Alt text](/screenshot.png?raw=true "User Interface")