Jump to content

Main public logs

Combined display of all available logs of YawgNetWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:19, 6 August 2025 Encryptid talk contribs created page Burp (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...")