{"id":16842784,"url":"https://github.com/ice3man543/hawkeye","last_synced_at":"2025-05-12T04:30:35.322Z","repository":{"id":92640649,"uuid":"140252999","full_name":"Ice3man543/hawkeye","owner":"Ice3man543","description":"Hawkeye filesystem analysis tool","archived":false,"fork":false,"pushed_at":"2018-07-21T17:06:51.000Z","size":20,"stargazers_count":236,"open_issues_count":1,"forks_count":42,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-01T00:09:16.258Z","etag":null,"topics":["bug-bounty","golang","hacking","hackthebox","infosec","netsec","pentesting"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ice3man543.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-09T08:14:26.000Z","updated_at":"2025-03-29T02:36:23.000Z","dependencies_parsed_at":"2023-03-09T07:30:22.592Z","dependency_job_id":null,"html_url":"https://github.com/Ice3man543/hawkeye","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ice3man543%2Fhawkeye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ice3man543%2Fhawkeye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ice3man543%2Fhawkeye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ice3man543%2Fhawkeye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ice3man543","download_url":"https://codeload.github.com/Ice3man543/hawkeye/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253675066,"owners_count":21945891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bug-bounty","golang","hacking","hackthebox","infosec","netsec","pentesting"],"created_at":"2024-10-13T12:48:33.241Z","updated_at":"2025-05-12T04:30:34.955Z","avatar_url":"https://github.com/Ice3man543.png","language":"Go","funding_links":["https://www.buymeacoffee.com/Ice3man","https://ko-fi.com/M4M7FAVC"],"categories":[],"sub_categories":[],"readme":"# Hawkeye\n[![License](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Ice3man543/hawkeye)](https://goreportcard.com/report/github.com/Ice3man543/hawkeye) \n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Ice3man543/hawkeye/issues)\n\nHawkEye 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. \n\nIt 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. \n\n[![Hawkeye](http://i.imgur.com/C4prGfK.png)](https://asciinema.org/a/D1sINGdcAhJKlpzaRyexrxO1Y)]\n # Features\n \n - Simple and modular code base making it easy to contribute.\n - Fast And Powerful Directory crawling module doing real-time analysis\n - Easily extensible and vast scanner (Thanks to Gitrob)\n - Outputs in various formats \n\n# Installation Instructions\n\nThe installation is easy. Git clone the repo and run go build.\n\n```bash\ngo get github.com/Ice3man543/hawkeye\n```\n\n## Upgrading\nIf you wish to upgrade the package you can use:\n```bash\ngo get -u github.com/Ice3man543/hawkeye\n```\n\n# Usage\n\nHawkeye needs a directory to begin with. A directory can be supplied with `-d` flag. For example - \n```bash\n./hawkeye -d \u003cdirectory\u003e\n```\n\nTo run it against my home directory, i can pass /home/ice3man as the argument. \n```bash\n./hawkeye -d /home/ice3man\n\n ice3man@TheDaemon  ~/tmp  ./hawkeye -d /home/ice3man  \n\n _  _                _    ___           \n| || | __ _ __ __ __| |__| __|_  _  ___ \n| __ |/ _  |\\ V  V /| / /| _|| || |/ -_)\n|_||_|\\__,_| \\_/\\_/ |_\\_\\|___|\\_, |\\___|\n                              |__/     \n\t    Analysis v1.0 - by @Ice3man\n\n[13:31:59] HawkEye : An advance filesystem analysis tool\n[13:31:59] Written By : @Ice3man\n[13:31:59] Github : https://github.com/Ice3man543\n\n\n[Log file] /home/ice3man/.tplmap/tplmap.log\n[Log file] /home/ice3man/burpsuite-master/hs_err_pid3028.log\n[Log file] /home/ice3man/.log/jack/jackdbus.log\n[Shell command history file] /home/ice3man/oldvps/root/.bash_history\n[Shell configuration file] /home/ice3man/oldvps/root/.bashrc\n\n```\n\nYou can use `-v` flag to show verbose output. You can also get json output using `-o` flag.\n```javascript\n[\n    {\n        \"path\": \"/home/ice3man/oldvps/root/.bash_history\",\n        \"description\": \"Shell command history file\",\n        \"comment\": \"\"\n    },\n    {\n        \"path\": \"/home/ice3man/oldvps/root/.profile\",\n        \"description\": \"Shell profile configuration file\",\n        \"comment\": \"Shell configuration files can contain passwords, API keys, hostnames and other goodies\"\n    },\n    {\n        \"path\": \"/home/ice3man/oldvps/root/.bashrc\",\n        \"description\": \"Shell configuration file\",\n        \"comment\": \"Shell configuration files can contain passwords, API keys, hostnames and other goodies\"\n    },\n]\n```\n\nYou can list the signatures present in the tool's database by using `-l` option.\n```bash\n[-] Signatures present in Database:\n\t-\u003e CryptoFiles\n\t-\u003e PasswordFiles\n\t-\u003e ConfigurationFiles\n\t-\u003e DatabaseFiles\n\t-\u003e MiscFiles\n```\n\nYou can specify the signatures to be used by the tool by passing the `--sig` flag. It takes a comma-separated list of signatures to be used. You can also specify exclusion of certain signatures using `--exclude-sig` flag.\n```bash\nice3man@TheDaemon  ~/tmp  ./hawkeye -d /home/ice3man -sig cryptofiles\nice3man@TheDaemon  ~/tmp  ./hawkeye -d /home/ice3man -exclude-sig miscfiles\n```\n\n\n# License\n\nHawkEye is made with 🖤 by [Ice3man](https://github.com/Ice3man543).\n\nBuy me a coffee if you appreciate my work.\n\n[![Buy me a coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/Ice3man)\n[![ko-fi](https://www.ko-fi.com/img/donate_sm.png)](https://ko-fi.com/M4M7FAVC)\n\nSee the **License** file for more details.\n\n# Thanks\n\nHawkEye uses signatures from the awesome [Gitrob](https://github.com/michenriksen/gitrob) project by Michenriksen. Thanks to him :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fice3man543%2Fhawkeye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fice3man543%2Fhawkeye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fice3man543%2Fhawkeye/lists"}