{"id":18388423,"url":"https://github.com/jmcph4/fuzzbang","last_synced_at":"2025-04-07T02:33:25.163Z","repository":{"id":87928738,"uuid":"117411344","full_name":"jmcph4/fuzzbang","owner":"jmcph4","description":"Python 3 package providing basic fuzzing support","archived":false,"fork":false,"pushed_at":"2018-01-19T01:53:25.000Z","size":3,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T10:42:35.474Z","etag":null,"topics":["fuzz","fuzz-testing","fuzzer","fuzzing","python","security","vulnerability-detection"],"latest_commit_sha":null,"homepage":null,"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/jmcph4.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":"2018-01-14T07:35:33.000Z","updated_at":"2023-11-28T17:46:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"7919a8f4-f77e-4977-97fb-6d83d986ffb7","html_url":"https://github.com/jmcph4/fuzzbang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcph4%2Ffuzzbang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcph4%2Ffuzzbang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcph4%2Ffuzzbang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcph4%2Ffuzzbang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmcph4","download_url":"https://codeload.github.com/jmcph4/fuzzbang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247583107,"owners_count":20961970,"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":["fuzz","fuzz-testing","fuzzer","fuzzing","python","security","vulnerability-detection"],"created_at":"2024-11-06T01:34:15.542Z","updated_at":"2025-04-07T02:33:25.145Z","avatar_url":"https://github.com/jmcph4.png","language":"Python","readme":"# Fuzzbang #\n---\n\nFuzzbang is a Python 3 package providing simple fuzzing support.\n\n## Example ##\n    from fuzzbang.alphanumericfuzzer import AlphaNumericFuzzer\n    \n    N = 10 # number of test cases\n\n    # bounds on length of alphanumeric strings\n    MIN_LEN = 0\n    MAX_LEN = 8\n    \n    f = AlphaNumericFuzzer(MIN_LEN, MAX_LEN) # fuzzer object\n    \n    # generate test cases\n    for i in range(N):\n        data = f.generate() # generate string\n        print(\"(\" + str(len(data)) + \")\") # print length of string\n        print(data) # print string itself\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcph4%2Ffuzzbang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmcph4%2Ffuzzbang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcph4%2Ffuzzbang/lists"}