Mutt
Professional
- Messages
- 1,167
- Reaction score
- 835
- Points
- 113
What can and how does it work?
EagleEye is a tool to punch through all possible user profiles on the web using just one photo!
For face recognition, AI from Facebook is used, which is accessed by the tool through the corresponding API. The tool then runs the photo through Google and ImageRaider Reverse Image Search.
Installation and use
Python is a must!
Installation is performed with the following command:
Attention! You must have FireFox installed and the latest version of geckodriver
If you are using Firefox ESR (default in Kali) then use version 17 of Geckodriver.
Before starting, we enter the command, making the file executable:
Launch EagleEye:
* Do not forget to put at least one wanted photo in the folder.
ImageRaider Reverse Image Search can take up to 15 minutes to search for images, please be patient.

EagleEye is a tool to punch through all possible user profiles on the web using just one photo!
For face recognition, AI from Facebook is used, which is accessed by the tool through the corresponding API. The tool then runs the photo through Google and ImageRaider Reverse Image Search.
Installation and use
Python is a must!
Installation is performed with the following command:
Code:
wget https://raw.githubusercontent.com/ThoughtfulDev/EagleEye/master/pre.sh && chmod + x pre.sh && ./pre.sh
Attention! You must have FireFox installed and the latest version of geckodriver
If you are using Firefox ESR (default in Kali) then use version 17 of Geckodriver.
Before starting, we enter the command, making the file executable:
Code:
$ chmod + x / path / to / geckodriver
Launch EagleEye:
Code:
$ python3 eagle-eye.py
* Do not forget to put at least one wanted photo in the folder.
ImageRaider Reverse Image Search can take up to 15 minutes to search for images, please be patient.

