Skip to content

Dorkx Tor๐Ÿ”ฌ๐Ÿดโ€โ˜ ๏ธ || SQL Dork Searcher ๐Ÿ•ต๏ธ using IP Tor Rotation ๐Ÿ”„

Notifications You must be signed in to change notification settings

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

No packages published