eyes
What is eyes?
eyes is a BASH script that scans domains and IP addresses for relevant information. It is useful for information gathering during penetration testing, and it utilizes APIs so as to keep your identity safe.
This script is a BASH adaptation of ReconDog.
Downloading and Using
Simply clone this repo or obtain a copy of eyes.sh
and execute the file ($ bash eyes.sh
). Likewise, you can chmod +x eyes.sh
and mv eyes.sh eyes
, then move this file to somewhere in your PATH, and simply execute eyes
.
LICENSE
eyes is proudly licensed under the GNU GPL v2. For more information on Free/Libre, Open Source Software, please read Wikipedia.
Written by Noah Altunian (github.com/naltun)
DISCLAIMER
This project is considered deprecated. Please refer to the latest iteration of Eyes, programmed in Golang. You can find it at GitHub.