Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A Burp Suite extension to allow pasting cURL commands as raw HTTP requests in a new tab in Repeater.

Awesome Lists containing this project

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 command

A new tab will open in repeater with the parsed raw HTTP request.