{"id":30357211,"url":"https://github.com/sethysatyajit/auto-pentesting-toolkit","last_synced_at":"2025-08-19T07:08:07.164Z","repository":{"id":310173866,"uuid":"1038968694","full_name":"sethysatyajit/Auto-Pentesting-Toolkit","owner":"sethysatyajit","description":"A comprehensive bash script that automates various penetration testing tools including Nmap, Hydra, Dirb, Gobuster, and Metasploit with an easy-to-use menu interface.","archived":false,"fork":false,"pushed_at":"2025-08-16T07:33:27.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-16T09:16:58.924Z","etag":null,"topics":["auto-tools","automation","cybersecurity","ethical-hacking","penetration-testing","pentesting","shell","shell-scripting"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/sethysatyajit.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}},"created_at":"2025-08-16T07:31:41.000Z","updated_at":"2025-08-16T07:35:52.000Z","dependencies_parsed_at":"2025-08-16T09:28:31.438Z","dependency_job_id":null,"html_url":"https://github.com/sethysatyajit/Auto-Pentesting-Toolkit","commit_stats":null,"previous_names":["sethysatyajit/auto-pentesting-toolkit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sethysatyajit/Auto-Pentesting-Toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethysatyajit%2FAuto-Pentesting-Toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethysatyajit%2FAuto-Pentesting-Toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethysatyajit%2FAuto-Pentesting-Toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethysatyajit%2FAuto-Pentesting-Toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sethysatyajit","download_url":"https://codeload.github.com/sethysatyajit/Auto-Pentesting-Toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethysatyajit%2FAuto-Pentesting-Toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271114922,"owners_count":24701635,"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-08-19T02:00:09.176Z","response_time":63,"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":["auto-tools","automation","cybersecurity","ethical-hacking","penetration-testing","pentesting","shell","shell-scripting"],"created_at":"2025-08-19T07:08:04.868Z","updated_at":"2025-08-19T07:08:07.157Z","avatar_url":"https://github.com/sethysatyajit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔒 Automated Pentesting Tool Suite  \n\nAn **Automated Pentesting Tool Suite** written in Bash to streamline the usage of popular security tools like **Nmap, Hydra, Dirb, Gobuster, and Metasploit**.  \nCreated by [Satyajit Sethy](https://github.com/sethysatyajit).  \n\n---\n\n## ⚡ Features\n- **Nmap Scanner** → Quick scans, OS detection, vulnerability scans, full port scans, custom commands.  \n- **Hydra Brute Force** → SSH, FTP, HTTP form brute force, and custom attacks.  \n- **Dirb Scanner** → Directory brute forcing with custom wordlists \u0026 extensions.  \n- **Gobuster Scanner** → Directory, DNS, and VHost brute forcing.  \n- **Metasploit Framework** → Start msfconsole, run exploits, auxiliary modules, and generate payloads.  \n- **Auto Dependency Check** → Installs missing tools if not already available.  \n\n---\n\n## 📦 Installation\n\nClone the repository:\n```bash\ngit clone https://github.com/sethysatyajit/Auto-Pentesting-Toolkit.git\ncd Auto-Pentesting-Toolkit\n```\n\nMake the script executable:\n```bash\nchmod +x pentest.sh\n```\n\n---\n\n## ▶️ Usage\n\nRun the tool:\n```bash\n./pentest.sh\n```\n\n\u003e ⚠️ Some modules require **root privileges** (e.g., Nmap OS detection, Metasploit). If you face permission issues, run as root:  \n```bash\nsudo ./pentest.sh\n```\n\n---\n\n## 🛠️ Tools Used\nThis script integrates the following tools:\n- [Nmap](https://nmap.org/)\n- [Hydra](https://github.com/vanhauser-thc/thc-hydra)\n- [Dirb](https://tools.kali.org/web-applications/dirb)\n- [Gobuster](https://github.com/OJ/gobuster)\n- [Metasploit Framework](https://www.metasploit.com/)\n\nThe script will attempt to **auto-install missing dependencies**.\n\n---\n\n## 📋 Menu Options\nWhen you run the tool, you’ll see an interactive menu:\n\n```\n==============================================\n    AUTOMATED PENTESTING TOOL SUITE\n==============================================\n\nSelect a tool to use:\n1) Nmap Scanner\n2) Hydra Brute Force\n3) Dirb Scanner\n4) Gobuster Scanner\n5) Metasploit Framework\n6) Exit\n```\n\n---\n\n## ⚠️ Disclaimer\nThis tool is intended **for educational and ethical penetration testing purposes only**.  \nDo not use it against systems you do not have explicit permission to test.  \nThe author is not responsible for any misuse of this tool.  \n\n---\n\n## 👨‍💻 Author\n- **Satyajit Sethy**  \n- GitHub: [sethysatyajit](https://github.com/sethysatyajit)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethysatyajit%2Fauto-pentesting-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsethysatyajit%2Fauto-pentesting-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethysatyajit%2Fauto-pentesting-toolkit/lists"}