Sponsored
Exploiting Tools

Darkdump – Search The Deep Web (Dark Web )

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.
Sponsored

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 month ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.