Skip to content

Instantly share code, notes, and snippets.

@sh4t
Created August 13, 2015 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sh4t/c874e4b01c55faabbe54 to your computer and use it in GitHub Desktop.
Save sh4t/c874e4b01c55faabbe54 to your computer and use it in GitHub Desktop.
get the current exitnode exitaddress ips from T0R project
#!/bin/bash
curl -s https://check.torproject.org/exit-addresses | grep ExitAddress |awk '{print $2}'
@sh4t
Copy link
Author

sh4t commented Aug 13, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment