{"id":31029863,"url":"https://github.com/gigachad80/hunter-kit-ai-","last_synced_at":"2026-07-22T16:31:41.824Z","repository":{"id":295425849,"uuid":"990076813","full_name":"gigachad80/Hunter-Kit-AI-","owner":"gigachad80","description":"Hunt bugs with AI ","archived":false,"fork":false,"pushed_at":"2025-05-26T10:56:18.000Z","size":189,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-13T22:56:42.495Z","etag":null,"topics":["bug-bounty","bug-hunter","bugbounty","bugbounty-tool","directory-bruteforce","hunter","javascript-recon","reconnaissance","subdomain-enumeration","subfinder"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gigachad80.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,"zenodo":null}},"created_at":"2025-05-25T13:05:17.000Z","updated_at":"2025-09-11T17:18:58.000Z","dependencies_parsed_at":"2025-05-25T14:23:46.883Z","dependency_job_id":"959aec7e-5dc8-480a-a27b-27f222c9ac55","html_url":"https://github.com/gigachad80/Hunter-Kit-AI-","commit_stats":null,"previous_names":["gigachad80/hunter-kit-ai-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gigachad80/Hunter-Kit-AI-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigachad80%2FHunter-Kit-AI-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigachad80%2FHunter-Kit-AI-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigachad80%2FHunter-Kit-AI-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigachad80%2FHunter-Kit-AI-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gigachad80","download_url":"https://codeload.github.com/gigachad80/Hunter-Kit-AI-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigachad80%2FHunter-Kit-AI-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35769865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"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":["bug-bounty","bug-hunter","bugbounty","bugbounty-tool","directory-bruteforce","hunter","javascript-recon","reconnaissance","subdomain-enumeration","subfinder"],"created_at":"2025-09-13T22:56:35.785Z","updated_at":"2026-07-22T16:31:41.813Z","avatar_url":"https://github.com/gigachad80.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n🚀 Project Name : Hunter Kit AI\n===============\n\n![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-pink.svg)\n\u003ca href=\"https://github.com/gigachad80/grep-backURLs/issues\"\u003e\u003cimg src=\"https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\"\u003e\u003c/a\u003e\n\n#### Hunter Kit AI : \n\n### 📌 Overview\n\n\n *_Hunter Kit AI_* is an AI powered web security tool which uses AI to generate syntax for 30+ bug hunting tools .Not only it generate syntax but you can also ask question related to output and other queries of generated command. Apart from that it also support integration for custom tools and custom prompt. \n\n### 🤔 Why This Name?\n\nAll the tools I have selected are commonly used by web app pentesters, so you can consider it a toolkit for bug hunters. Since it uses AI for command generation and answering questions, I named it 'Hunter Kit AI' .  \n\n\n### ⌚ Total Time taken to develop , test , trying different approaches \u0026 prompt modification \n\n Approx 11 hr 26 min 3 sec \n\n### 🙃Why I Created This\n\n To make bug hunting easy for newbies , especially for those who get confused how to utilise the flags\n\n### 📚  Requirements \u0026 Dependencies\n\n* #### Python \n* #### The tool which you want to use \n\n### 📥 Installation Guide \u0026 USage : \n\n### 🍃 Usage :\n\n- Just copy paste these commands .\n\n```\ngit clone https://github.com/gigachad80/Hunter-Kit-AI-\n```\n```\npip install -r requirements.txt\n```\nOR \n```\npipx install -r requirements.txt\n```\n\n```\nGo to .env file \u0026 set your .env credentials from Google AI studio\n```\n\n```\npython 3 hunter-kit-ai.py\n```\nOR\n\n```\npython hunter-kit-ai.py\n```\n\n- Then choose the module and tools as you want\n\n\u003e [!NOTE] \n\u003e For Customisation : edit config.py prompt , or you can use config generator.py to generate custom prompts. For integrating your own custom tools and how to edit config.py , read these:\n\n\u003e [Docs on Custom Tool Integration](https://github.com/gigachad80/Hunter-Kit-AI-/wiki/Custom-Tool-Integration-with-Default-Prompt-Support)\n\n\u003e [Docs on Custom Prompt Support](https://github.com/gigachad80/Hunter-Kit-AI-/wiki/Custom-Prompt-Support.)\n\n### 💫 Features  : \n\n- Custom Prompt Support\n\n- Custom Tool Integration\n\n- Syntax Generation\n\n- Ask questions related to command's output \n\n\n\n### 📝 Roadmap / To-do \n\n- [ ] Release GPT ,Mistral , Deepseek , Grok , Claude models \u0026 ollama support\n- [ ] Support for Latest Google Gen AI AI SDK  \n\n\n\n### 💓 Credits:\n\n\n* #### [@tomnomnom](https://github.com/tomnomnom) for developing waybackurls, httprobe\n* ####  [@project discovery](https://github.com/projectdiscovery)for creating subfinder , dnsx, naabu, httpx toolkit, shuffledns\n\n* #### [@OWASP](https://github.com/owasp-amass) for developing Amass\n* #### [@Somdev](https://github.com/s0md3v) for developing Arjun , XSStrike \n* #### [@zoidsec](https://github.com/ethicalhackingplayground/) for bxss \n* #### [@Luke Stephens](https://github.com/hakluke) for developing hakrawler\n* #### [@Tillson Galloway](https://github.com/tillson) for developing Githound\n* #### [@Mauro Soria](https://github.com/maurosoria) for dirsearch\n* #### [@Kajan](https://github.com/KajanM) for dirbuster\n* #### [@ffuf](https://github.com/ffuf/) for ffuf\n* #### [@Corben Leo](https://github.com/lc) for developing subjs , gau \n* #### [@RedSIege](https://github.com/RedSiege) for Eyewitness\n* #### [@epi](https://github.com/epi052) for feroxbuster\n* #### [@003random](https://github.com/003random)) for developing getJS\n* #### [@SensePost](https://github.com/sensepost) for developing Gowitness \n* #### [@Adrien](https://github.com/hisxo) for GitGrabber\n* #### [@Daniel](https://github.com/devploit) for developing nomore403\n* #### [@Lostsec](https://github.com/coffinxp) for developing Loxs\n* #### [@Robert David Graham](https://github.com/robertdavidgraham) for masscan\n* #### [@Hardik](https://github.com/r0075h3ll) for developing Oralyzer\n* #### [@Tillson Galloway](https://github.com/tillson) for developing Githound\n* #### [Devansh](https://github.com/ethicalhackingplayground/) for Paramspider \u0026 OpenRedirex\n* #### [@d3mondev](https://github.com/d3mondev) for PureDNS\n* #### [@Autumn (Bee)](https://github.com/bee-san) for Rustscan\n* #### [@New Relic](https://github.com/newrelic/) for rustyhog\n* #### [@Dan Salmon](https://github.com/sa7mon) for s3scanner \n* #### [@/XNL-h4ck3r](https://github.com/xnl-h4ck3r) for xnl-Linkfinder \u0026 waymore\n* #### [@sqlmapproject](https://github.com/sqlmapproject) for sqlmap\n* #### [@secretlint](https://github.com/secretlint) for developing secretlint\n* #### [@Truffle Security](https://github.com/trufflesecurity) for developing trufflehog\n* #### [@Xavi Mendez](https://github.com/xmendez) for wfuzz\n* #### [@psy](https://github.com/epsylon) for xsser\n\n\n### 📞 Contact\n\n\n 📧 Email: pookielinuxuser@tutamail.com\n\n\n### 📄 License\n\nLicensed under **AGPL-3.0 license**\n\n🕒 Last Updated: May 25 , 2025 \n\n🕒 First Published : May 25 ,  2025\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgigachad80%2Fhunter-kit-ai-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgigachad80%2Fhunter-kit-ai-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgigachad80%2Fhunter-kit-ai-/lists"}