https://github.com/r3k4t/onionnux
Onionnux is a onionsite(DEEPNET/DARKNET) tool.It can help to idenitfy onionsite is active or onionsite server name.
https://github.com/r3k4t/onionnux
bugbounty forensics-investigations onion-routing python-pyfiglet python-requests security-analysis security-audit security-research socks5-proxy software-engineering website-vulnerability
Last synced: about 1 month ago
JSON representation
Onionnux is a onionsite(DEEPNET/DARKNET) tool.It can help to idenitfy onionsite is active or onionsite server name.
- Host: GitHub
- URL: https://github.com/r3k4t/onionnux
- Owner: r3k4t
- License: cc0-1.0
- Created: 2021-03-11T04:19:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T05:49:58.000Z (about 4 years ago)
- Last Synced: 2023-03-05T05:00:08.165Z (about 2 years ago)
- Topics: bugbounty, forensics-investigations, onion-routing, python-pyfiglet, python-requests, security-analysis, security-audit, security-research, socks5-proxy, software-engineering, website-vulnerability
- Language: Python
- Homepage: https://github.com/r3k4t
- Size: 29.3 KB
- Stars: 16
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.python.org/downloads/release/python/)
[](https://en.wikipedia.org/wiki/Linux)# OnionNux

Author : RKT
Onionnux is a onionsite(DEEPNET/DARKNET) tool.Its build on python program(script).It can help to idenitfy onionsite is active or onionsite server name.
### Setup[PIP MODULE] ###
Ubuntu,Kali-Linux,Parrot Os
+ sudo apt install tor
+ sudo pip install -r requirements.txtArch Linux
1.sudo pacman -S tor
2.sudo pip install -r requirements.txtRedHat Linux
1.sudo yum install tor
2.sudo pip install -r requirements.txtCentOs
1.sudo dnf install tor
or
1.sudo yum install tor
2.sudo pip install -r requirements.txt### Tor Network[Start] ###
+ sudo service tor start

### Terminal Command ###
+ git clone https://github.com/r3k4t/onionnux.git
+ cd onionnux
+ sudo python onionnux.py### Example : ###

### Tor Network[Stop] ###
+ sudo service tor stop
