Created
August 13, 2015 22:28
-
-
Save sh4t/c874e4b01c55faabbe54 to your computer and use it in GitHub Desktop.
get the current exitnode exitaddress ips from T0R project
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
#!/bin/bash | |
curl -s https://check.torproject.org/exit-addresses | grep ExitAddress |awk '{print $2}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fetch t0r Exit Node IPv4/v6 Addresses
This is still a work in progress, but essentially you can get the IPv4 just using curl as above.