D4TA-HUNTER is a tool created in order to automate the collection of information about the employees of a company that is going to be audited for ethical hacking.
In addition, in this tool, we can find in the “search company” section by inserting the domain of a company, emails of employees, subdomains, and IPs of servers.
Register on https://rapidapi.com/rohan-patra/api/breachdirectory
git clone https://github.com/micro-joan/D4TA-HUNTER
cd D4TA-HUNTER/
chmod +x run.sh
./run.sh
After executing the application launcher you need to have all the components installed, the launcher will check one by one, and in the case of not having any component installed it will show you the statement that you must enter to install it:
First, you must have a free or paid API key from BreachDirectory.org, if you don’t have one and do a search D4TA-HUNTER provides you with a guide on how to get one.
Once you have the API key you will be able to search for emails, with the advantage of showing you a list of all the password hashes ready for you to copy and paste into one of the online resources provided by D4TA-HUNTER to crack passwords 100 % free.
You can also insert a domain of a company and D4TA-HUNTER will search for employee emails, and subdomains that may be of interest together with IP’s of machines found:
| Service | Functions | Status |
|---|---|---|
| BreachDirectory.org | Email, phone, or nick leaks | ✅ 🔑 (free plan) |
| TheHarvester | Domains and emails of the company | ✅ Free |
| Kalitorify | Tor search | ✅ Free |
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…
The top command in Linux provides a real-time view of running processes and system resource usage. From…
The usermod command in Linux modifies existing user account attributes. You can use it to manage group…
The sort command in Linux reads lines from files or standard input and writes them to standard…
The wall command in Linux sends a message to the terminals of all currently logged-in users. The…