Description
HawkEye is a simple tool to crawl the filesystem or a directory looking for interesting stuff like SSH Keys, Log Files, Sqlite Database, password files, etc. Hawkeye uses a fast filesystem crawler to look through files recursively and then sends them for analysis in real time and presents the data in both json format and simple console output. The tool is built with a modular approach making it easy to use and easily extensible.
It can be used during pentests as a privilege escalation tool to look through the filesystem finding configuration files or ssh keys sometimes left by the sys-admins.
Installing Hawkeye:
[su_quote]go get github.com/Ice3man543/hawkeye[/su_quote]
Usage:
Hawkeye needs a directory to begin with. A directory can be supplied with
[su_quote]./hawkeye -d <directory>[/su_quote]
Download:
https://github.com/Ice3man543/hawkeye