Skip to content

Malwareman007/UnderworldQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnderworldQuest - Search The Deep Web Straight From Your Terminal

About UnderworldQuest

UnderworldQuest is a simple script written in Python3 in which it allows users to enter a search term (query) in the command line and UnderworldQuest will pull all the deep web sites relating to that query. UnderworldQuest is here, enjoy!

Installation

  1. git clone https://github.com/Malwareman007/UnderworldQuest
  2. cd UnderworldQuest
  3. python3 -m pip install -r requirements.txt
  4. python3 UnderworldQuest.py --help

Usage

Example 1: python3 UnderworldQuest.py --query programming
Example 2: python3 UnderworldQuest.py --query="chat rooms"
Example 3: python3 UnderworldQuest.py --query hackers --amount 12

  • Note: The 'amount' argument filters the number of results outputted

Usage With Increased Anonymity

UnderworldQuest Proxy: python3 UnderworldQuest.py --query bitcoin -p

Menu


  █████  █████                █████                                                       ████      █████    ██████                                 █████   
░░███  ░░███                ░░███                                                       ░░███     ░░███   ███░░░░███                              ░░███    
 ░███   ░███  ████████    ███████   ██████  ████████  █████ ███ █████  ██████  ████████  ░███   ███████  ███    ░░███ █████ ████  ██████   █████  ███████  
 ░███   ░███ ░░███░░███  ███░░███  ███░░███░░███░░███░░███ ░███░░███  ███░░███░░███░░███ ░███  ███░░███ ░███     ░███░░███ ░███  ███░░███ ███░░  ░░░███░   
 ░███   ░███  ░███ ░███ ░███ ░███ ░███████  ░███ ░░░  ░███ ░███ ░███ ░███ ░███ ░███ ░░░  ░███ ░███ ░███ ░███   ██░███ ░███ ░███ ░███████ ░░█████   ░███    
 ░███   ░███  ░███ ░███ ░███ ░███ ░███░░░   ░███      ░░███████████  ░███ ░███ ░███      ░███ ░███ ░███ ░░███ ░░████  ░███ ░███ ░███░░░   ░░░░███  ░███ ███
 ░░████████   ████ █████░░████████░░██████  █████      ░░████░████   ░░██████  █████     █████░░████████ ░░░██████░██ ░░████████░░██████  ██████   ░░█████ 
  ░░░░░░░░   ░░░░ ░░░░░  ░░░░░░░░  ░░░░░░  ░░░░░        ░░░░ ░░░░     ░░░░░░  ░░░░░     ░░░░░  ░░░░░░░░    ░░░░░░ ░░   ░░░░░░░░  ░░░░░░  ░░░░░░     ░░░░░  
                                                                                                                                                           
                                                                                                                                                           
                                                                                                                                                           
        Developed By: Malwareman007
        https://github.com/Malwareman007
            kushagra.malwareman.live 
              Version: 1.0

usage: UnderworldQuest.py [-h] [-v] [-q QUERY] [-a AMOUNT] [-p]

options:
  -h, --help            show this help message and exit
  -v, --version         returns UnderworldQuest's version
  -q QUERY, --query QUERY
                        the keyword or string you want to search on the deepweb
  -a AMOUNT, --amount AMOUNT
                        the amount of results you want to retrieve (default: 10)
  -p, --proxy           use UnderworldQuest proxy to increase anonymity

Visual

Ethical Notice

The developer of this program, Malwareman007, is not resposible for misuse of this data gathering tool. Do not use UnderworldQuest to navigate websites that take part in any activity that is identified as illegal under the laws and regulations of your government. May God bless you all.

License

MIT License
Copyright (c) Malwareman007