autodork3r

 


Presenting a new highly customizable tool in python script format, useful for red team and bug bounty.

In this case I needed to do some OSINT to help some friends who had been victims of cybercrime. Out of the need to track information on the internet, I ended up developing this simple tool. After trying other existing tools on the scene, none of them had convinced me for the specific use I needed. So, I started the development of this tool in python3, doubting whether it wouldn't be better in bash.

Although at the moment it works quite well for attack surface reconnaissance and find further information (OSINT), it can be improved to cross-reference and track indexed information. For now, for use, I recommend commenting (#) on the predefined dorks and preparing one or more dorks files. It's recommended to build them according to the needs of the research or reconnaissance. There are dozens of lists on Github.

The script in its current modest state can be found within my Pentesting repository.
https://github.com/ARTP3R/Pentesting/blob/main/recon/autodork3r.py

Future updates:
– Comments in code. (^_^U) Although I used self-descriptive name variables and functions in English.
– Running through line parameters.
– Selection of several dorking profiles (red team, bug bounty, osint) and various dork lists. Although right now it can be done by keeping several dork list files separately.
– Show help, maybe.

Comments

Popular Posts