Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustd/burp-suite-paste-curl
A Burp Suite extension to allow pasting cURL commands as raw HTTP requests in a new tab in Repeater.
https://github.com/augustd/burp-suite-paste-curl
Last synced: 2 months ago
JSON representation
A Burp Suite extension to allow pasting cURL commands as raw HTTP requests in a new tab in Repeater.
- Host: GitHub
- URL: https://github.com/augustd/burp-suite-paste-curl
- Owner: augustd
- License: apache-2.0
- Created: 2024-03-02T00:24:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:23:28.000Z (3 months ago)
- Last Synced: 2024-10-26T03:38:59.701Z (3 months ago)
- Language: Java
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-burp-extensions - burp-suite-paste-curl - Burp Suite extension to allow pasting cURL commands into a new tab in Repeater. The pasted cURL command will be parsed into a raw HTTP request suitable for use with Repeater. (Misc / SSRF)
README
# burp-suite-paste-curl
Burp Suite extension to allow pasting cURL commands into a new tab in Repeater. The pasted cURL command will be parsed
into a raw HTTP request suitable for use with Repeater.### Usage
1. Copy a curl request (from browser developer tools, API docs, etc)
2. Right click in a pane where requests are shown (e.g. Proxy, Repeater, etc)
3. Select Extensions -> Paste cURL -> Paste cURL commandA new tab will open in repeater with the parsed raw HTTP request.