Google Dork Automation Tool(Goot)
I made a tool for google dork automation
What things can my tool do?
Usage: python3 goot.py -u <url> <arguement> <value>
-u | — url <url> || url of the target site
-e | — everything || to print every link
-x | — extension || to print links with following extension ‘.log, .logs, .cfg, .pl, .keystore, .js, .sql, .bak, .py, .env, .json, .properties, .pem, .yml, .yaml, .aspx, .sh, .asp, .zip, .jks’
-c | — custom-extension <extensions> || to print all link with your desired extension || eg: -c pdf,docx,pptx
-t | — in-title <string> || to print links if your desired string is in title
-l | — in-url <string> || to print links if your desired string is in url
-a | — all-in-text <string> || to print links if your desired string is in website
-s | — save <desired_filename> || to save the output
-h | — help || to print all the command
- It can be used to print every link of a particular domain available on google
- It can be used to print links with a specific file extension in a particular domain available on google
- It can be used to find all link that contains a specific string in (URL/TITLE/SITE) of a particular domain in google
GitHub link for the tool
Automation helps everyone to speed up their work.
but I think my code got some drawbacks
2 major ones are:
- little bit slow
- not using a proxy to hide a user’s IP address or to avoid getting a ban
if you can help me with dealing with this problem then you can contact me here