naltun / eyes

👀 🖥️ Golang rewrite of eyes.sh. Let's you perform domain/IP address information gathering. Wasn't it esr who said "With enough eyeballs, all your IP info are belong to us?" 🔍 🕵️
GNU General Public License v2.0
52 stars 8 forks source link
information-gathering penetration-testing pentest-tool pentesting reconnaissance

eyes

Go Report Card Gitter Shields.io Shields.io Shields.io [Shields.io]()

What is eyes?

eyes is complete Golang rewrite of the eyes.sh BASH script that scans domains and IP addresses for relevant information. It is useful for information gathering during penetration testing, and it utilizes APIs to keep your identity safe.

This program is a Golang adaptation of the eyes.sh BASH script, which is a BASH adaptation of ReconDog.

NOTE: This program is transitioning away from using RESTful APIS in favor of using a native API. This README will be updated when the transition is complete.

Downloading and Using

From your terminal, run: go get github.com/naltun/eyes, and if your $GOPATH is set properly, you can simply execute eyes from the terminal.

Behind eyes

This software is being led by Noah Altunian (github.com/naltun || `skeeba'), and is being co-led/co-developed by Jayakrishna 'Jay' Sahit (github.com/sahitpj).

LICENSE

eyes is proudly licensed under the GNU GPL v2. For more information on Free/Libre, Open Source Software, please read Wikipedia.