Admin
Joined - December 2025
Additional Required Files
Create a requirements.txt file:
txt
requests=2.28.0
cryptography=38.0.0
## Features
1. **Multi-threaded Dark Web Crawler**
- Tor network integration
- I2P network support
- Configurable depth crawling
2. **Compromised Data Detection**
- Email address detection
- Password/credential patterns
- Hash pattern recognition (MD5, SHA-1, SHA-256)
- Custom keyword detection
3. **Encrypted Database**
- Sensitive data encryption at rest
- SQLite backend
- Fernet encryption for findings
4. **GUI Interface**
- Real-time status monitoring
- Results visualization
- Export capabilities (JSON, CSV, TXT)
- Risk level indicators
## Prerequisites
1. **Tor Browser** or **Tor daemon** running on `127.0.0.1:9050`
2. **Python 3.8+**
3. Required packages (install via pip)
## Installation
1. Install Tor:
```bash
# Ubuntu/Debian
sudo apt-get install tor
# macOS
brew install tor
bash
tor &
bash
pip install -r requirements.txt
Usage
bash
python darkweb_crawler.py
Configuration
Edit the CONFIG dictionary in the code to:
Safety Features
Ethical Guidelines
Reporting Issues
If you find security vulnerabilities in this tool itself, please report them responsibly.
text
## Security Considerations
1. **Legal Compliance**:
- Only use on authorized systems
- Obtain proper permissions
- Follow relevant laws (CFAA, GDPR, etc.)
2. **Technical Safety**:
- Data is encrypted at rest
- No sensitive data in logs
- Controlled crawling limits
3. **Ethical Usage**:
- Report findings responsibly
- Don't access personal data without consent
- Follow responsible disclosure
## Important Notes
1. **This tool requires Tor to be running locally**
2. **Only use for legitimate security research**
3. **Monitor crawling to avoid overloading networks**
4. **Review and understand all code before use**
Remember: Unauthorized access to computer systems is illegal. This tool is for educational purposes and authorized security testing only.
Get the updates.
Up to Top
Comments