{"id":30971744,"url":"https://github.com/s-r-e-e-r-a-j/bannerhunter","last_synced_at":"2026-05-15T12:01:57.586Z","repository":{"id":313761998,"uuid":"1052544642","full_name":"s-r-e-e-r-a-j/BannerHunter","owner":"s-r-e-e-r-a-j","description":"Bannerhunter is a powerful banner grabbing tool written in C","archived":false,"fork":false,"pushed_at":"2025-09-08T09:56:51.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-08T10:33:54.753Z","etag":null,"topics":["bannergrabber","bannergrabbing","ethical-hacking-tools","ethicalhacking","ethicalhackingtool","informationgathering","linux","termux","termux-tool","termux-tools"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s-r-e-e-r-a-j.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-08T07:51:02.000Z","updated_at":"2025-09-08T09:56:54.000Z","dependencies_parsed_at":"2025-09-08T10:33:56.652Z","dependency_job_id":"a1085ce6-b796-4292-90f3-57615a46e620","html_url":"https://github.com/s-r-e-e-r-a-j/BannerHunter","commit_stats":null,"previous_names":["s-r-e-e-r-a-j/bannerhunter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/s-r-e-e-r-a-j/BannerHunter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FBannerHunter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FBannerHunter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FBannerHunter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FBannerHunter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s-r-e-e-r-a-j","download_url":"https://codeload.github.com/s-r-e-e-r-a-j/BannerHunter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FBannerHunter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274744062,"owners_count":25341136,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bannergrabber","bannergrabbing","ethical-hacking-tools","ethicalhacking","ethicalhackingtool","informationgathering","linux","termux","termux-tool","termux-tools"],"created_at":"2025-09-12T02:46:10.787Z","updated_at":"2026-05-15T12:01:57.581Z","avatar_url":"https://github.com/s-r-e-e-r-a-j.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Bannerhunter\n**Bannerhunter** is a powerful banner grabbing tool written in C.\nIt can connect to services running on different ports, attempt plain TCP grabs, and also perform SSL/TLS handshakes for encrypted services.\nThe tool sends protocol-appropriate requests (like `HEAD` with `Host` headers for HTTP/HTTPS) to increase the chance of extracting banners.\n\n## Features\n\n- Works on both **Linux**(Debian,RHEL,Arch) and **Termux**\n\n- Supports **plain TCP** and **SSL/TLS** connections\n\n- Sends proper `Host` headers for HTTP/HTTPS\n\n- Can attempt banner grabs across multiple ports (HTTP, HTTPS, FTP, SSH, SMTP, and custom services).\n\n- Receive timeout handling to prevent hangs when services don’t respond\n\n- Installer and uninstaller scripts for easy setup and removal\n\n## Disclaimer \nBannerHunter is for educational and authorized security testing only. \nDo not use it on systems without permission. The author is not responsible for misuse.\n\n  ## Installation\n\n1. **Clone the repository:**\n```bash\ngit clone https://github.com/s-r-e-e-r-a-j/BannerHunter.git\n```\n2. **Navigate to the project directory:**\n```bash\ncd BannerHunter\n```\n3. **Run the installer to install dependencies and setup the system-wide command (Linux \u0026 Termux):**\n```bash\nsudo bash install.sh\n```\nThe installer will check for required dependencies and install them if missing.\n\n## Usage\n```bash\nbannerhunter \u003chost\u003e \u003cport\u003e\n```\n```bash\nbannerhunter \u003chost\u003e \u003cport1\u003e \u003cport2\u003e \u003cport3\u003e\n```\n\n**Example (Single Port):**\n```bash\nbannerhunter example.com 80\n```\nConnects to `example.com` on port `80` and attempts to grab the banner.\n\n**Example (Multiple Ports):**\n```bash\nbannerhunter example.com 21 22 25 80 443\n```\nConnects to `example.com` on ports `21`, `22`, `25`, `80`, and `443`, grabbing banners from each service.\n\n## Uninstallation\n```bash\nsudo bash uninstall.sh\n```\nThis will remove the bannerhunter command from your system(Termux \u0026 Linux).\n\n## License\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-r-e-e-r-a-j%2Fbannerhunter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-r-e-e-r-a-j%2Fbannerhunter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-r-e-e-r-a-j%2Fbannerhunter/lists"}