This program uses Ahmia to find onion-based websites based on your search input. It will then check all the URLs to determine whether they are dynamic and might be vulnerable to SQL injection. If so, you can use your SQL expertise to practice taking down those filthy businesses on the Tor browser.
- Python 3.x
- Tor (configured and running)
- Python packages (see
requirements.txt
)
-
Clone this repository:
git clone https://github.com/yourusername/sql_tor.git cd sql_tor
-
Install the required Python packages:
pip install -r requirements.txt
-
Ensure Tor is installed and running. You can download Tor from here.
-
Update the
tor_controller.py
file with your Tor password:TOR_PASSWORD = 'your_tor_password'
-
Start Tor: Make sure the Tor service is running. You can start Tor from the command line or use the Tor Browser.
-
Run the main script:
python main.py
-
Enter your search term when prompted: The script will use Ahmia to search for onion-based websites related to your input.
-
The script will:
- Display the search results.
- Visit each link found in the search results.
- Check for dynamic URLs on each visited page.
- Test dynamic URLs for SQL injection vulnerabilities.
Use this project ethically and legally. The dark web can contain dangerous and illegal content. Ensure you do not violate any laws.
- This project is for educational purposes only. Unauthorized use of this tool is prohibited.
- Ensure that the Tor service is properly configured and running before using this script.
- The script includes retry and cooldown mechanisms to handle potential scraping issues.
This project is licensed under the MIT License.