Skip to content

URL Seeker v2.0.0 Release Notes

Latest
Compare
Choose a tag to compare
@0MeMo07 0MeMo07 released this 15 Dec 15:16
8dd7191

Overview

URL Seeker is an enhanced dorking tool designed for discovering URLs associated with specific domains. Version 2.0.0 introduces new features, improvements, and bug fixes to enhance the overall functionality and user experience.

Features

1. Dork Search

  • Randomly selects dorks for a more diverse search.

2. SQL Injection Scanning

  • Integrated SQL injection scanning functionality.
  • Users can input a URL or a text file containing multiple URLs for scanning.
  • Supports automatic scanning of sorted and unsorted URLs.

Usage

Dork Search

python url_seeker.py --sites .com --dorks 10 --threads 50 --pages 50 --rdork Y

for sql injection scanning automatically after the dork scan is finished --O

python url_seeker.py --sites .com --dorks 10 --threads 50 --pages 50 --rdork Y --O

or

python url_seeker.py --O

Sql injection scan

If you enter --S url or .txt it scans for sql injection

python url_seeker.py --S url or .txt

if you want to run it with input:

python url_seeker.py