https://github.com/r3k4t/tor-ip-resolver
A simple perl program which gather any website ip address from Tor Network.
https://github.com/r3k4t/tor-ip-resolver
perl
Last synced: 4 months ago
JSON representation
A simple perl program which gather any website ip address from Tor Network.
- Host: GitHub
- URL: https://github.com/r3k4t/tor-ip-resolver
- Owner: r3k4t
- License: mit
- Created: 2021-01-21T07:58:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T08:07:16.000Z (over 4 years ago)
- Last Synced: 2025-01-17T21:31:09.300Z (5 months ago)
- Topics: perl
- Language: Perl
- Homepage: https://github.com/r3k4t
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOR IP RESOLVER

[](https://metacpan.org/release/perl/)
[](https://en.wikipedia.org/wiki/Linux)Author : RKT
A simple perl program which gather any website ip address from Tor Network.
### Setup ###
+ sudo apt install tor
### Tor Network Command(Start) ###
+ sudo service tor start
### Terminal Command ###
+ git clone https://github.com/r3k4t/tor-ip-resolver.git
+ cd tor-ip-resolver
+ sudo perl tor-ip-resolver.pl### Tor Network Command(Stop) ###
+ sudo service tor stop