Jump to content

Burp: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 August 2025

  • curprev 15:1915:19, 6 August 2025 Encryptid talk contribs 487 bytes +487 Created page with "=Proxying AWS= Just a quick bit on how to use AWS CLI through Burp: * Grab the certificate for the Burp Proxy from http://burp/ openssl x509 -in cacert.der -inform DER -out burp.crt sudo cp burp.crt /usr/local/share/ca-certificates/ sudo update-ca-certificates * Now set the environment variables export HTTPS_PROXY=http://127.0.0.1:8080 export HTTP_PROXY=http://127.0.0.1:8080 export AWS_CA_BUNDLE=/usr/local/share/ca-certificates/burp.crt Categor..."