Skip to content

bitkeyhash/Dorkx-Tor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

54 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DorkX SQL Searcher | using Searxng + Ip Rotation Tor

DorkX in Action

This script performs automated searches on Searx using dorks, extracts URLs, and saves them to a file. It leverages Tor for anonymity and includes features like IP rotation and user-agent randomization.

Installation

1. Git clone + Prerequisites

Ensure you have Python 3.x and pip installed on your system. Installation command Line git clone

git clone https://github.com/bitkeyhash/Dorkx-Tor.git && cd Dorkx-Tor 

2. Install Required Python Packages

Run the following command to install the required Python libraries:

pip install -r requirements.txt

3. Install Tor

Install Tor using the following command:

sudo apt update && sudo apt tor -y

Make sure the Tor service is running:

sudo service tor start

Usage

  1. Prepare Dork File: You can use Default dorks.txt or Create a dorks.txt file in the same directory as the script. Add your dorks (one per line).
  2. Run the Script: Execute the script using:
git clone https://github.com/bitkeyhash/Dorkx-Tor.git && cd Dorkx-Tor 
chmod +x main.sh && bash main.sh

(ps: I have add script to filter url at the end . final output file is "sqlurl.txt" )

  1. Follow the prompts to specify the number of pages to scrape per dork.

Files

  • dorks.txt
    Input File containing all search dorks.
  • urls.txt
    Output file where extracted URLs are saved.
  • sqlurl.txt
    Output file where extracted filtered with format ?id= URLs are saved.

Features

  • 🌐 Tor Integration: Ensures anonymity by routing traffic through Tor.
  • πŸ”„ IP Rotation: Automatically changes IP when rate-limited.
  • πŸ•΅οΈβ€β™€οΈ Customizable Headers and Cookies: Mimics real browser behavior.
  • πŸ“‚ Output Filter Final URL File: Saves unique URLs to sqlurl.txt.

Notes

  • Ensure Tor is installed and running for proper functionality.
  • Use responsibly and adhere to legal and ethical guidelines.

About

Dorkx TorπŸ”¬πŸ΄β€β˜ οΈ || SQL Dork Searcher πŸ•΅οΈ using IP Tor Rotation πŸ”„

Topics

Resources

Stars

Watchers

Forks

Packages