Skip to content

Instantly share code, notes, and snippets.

@KrustyHack
Created January 27, 2015 12:34
Show Gist options
  • Save KrustyHack/a8067b54be01634acfbb to your computer and use it in GitHub Desktop.
Save KrustyHack/a8067b54be01634acfbb to your computer and use it in GitHub Desktop.
Curl through Tor proxy with socks5
#!/bin/bash
curl --socks5 localhost:9050 $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment