Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T05:49:58.000Z (over 3 years ago)
- Last Synced: 2023-03-05T05:00:08.165Z (over 1 year 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
[![python](https://img.shields.io/badge/Program-Python-brightgreen.svg)](https://www.python.org/downloads/release/python/)
[![OS](https://img.shields.io/badge/Tested%20On-Linux-yellowgreen.svg)](https://en.wikipedia.org/wiki/Linux)# OnionNux
![PSX_20210311_111057](https://user-images.githubusercontent.com/69615463/110739094-b0cfad80-825a-11eb-8c0d-353965f470e5.jpg)
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
![Screenshot at 2021-03-11 09-23-15](https://user-images.githubusercontent.com/69615463/110735201-7e6e8200-8253-11eb-8299-831674114143.png)
### Terminal Command ###
+ git clone https://github.com/r3k4t/onionnux.git
+ cd onionnux
+ sudo python onionnux.py### Example : ###
![Screenshot at 2021-03-11 09-22-39](https://user-images.githubusercontent.com/69615463/110735131-5aab3c00-8253-11eb-9b66-8e405b63b4ae.png)
### Tor Network[Stop] ###
+ sudo service tor stop
![Screenshot at 2021-03-11 10-07-47](https://user-images.githubusercontent.com/69615463/110735226-934b1580-8253-11eb-96be-bf205f90c395.png)