Darkdump is a versatile command-line tool designed for efficient searching of the deep web, allowing users to retrieve specific information based on keywords or strings. It provides a simple yet powerful interface to explore the hidden corners of the internet and obtain relevant data.
- Deep Web Search: Search for specific keywords or strings within the deep web.
- Customizable Results: Customize the number of results to be displayed.
- Proxy Support: Utilize proxies for enhanced anonymity during searches.
- URL Display: Show website URLs along with descriptions for better context.
- Result Saving: Save search results to a file for future reference.
-
Clone the repository:
git clone https://github.com/LoopUE/darkdump.git
-
Navigate to the project directory:
cd darkdump
-
Install the required dependencies:
pip install -r requirements.txt
python darkdump.py -q <query> [-a <amount>] [-p] [-u] [-t <timeout>] [-f <filename>]
<query>
: Specify the keyword or string for deep web searching (mandatory).<amount>
: Set the number of results to be retrieved (default: 10).-p
,--proxy
: Enable Darkdump proxy usage for increased anonymity.-u
,--urls
: Display website URLs along with descriptions.-t
,--timeout
: Define the timeout duration for HTTP requests in seconds (default: 10).-f
,--file
: Save search results to a specified file.
Search for the keyword "bitcoin," display 5 results including website URLs, use a proxy, and set a timeout of 15 seconds:
python darkdump.py -q bitcoin -a 5 -p -u -t 15
This project is licensed under the EPL-2.0 License. For more details, refer to the LICENSE file.
Darkdump utilizes the following libraries:
This version of Darkdump is a fork of the original josh0xA project and has been fully updated by Ai.