{"id":22813083,"url":"https://github.com/tjaart-code/brute-string-generator","last_synced_at":"2025-03-30T21:42:19.847Z","repository":{"id":258810153,"uuid":"869597959","full_name":"tjaart-code/Brute-String-Generator","owner":"tjaart-code","description":"a script that generates all possible strings of specified lengths using a given character set and an optional prefix.","archived":false,"fork":false,"pushed_at":"2025-02-18T08:55:48.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T09:34:36.604Z","etag":null,"topics":["python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tjaart-code.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":"2024-10-08T15:04:22.000Z","updated_at":"2025-02-18T08:55:51.000Z","dependencies_parsed_at":"2024-10-20T22:33:53.727Z","dependency_job_id":null,"html_url":"https://github.com/tjaart-code/Brute-String-Generator","commit_stats":null,"previous_names":["tjaart-code/brute-string-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjaart-code%2FBrute-String-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjaart-code%2FBrute-String-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjaart-code%2FBrute-String-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjaart-code%2FBrute-String-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjaart-code","download_url":"https://codeload.github.com/tjaart-code/Brute-String-Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246385410,"owners_count":20768668,"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":["python3"],"created_at":"2024-12-12T12:15:00.813Z","updated_at":"2025-03-30T21:42:19.819Z","avatar_url":"https://github.com/tjaart-code.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brute Force String Generator\n\nThis code produces all possible combinations of strings using a specified character set. It accepts a minimum and maximum length, a prefix, and an optional output file to save the generated strings.\u003cbr\u003e\u003cbr\u003e\n\n#### Example Usage:\u003cbr\u003e\n\u003cbr\u003e\n\u003ccode\u003epython3 bruteStringer.py 3 5 abc \"pre_\" output.txt\u003c/code\u003e\u003cbr\u003e\nThis command would:\u003cbr\u003e\nGenerate strings of length 3 to 5.\u003cbr\u003e\nUse the character set abc (i.e., generate combinations of \"a\", \"b\", and \"c\").\u003cbr\u003e\nAdd the prefix \"pre_\" to each generated string.\u003cbr\u003e\nSave the output to output.txt.\u003cbr\u003e\n\u003cbr\u003e\nSample Output:\u003cbr\u003e\nFor min_length=3, max_length=4, charset=\"abc\", and prefix=\"pre_\", the output in the file could look like this:\u003cbr\u003e\npre_aaa\u003cbr\u003e\npre_aab\u003cbr\u003e\npre_aac\u003cbr\u003e\npre_aba\u003cbr\u003e\npre_abb\u003cbr\u003e\n...\u003cbr\u003e\npre_acc\u003cbr\u003e\npre_baa\u003cbr\u003e\npre_bab\u003cbr\u003e\n...\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjaart-code%2Fbrute-string-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjaart-code%2Fbrute-string-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjaart-code%2Fbrute-string-generator/lists"}