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.
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
.
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)