{"id":28612630,"url":"https://github.com/bdadmehr0/zabbix-burtforce","last_synced_at":"2025-06-12T00:30:33.637Z","repository":{"id":296386500,"uuid":"993183796","full_name":"BDadmehr0/zabbix-burtforce","owner":"BDadmehr0","description":"zabbix 7.0.0 burtforce script ","archived":false,"fork":false,"pushed_at":"2025-05-30T11:25:59.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-30T15:24:45.995Z","etag":null,"topics":["burtforce","ethical-hacking","hacking","hacking-tool","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/BDadmehr0.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-30T11:04:04.000Z","updated_at":"2025-05-30T11:26:02.000Z","dependencies_parsed_at":"2025-05-30T15:25:42.064Z","dependency_job_id":"8eb1894c-21df-425b-ad9c-9ec85f373025","html_url":"https://github.com/BDadmehr0/zabbix-burtforce","commit_stats":null,"previous_names":["bdadmehr0/zabbix-burtforce"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BDadmehr0/zabbix-burtforce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDadmehr0%2Fzabbix-burtforce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDadmehr0%2Fzabbix-burtforce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDadmehr0%2Fzabbix-burtforce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDadmehr0%2Fzabbix-burtforce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BDadmehr0","download_url":"https://codeload.github.com/BDadmehr0/zabbix-burtforce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDadmehr0%2Fzabbix-burtforce/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259369534,"owners_count":22847091,"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":["burtforce","ethical-hacking","hacking","hacking-tool","python"],"created_at":"2025-06-12T00:30:30.994Z","updated_at":"2025-06-12T00:30:33.608Z","avatar_url":"https://github.com/BDadmehr0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 Zabbix Burtforce\n\n\u003e Ethical Brute Force Combo Generator \u0026 Login Tester – for educational and authorized penetration testing only.\n\nGoblin Tool is a Python-based utility for generating username-password combinations and testing login forms like Zabbix’s. This tool is strictly for **educational purposes** and **legitimate security assessments** on systems where you have **explicit permission** to test.\n\n## ⚠️ Legal Disclaimer\n\n```\nThis tool is provided for educational purposes ONLY.\n\nBy using Goblin Tool, you agree that:\n\n* You are authorized to perform security testing on the target system.\n* You will not use this tool to access systems without permission.\n* The author is not responsible for any misuse or damage caused by this software.\n````\n\nUsing this tool against systems without explicit authorization is **illegal** and against GitHub’s terms of service.\n\n## ✨ Features\n\n- ✅ Generate all possible `username:password` combinations\n- ✅ DOM-based brute force tester (tested on Zabbix login)\n- ✅ Beautiful output with real-time progress\n- ✅ Auto User-Agent rotation to simulate real-world traffic\n- ✅ Suspicious login attempt logging\n\n## 🔧 Installation\n\nClone the repository and install the required dependencies:\n\n```bash\ngit clone https://github.com/BDadmehr0/zabbix-burtforce.git\ncd zabbix-burtforce\npip install -r requirements.txt\n````\n\n## 🛠️ Usage\n\n### 🔹 1. Generate Username\\:Password Combos\n\n```bash\npython zabbix_7.0.0_burtforce.py generate -u usernames.txt -p passwords.txt -o combos.txt\n```\n\n**Arguments:**\n\n* `-u` Path to a file containing usernames (one per line)\n* `-p` Path to a file containing passwords (one per line)\n* `-o` Output file to save combinations (default: `combinations.txt`)\n\n\n### 🔹 2. Run Brute Force Attack (⚠️ Legal use only!)\n\n```bash\npython zabbix_7.0.0_burtforce.py bruteforce -t https://example.com/index.php -c combos.txt -d 1\n```\n\n**Arguments:**\n\n* `-t` Target login URL (e.g., Zabbix form)\n* `-c` File containing username\\:password combinations\n* `-d` Delay between requests in seconds (default: 1)\n\n📝 If a login attempt does **not** return a known error message, it is marked as **suspicious** and logged in `suspicious_login_attempts.log`.\n\n## 🧩 Example\n\n```bash\npython zabbix_7.0.0_burtforce.py generate -u users.txt -p common_passwords.txt -o combos.txt\npython zabbix_7.0.0_burtforce.py bruteforce -t http://localhost/zabbix/index.php -c combos.txt -d 0.5\n```\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## 🙏 Acknowledgements\n\n* Inspired by common tools like THC-Hydra \u0026 Burp Suite\n* For ethical hackers, pentesters, and students in cybersecurity\n\n## 🔐 Reminder\n\n\u003e ❗ **You are responsible** for all activity using this tool. Always have written authorization before using it on any system.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdadmehr0%2Fzabbix-burtforce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdadmehr0%2Fzabbix-burtforce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdadmehr0%2Fzabbix-burtforce/lists"}