{"id":25804789,"url":"https://github.com/yogsec/hacking-bot","last_synced_at":"2025-08-20T16:18:17.616Z","repository":{"id":277338557,"uuid":"932111662","full_name":"yogsec/HACKING-BOT","owner":"yogsec","description":"HACKING BOT is an automated bug bounty tool that streamlines security testing by running multiple cybersecurity tools in parallel. It allows you to customize the tools list and automate reconnaissance, scanning, exploitation, and post-exploitation analysis.","archived":false,"fork":false,"pushed_at":"2025-02-13T11:49:47.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T12:33:24.771Z","etag":null,"topics":["ai-hacking","automation","bug-bounty-tools","bugbounty","bugbountytools","cyber-security","cybersecurity","hack","hackers","hacking","hacking-bot","hackingsoftwares","hackingtools","python","yogsec"],"latest_commit_sha":null,"homepage":"","language":"Python","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/yogsec.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}},"created_at":"2025-02-13T11:38:46.000Z","updated_at":"2025-02-13T11:53:27.000Z","dependencies_parsed_at":"2025-02-13T12:45:47.286Z","dependency_job_id":null,"html_url":"https://github.com/yogsec/HACKING-BOT","commit_stats":null,"previous_names":["yogsec/hacking-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogsec%2FHACKING-BOT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogsec%2FHACKING-BOT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogsec%2FHACKING-BOT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogsec%2FHACKING-BOT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yogsec","download_url":"https://codeload.github.com/yogsec/HACKING-BOT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241045920,"owners_count":19899744,"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":["ai-hacking","automation","bug-bounty-tools","bugbounty","bugbountytools","cyber-security","cybersecurity","hack","hackers","hacking","hacking-bot","hackingsoftwares","hackingtools","python","yogsec"],"created_at":"2025-02-27T18:53:50.436Z","updated_at":"2025-02-27T18:53:52.218Z","avatar_url":"https://github.com/yogsec.png","language":"Python","readme":"# HACKING BOT | Designed by YogSec 🚀\n\nHACKING BOT is an **automated bug bounty tool** that streamlines security testing by running multiple cybersecurity tools in parallel. It allows you to customize the tools list and automate reconnaissance, scanning, exploitation, and post-exploitation analysis.\n\n![HACKING BOT](https://github.com/yogsec/HACKING-BOT/blob/main/Screenshot%20from%202025-02-13%2017-16-44.png?raw=true)\n\n---\n\n## 🎯 Features\n✅ **Automated Bug Bounty Process** – Scans, exploits, and gathers information with just one command.  \n✅ **Concurrent Execution** – Runs multiple tools in parallel to save time.  \n✅ **Customizable Tools List** – Modify `tools-list.txt` or provide your own list.  \n✅ **Automatic Tool Detection** – Skips missing tools instead of terminating.  \n✅ **Supports Multiple Cybersecurity Tools** – Nmap, Nikto, SQLMap, and more.  \n✅ **Help and Version Options** – Easily check usage details and version info.  \n\n---\n\n## 📂 Files Description\n\n### `bug_bounty.py` (Main Script)\n- Runs bug bounty tools based on the tools list.\n- Accepts domain input and custom tools file.\n- Checks for missing tools and skips them.\n- Executes commands concurrently.\n\n### `tools-list.txt` (Default Tools Configuration)\n- Contains a list of security tools and their commands.\n- Can be modified to add or remove tools.\n\n### `install_tools.sh` (Installation Script)\n- Installs all required bug bounty tools.\n- Supports package managers like `apt`, `go`, and `pip`.\n\n---\n\n## 🛠 Installation\n\n### 🔹 Step 1: Clone the Repository\n```bash\ngit clone https://github.com/YogSec/HACKING_BOT.git\ncd HACKING-BOT\n```\n\n### 🔹 Step 2: Install Dependencies\n```bash\npip install termcolor\nchmod +x install_tools.sh\n./install_tools.sh\n```\n\n### 🔹 Step 3: Run the Tool\n```bash\npython main.py -d example.com\n```\n\n---\n\n## ⚙️ Usage\n\n### 🏷 Basic Usage\n```bash\npython main.py -d \u003cdomain\u003e\n```\nExample:\n```bash\npython main.py -d google.com\n```\n\n### 🔹 Advanced Options\n| Option | Description |\n|--------|-------------|\n| `-h` | Show help menu |\n| `-v` | Show version info |\n| `-d \u003cdomain\u003e` | Specify the target domain |\n| `-c \u003cfile\u003e` | Use a custom tools list file |\n\nExample using a custom tools file:\n```bash\npython main.py -d example.com -c advanced-tools.txt\n```\n\n---\n\n## 🔍 What This Tool Can Do\n✅ **Reconnaissance** – Discover subdomains, live hosts, and information about the target.  \n✅ **Port Scanning** – Identify open ports and services running on them.  \n✅ **Web Scanning** – Detect security vulnerabilities in web applications.  \n✅ **Directory \u0026 File Enumeration** – Find hidden files and directories.  \n✅ **Vulnerability Scanning** – Identify SQLi, XSS, and other vulnerabilities.  \n✅ **Exploitation \u0026 Post-Exploitation** – Run attacks and gather historical data.\n\n---\n\n## 📌 Example Tools List (`tools-list.txt`)\n```\n# Reconnaissance\nsubfinder -d (domain here) -o subdomains.txt\namass enum -d (domain here) -o amass_output.txt\ncat subdomains.txt | httprobe \u003e live_hosts.txt\n\n# Port Scanning\nnmap -p- -T4 -A -v (domain here) -oN nmap_scan.txt\n```\nModify this file to add more tools!\n\n---\n\n## 🌟 Let's Connect!\n\nHello, Hacker! 👋 We'd love to stay connected with you. Reach out to us on any of these platforms and let's build something amazing together:\n\n🌐 **Website:** [https://yogsec.github.io/yogsec/](https://yogsec.github.io/yogsec/)  \n📜 **Linktree:** [https://linktr.ee/yogsec](https://linktr.ee/yogsec)  \n🔗 **GitHub:** [https://github.com/yogsec](https://github.com/yogsec)  \n💼 **LinkedIn (Company):** [https://www.linkedin.com/company/yogsec/](https://www.linkedin.com/company/yogsec/)  \n📷 **Instagram:** [https://www.instagram.com/yogsec.io/](https://www.instagram.com/yogsec.io/)  \n🐦 **Twitter (X):** [https://x.com/yogsec](https://x.com/yogsec)  \n👨‍💼 **Personal LinkedIn:** [https://www.linkedin.com/in/bug-bounty-hunter/](https://www.linkedin.com/in/bug-bounty-hunter/)  \n📧 **Email:** abhinavsingwal@gmail.com\n\n---\n\n## ☕ Buy Me a Coffee\n\nIf you find our work helpful and would like to support us, consider buying us a coffee. Your support keeps us motivated and helps us create more awesome content. ❤️\n\n☕ **Support Us Here:** [https://buymeacoffee.com/yogsec](https://buymeacoffee.com/yogsec)\n\nThank you for your support! 🚀\n\n---\n\n## 🚀 Contribution \u0026 Support\nFeel free to contribute by submitting pull requests or reporting issues! 😊\n\n---\n\n## ⚠️ Disclaimer\nThis tool is for educational and legal penetration testing purposes **only**. The author is not responsible for misuse.\n\n---\n\n💻 **Developed by YogSec** | 🚀 Stay Secure!\n\n","funding_links":["https://buymeacoffee.com/yogsec"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyogsec%2Fhacking-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyogsec%2Fhacking-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyogsec%2Fhacking-bot/lists"}