Skip to content

Instantly share code, notes, and snippets.

@maietta
Created August 4, 2016 18:15
Show Gist options
  • Save maietta/0debb4fc1f612792f00708b73035e7ff to your computer and use it in GitHub Desktop.
Save maietta/0debb4fc1f612792f00708b73035e7ff to your computer and use it in GitHub Desktop.
Bash command to get IP's of Tor exit nodes
curl https://check.torproject.org/exit-addresses | awk '/^ExitAddress/' | grep -o '[0-9]\+[.][0-9]\+[.][0-9]\+[.][0-9]\+' > $PWD/tor-exit-addresses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment