Professional Community
This extension allows users to generate AWS-signed curl
commands from HTTP requests. It simplifies the process of testing and reproducing AWS API requests on the command line with valid AWS Signature Version 4 headers.
curl
commands from selected HTTP requestsAuthorization
and x-amz-date
curl
command to your clipboard.curl
.The general structure of these commands can be seen below.
awscurl --service <service> --region us-east-1 \\
-X GET \\
-H Host: <host> \\
-H Accept-Encoding: gzip, deflate, br \\
-H User-Agent: <User-Agent> \\
-H X-Amz-Date: <date> \\
-H X-Amz-Security-Token: <Token> \\
-d {<data>} \\
<Endpoint-URL>
curl https://endpoint \\
--user $AWS_ACCESS_KEY_ID:$AWS_SECRET_ACCESS_KEY \\
-H x-amz-security-token: $AWS_SESSION_TOKEN \\
--aws-sigv4 aws:amz:<region>:<service> \\
-H User-Agent: <User-Agent> \\
-H Accept: application/json, \\
-H Accept-Language: en-US,en;q=0.5 \\
-H Accept-Encoding: gzip, deflate, br \\
-H Content-Type: application/json \\
-H Origin: * \\
-H Content-Length: 457 \\
--data {<data>}
Author |
Author
Dotwut |
---|---|
Version |
Version
1.0.0 |
Rating |
Rating |
Popularity |
Popularity |
Last updated |
Last updated
26 June 2025 |
Estimated system impact |
Estimated system impact
Overall impact: Empty
Memory
Empty
CPU
Empty
General
Empty
Scanner
Empty
|
You can install BApps directly within Burp, via the BApp Store feature in the Burp Extender tool. You can also download them from here, for offline installation into Burp.
|
You can view the source code for all BApp Store extensions on our GitHub page. |
|
Follow @BApp_Store on Twitter to receive notifications of all BApp releases and updates. |
Please note that extensions are written by third party users of Burp, and PortSwigger Web Security makes no warranty about their quality or usefulness for any particular purpose.
Please note that extensions are written by third party users of Burp, and PortSwigger Web Security makes no warranty about their quality or usefulness for any particular purpose.