Hey Folks, today in this tutorial we are going to introduce an deep web search engine tool called “darkdump“. Darkdump is a simple script written in Python3.9 in which it allows users to enter a search term (query) in the command line and darkdump will pull all the deep web sites relating to that query.

Let’s take a look 😛 !!

Darkdump Tool Installation

Download this tool from github by using the git command, go to the directory and execute the python command to establish dependencies.

git clone https://github.com/josh0xA/darkdump
cd darkdump
python3 -m pip install -r requirements.txt

Done 😛 !! Now you can operate this tool by using the “python3” utility.

python3 darkdump.py --help

Example

It is not very difficult to operate because you only need to execute the command by entering your query in the command. As you can see the results are exactly what we are trying to find. But you are only able to access this website through the tor network. Let’s take one more example.

python3 darkdump.py --query hacking

Extract Bins

Bank identification number (BIN) refers to the initial set of four to six numbers that appear on a payment card. When we execute the query, we find many websites, some providing tools to create unlimited bins, while some provide free debit card numbers.

python3 darkdump.py --query bin

Similarly, by increasing the number of pages, you can also see more results for the same query.

python3 darkdump.py --query bins --page 2

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.

Leave a Reply

Your email address will not be published. Required fields are marked *