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 😛 !!
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
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
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
A keen learner and passionate IT student. He has done Web designing, CCNA, RedHat, Ethical hacking, Network & web penetration testing. Currently, he is completing his graduation and learning about Red teaming, CTF challenges & Blue teaming.
The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…
Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…
Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…
Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…
Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…
Hey Folks, we are back today after such a long break, but don't worry we…
This website uses cookies.