Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T08:07:16.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T05:00:09.062Z (almost 2 years ago)
- Topics: perl
- Language: Perl
- Homepage: https://github.com/r3k4t
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOR IP RESOLVER
![Screenshot from 2021-01-21 13-43-00](https://user-images.githubusercontent.com/69615463/105320769-c4627e80-5bf0-11eb-9bdd-5eb7655642e3.png)
[![Perl](https://img.shields.io/badge/Perl-5-purple.svg)](https://metacpan.org/release/perl/)
[![OS](https://img.shields.io/badge/Tested%20On-Linux-purple.svg)](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