Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 254 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 254 Bytes

exit-node-scraper

Simple Python module for scraping exit nodes from https://check.torproject.org/exit-addresses

Do it from command line

$ curl -s https://check.torproject.org/exit-addresses | grep ExitNode | sed 's/ExitNode //g' > fp.txt