eavesdrop is a google hacking dork scraping and searching script
eavesdrop v1 is a script I made in python 3. With this tool, you can easily find Google eavesdrop. eavesdrop v1 collects potentially vulnerable web pages and applications on the Internet or other awesome info that is picked up by Google's search bots.
You can save the output in a file so that you can view it at a later time. You can determine the number of searches yourself. The number of websites to display
You can also use eavesdrop v1 as a command-line interface (CLI) to quickly search through Google. eavesdrop v1 shows only the links, without advertising, and is and is also fast.
But be careful not to overdo it, otherwise, you have a chance that If you perform too many requests over a short period, Google will start to throw captchas at you. This is annoying and will limit how much or how fast you do the search.
Username and passwords Admin login pages Sensitive documents Govt/military data Email lists Bank account details Vulnerable websites So much more.....
A prerequisite for a script that I make must be that it is simple and easy to use and understand for everyone.
eavesdrop v1 has tested it so far on:
- Mac OS
- Kali Linux
This list would be expanded
eavesdrop v1 is written for Python 3. Clone the git repository and install the requirements.
sudo git clone https://github.com/vishwachintu/eavesdrop
cd eavesdrop folder
pip3 install -r requirements.txt
python eavesdrop.py
That’s all ..! Happy hacking :)