/easydork

EasyDork is a tool written in bash. it gives google dorks to find vulnerabilities like directory listing, log file leakage, sql error and many more. It can be very useful in Bug Bounty Hunting & Web App Pentesting.

Primary LanguageShell

EasyDork


Command for one line installation and setup.

$ sudo apt-get install -y update && sudo apt-get install -y toilet && sudo git clone https://github.com/cspshivam/easydork.git && cd easydork && sudo chmod +x easydork.sh && sudo mv easydork.sh /usr/local/bin/easydork && cd .. && sudo rm -rf easydork && toilet -f future done