Fadi002 / google-hacking-tool

just a tool to find informations about any website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Google hacking tools





Google hacking tools is very simple tool to generate keywords can help you to find informations about websites like : databases, log file, etc....



Features



+ Very easy to use
+ Check if website is working or not
+ Check robots.txt
+ Generate very helpful keywords
tool


Setup

Kali linux

sudo apt update && sudo apt upgrade && sudo apt install python3 && sudo apt install python3-pip && git clone https://github.com/Fadi002/google-hacking-tool/ && cd google-hacking-tool && pip3 install -r requirements.txt && pip install -r requirements.txt && python3 google_hacking_tool.py

termux

apt update && apt upgrade && apt install python3 && apt install python3-pip && pkg install python3 && git clone https://github.com/Fadi002/google-hacking-tool/ && cd google-hacking-tool && pip3 install -r requirements.txt && pip install -r requirements.txt && python3 google_hacking_tool.py

Windows

Download Python (recommended 3.9): https://python.org
Note: check add to path button

Download the project as zip then unzip it
run cmd as administrator and type:
pip install requests

now just run google_hacking_tool.py 

Disclaimer



  • Please use this program only for educational purposes.
  • It is not meant to be used in any malicious way, and I decline any responsibility for what you do with it.


LICENSE WARNING


MIT License

Copyright (c) 2022 Fadi1337

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

just a tool to find informations about any website

License:MIT License


Languages

Language:Python 100.0%