{"id":26753701,"url":"https://github.com/all-in-tutorials/ait-wifivouchergen","last_synced_at":"2025-03-28T13:30:57.737Z","repository":{"id":284320919,"uuid":"954518791","full_name":"All-In-Tutorials/ait-wifivouchergen","owner":"All-In-Tutorials","description":"A wifi voucher generator","archived":false,"fork":false,"pushed_at":"2025-03-25T09:01:45.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T10:22:01.016Z","etag":null,"topics":["voucher-hotspot","voucher-wifi","wifi-hotspot"],"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/All-In-Tutorials.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}},"created_at":"2025-03-25T07:54:55.000Z","updated_at":"2025-03-25T09:04:20.000Z","dependencies_parsed_at":"2025-03-25T10:22:08.478Z","dependency_job_id":null,"html_url":"https://github.com/All-In-Tutorials/ait-wifivouchergen","commit_stats":null,"previous_names":["all-in-tutorials/ait-wifivouchergen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/All-In-Tutorials%2Fait-wifivouchergen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/All-In-Tutorials%2Fait-wifivouchergen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/All-In-Tutorials%2Fait-wifivouchergen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/All-In-Tutorials%2Fait-wifivouchergen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/All-In-Tutorials","download_url":"https://codeload.github.com/All-In-Tutorials/ait-wifivouchergen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246037181,"owners_count":20713366,"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":["voucher-hotspot","voucher-wifi","wifi-hotspot"],"created_at":"2025-03-28T13:30:57.053Z","updated_at":"2025-03-28T13:30:57.732Z","avatar_url":"https://github.com/All-In-Tutorials.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"📌 **Introduction**\nAIT WiFi Voucher Generator is an open-source Python tool designed to generate potential username and password combinations for security testing and password auditing.\nIt uses itertools to automate the generation of brute-force combinations based on predefined patterns.\n\n⚠️ **Disclaimer:** This tool is intended for educational and security research purposes only.\nUnauthorized use against systems you do not own is illegal. Please proceed responsibly.\n\n---\n\n🛠️ **Requirements**\n\n### 1️⃣ Python\n\nInstall the latest **stable version** of Python:  \n\n- 📥 [Download Python](https://www.python.org/downloads/)\n\nTo verify the installation:\n```sh\npython --version\n```\nor\n```sh\npython3 --version\n```\n\n### 2️⃣ Dependencies\nThis tool uses the built-in Python modules:\n- `itertools`\n- `string`\n\nThere’s no need for external libraries beyond Python.\n\n---\n\n🚀 **Installation \u0026 Setup**\n\n### 1️⃣ Clone the Repository\nClone the repository to your local machine:\n```sh\ngit clone https://github.com/yourusername/ait-wifivouchgen.git\n```\nNavigate into the project directory:\n```sh\ncd ait-wifivouchgen\n```\n\n### 2️⃣ Generate Combinations\nThe `generator.py` script generates username and password combinations based on your selection. You can run the script with one of the following options (1-14), or select option 15 to generate all combinations.\n\n**Running the Generator:**\n```sh\npython generator.py\n```\nThis will generate combinations based on the selected option.\n\n**Note:** The script also creates a `prefix.txt` file in the `Dictionary` directory, which is required for testing. This file will contain a hardcoded value for the exact username prefix after execution.\n\n---\n\n🔢 **Option Breakdown**\nThe following options define different username and password combination formats. Select the option that matches your needs:\n\n### **Available Options:**\n- **Option 1:** Uppercase letters (AAAA)\n- **Option 2:** Number + Uppercase letters (1AAA)\n- **Option 3:** Uppercase + Number + Uppercase + Uppercase (A1AA)\n- **Option 4:** Uppercase + Uppercase + Number + Uppercase (AA1A)\n- **Option 5:** Uppercase + Uppercase + Uppercase + Number (AAA1)\n- **Option 6:** Number + Number + Uppercase + Uppercase (11AA)\n- **Option 7:** Number + Number + Number + Uppercase (111A)\n- **Option 8:** Number + Number + Number + Number (1111)\n- **Option 9:** Uppercase + Uppercase + Number + Number (AA11)\n- **Option 10:** Uppercase + Number + Number + Number (A111)\n- **Option 11:** Uppercase + Number + Uppercase + Number (A1A1)\n- **Option 12:** Uppercase + Number + Number + Uppercase (A11A)\n- **Option 13:** Number + Uppercase + Number + Uppercase (1A1A)\n- **Option 14:** Number + Uppercase + Uppercase + Number (1AA1)\n- **Option 15:** Generate all combinations (1-14)\n\n### **Running the Generator with Option 15:**\nTo generate all dictionaries for all combinations:\n```sh\npython generator.py --option 15\n```\n\n---\n\n📂 **Generated Files**\nThe generated combinations will be saved in the `Dictionary` folder inside the project directory. Each combination type will have its own subfolder with `username.txt` and `password.txt` files containing the generated values.\n\n**Example directory structure:**\n```plaintext\nDictionary/\n├── UC-UC-UC-UC/\n│   ├── username.txt\n│   └── password.txt\n├── Num-UC-UC-UC/\n│   ├── username.txt\n│   └── password.txt\n...\n└── All Combinations/\n    ├── username.txt\n    └── password.txt\n```\nEach file will contain the generated combinations that match the chosen pattern.\n\n---\n\n🔧 **Troubleshooting**\n\n❌ **Invalid Option Error**\nIf you see an error like:\n```\nInvalid option. Please enter a number between 1 and 15.\n```\nEnsure that you’ve selected a valid option. The script only supports options between 1 and 15.\n\n❌ **Permission Errors**\nIf you encounter permission issues, make sure you have the necessary permissions to create files and directories in the location where you are running the script.\n\n---\n\n📜 **License**\nThis project is open-source and licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fall-in-tutorials%2Fait-wifivouchergen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fall-in-tutorials%2Fait-wifivouchergen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fall-in-tutorials%2Fait-wifivouchergen/lists"}