ONYXINT is a sophisticated dark web intelligence and forensics tool designed for security researchers, forensic investigators, and threat intelligence analysts. It leverages the Tor network to anonymously discover and catalog .onion services, providing comprehensive search capabilities through the Tor66 search engine.
Β· π Deep Dark Web Search - Query Tor66 search engine for .onion services Β· π₯οΈ Interactive TUI - User-friendly terminal interface with real-time progress Β· π Comprehensive Analytics - Detailed statistics with visual bar charts Β· πΎ CSV Export - Structured output for further analysis Β· β‘ Multiprocessing - Optimized parallel page fetching Β· π Tor Integration - SOCKS5 proxy support for anonymous browsing Β· π Forensic Ready - Professional-grade investigation capabilities
Requirement Version Check Command Python 3.7+ python3 --version Tor Latest tor --version Pip Latest pip3 --version
git clone https://github.com/sylhetyhackvenger/ONYXINT cd ONYXINT
requests>=2.28.0 beautifulsoup4>=4.11.0 tqdm>=4.64.0 PySocks>=1.7.1 urllib3>=1.26.0 lxml>=4.9.0
sudo apt-get install tor # Ubuntu/Debian brew install tor # macOS sudo systemctl start tor # Start Tor service
Basic Command
python3 onyxint.py .
Option Description Default
--proxy Tor SOCKS5 proxy 127.0.0.1:9050
--output Output CSV filename output_$SEARCH_$DATE.csv
--limit Max pages to load 0 (unlimited)
--timeout Request timeout (seconds) 60
--mp_units Parallel processes CPU cores - 1
--preview_limit Results to preview 20
--field_delimiter CSV delimiter ,
--continuous_write Write progressively False
python3 onyxint.py --proxy 127.0.0.1:9050
python3 onyxint.py --limit 5
python3 onyxint.py --output investigation_results.csv
python3 onyxint.py --timeout 120
python3 onyxint.py --mp_units 4
Column Description Example
engine Search engine tor66
name Site title Dark Market
link .onion URL http://abc123.onion
domain Domain name abc123.onion
"engine","name","link","domain" "tor66","Dark Market","http://darkmarket.onion","darkmarket.onion" "tor66","Drug Market","http://drugsmarket.onion","drugsmarket.onion"
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β 1. Start Script β β βββ Display ASCII Banner with Dragon β β 2. TUI Interface β β βββ Prompt user for search topic β β 3. Initialize Tor Proxy β β βββ Setup SOCKS5 connection to Tor network β β 4. Query Tor66 β β βββ Fetch first page β β βββ Calculate total pages β β βββ Multi-process parallel fetching β β 5. Extract Results β β βββ Parse HTML with BeautifulSoup β β βββ Extract .onion links β β βββ Deduplicate entries β β 6. Generate Report β β βββ Display raw results preview β β βββ Show analytics dashboard β β βββ Save to CSV β β 7. Loop Back β β βββ Wait for Enter key to search again β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π Tor66 Search β Query Tor66 search engine π₯οΈ TUI Interface β Interactive terminal interface π Analytics Dashboard β Visual statistics and charts πΎ CSV Export β Structured output format β‘ Multiprocessing β Parallel page fetching π Tor Proxy β SOCKS5 anonymous browsing π Continuous Search β Loop back for multiple queries π¨ Colored Output β Status indicators and styling π Progress Bar β Real-time progress tracking π‘οΈ Error Handling β Comprehensive error recovery
βββ onyxint.py # Main application βββ requirements.txt # Python dependencies βββ README.md # Documentation βββ output/ # Search results (generated)
Service URL Purpose Tor66 http://tor66seweb...onion/search?q={query} Search .onion sites
π DISCLAIMER: This tool is for forensic experts and educational
research only. The author is not responsible for misuse.
Users must comply with all applicable laws and regulations.
Common Issues & Solutions
Issue Solution Tor not running sudo systemctl start tor Connection timeout Increase --timeout value No results found Check Tor connection and query Module not found pip install -r requirements.txt Permission denied chmod +x onyxint.py
This project is licensed under the MIT License - see the LICENSE file for details.
SYLHETYHACKVENGER (THE-ERROR808)
Β· GitHub: @SYLHETYHACKVENGER Β· Project: ONYXINT
Built with π€ for the security research community
```
