Skip to content

Instantly share code, notes, and snippets.

@ngregoire
Created December 31, 2024 15:18
Show Gist options
  • Save ngregoire/f1e7ba9184b525f343615799ac6890e4 to your computer and use it in GitHub Desktop.
Save ngregoire/f1e7ba9184b525f343615799ac6890e4 to your computer and use it in GitHub Desktop.
A simple wrapper that routes curl traffic through Burp Suite
#/usr/bin/env sh
curl --proxy http://127.0.0.1:8080/ --user-agent burl --insecure "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment