Created
August 4, 2016 18:15
-
-
Save maietta/0debb4fc1f612792f00708b73035e7ff to your computer and use it in GitHub Desktop.
Bash command to get IP's of Tor exit nodes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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