Skip to content

AdithyaViswanathan/tor-ip-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Check whether an IP is a tor IP.

This program uses exonerator.torproject.org for it's working,

Required packages to install :

libcurl 

To Install libcurl :

sudo apt-get install libcurl4-openssl-dev

Command :

g++ <filename.cpp> -lcurl -o <outputfile>
./<output file> <ip to be checked>

About

Checks whether an IP is a tor IP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages