Skip to content

Linux bash script to check list of IPs (by default OpenVZ VPS IPs) against list of Tor exist node IPss and report is some IP is listed on the Tor website.

License

Notifications You must be signed in to change notification settings

slrslr/linux-bash-script-iplist-check-tor-exitnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

linux-bash-script-iplist-check-tor-exitnode

Linux bash script to check list of IPs (by default OpenVZ VPS IPs) against list of Tor exist node IPs and report if some IP is listed there on the Tor website.

To make it working with custom IP list (not OpenVZ VPS IP list), comment out or delete line:

vzlist | grep -oE "\b([0-9]{1,3}.){3}[0-9]{1,3}\b" > /tmp/vmips

and then add IPs to the file /tmp/vmips (one IP per line).


Script can be made to run as a cronjob, "chmod 600 scriptname" might be needed

About

Linux bash script to check list of IPs (by default OpenVZ VPS IPs) against list of Tor exist node IPss and report is some IP is listed on the Tor website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages