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

Gau (GetAllUrls) – Find Known and Hidden URL

The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…

3 months ago

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…

8 months ago

Bypassing Firewalls (WAF) with XSS Payloads

Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…

8 months ago

Termux Cheat Sheet for Hackers

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

1 year 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…

2 years ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

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

3 years ago
Sponsored

This website uses cookies.