{"id":18008579,"url":"https://github.com/mgree/smoosh-fuzz","last_synced_at":"2025-04-04T12:11:11.374Z","repository":{"id":124428602,"uuid":"240608851","full_name":"mgree/smoosh-fuzz","owner":"mgree","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-26T00:48:38.000Z","size":69461,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-09T21:43:52.726Z","etag":null,"topics":[],"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/mgree.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":"2020-02-14T22:24:39.000Z","updated_at":"2020-11-26T00:48:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c5485a1-c103-4172-8c36-50ac0113576c","html_url":"https://github.com/mgree/smoosh-fuzz","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/mgree%2Fsmoosh-fuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgree%2Fsmoosh-fuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgree%2Fsmoosh-fuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgree%2Fsmoosh-fuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgree","download_url":"https://codeload.github.com/mgree/smoosh-fuzz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247174456,"owners_count":20896078,"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":[],"created_at":"2024-10-30T01:19:11.122Z","updated_at":"2025-04-04T12:11:11.357Z","avatar_url":"https://github.com/mgree.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"POSIX shell fuzzer\n\n-----------------\n\nA grammar-based fuzzer for the POSIX language implementation that runs random shell scripts and tests for undefined behavior.\nNOTE: the script assumes your OS is using the yum package manager but it shouldn't be hard to modify the script based for your distro\nRunning \n``` \n./provision.sh\n``` \nsets everything up\n```\n./run.sh\n```\nruns the harness\n .travis.yml (optional)\n    just runs provision.sh and then make\n  provision.sh\n    installs global dependencies, e.g., afl-fuzz, gramfuzz/test-generation deps\n  run.sh\n    the command that runs afl-fuzz\n  /shells\n    Makefile\n      has a target for each shell we care about\n      goes into that shell's directory and does the whole build process\n      each shell has `-dep` target, i.e., `bash3-dep` `smoosh-dep`\n        the `-dep` target should run `yum` or whatever else to get dependencies\n    /bash3\n      /src\n      ...\n      bash\n    /bash4\n      /src\n      ...\n      bash\n    /bash5\n      /src\n      ...\n      bash\n    /fish\n      ...\n      fish\n    ...\n  /seeds - directory with randomly generated POSIX programs go here\n  /output - this directory is afl-fuzz's -o directory\nshells - file with a list of all of the shells we want to run:\n  ~/shells/bash3/bash\n  ~/shells/bash4/bash\n  ~/shells/bash5/bash\n  ~/shells/fish/bash\n  ~/shells/dash/bash\n  ~/shells/smoosh/bash\n  ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgree%2Fsmoosh-fuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgree%2Fsmoosh-fuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgree%2Fsmoosh-fuzz/lists"}