{"id":19336348,"url":"https://github.com/cuberite/apifuzzing","last_synced_at":"2026-02-20T01:02:44.382Z","repository":{"id":72039244,"uuid":"87446921","full_name":"cuberite/APIFuzzing","owner":"cuberite","description":"APIFuzzing - a lua plugin for fuzzing and checking the Cuberite API","archived":false,"fork":false,"pushed_at":"2022-09-25T10:22:31.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-10-29T00:07:42.854Z","etag":null,"topics":["fuzzing","lua","plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cuberite.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":"2017-04-06T15:44:17.000Z","updated_at":"2022-09-25T10:22:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"9636e0e2-0e2b-4964-b99e-03df2d17df6e","html_url":"https://github.com/cuberite/APIFuzzing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cuberite/APIFuzzing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuberite%2FAPIFuzzing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuberite%2FAPIFuzzing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuberite%2FAPIFuzzing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuberite%2FAPIFuzzing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuberite","download_url":"https://codeload.github.com/cuberite/APIFuzzing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuberite%2FAPIFuzzing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["fuzzing","lua","plugin"],"created_at":"2024-11-10T03:10:42.733Z","updated_at":"2026-02-20T01:02:44.374Z","avatar_url":"https://github.com/cuberite.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# APIFuzzing\n\nThis is a plugin written in lua for cuberite. As the plugin name already indicates it's used for fuzzing and it can check the cuberite lua api.\n\nThere are two commands\n* fuzzing\n* checkapi\n\n# Fuzzing\nThe runme file has to be copied to the root folder of Cuberite, before running it.\n\n### Windows\nRun the file runme.bat and it will startup Cuberite.\n\n### Linux\nRun the file runme.sh and it will startup Cuberite.\n\n### Running\nThe server will be started and runs the console command `fuzzing`.\nIf an crash occurs:\n* Under linux the script will automatically restart cuberite and run the command again\n* Under windows, you need to close the debugger message box that will appear, then cuberite will start and run the command again\n\nThe message `Fuzzing completed!` will be printed in the console, if the plugin is finished.\nIf an crash has occured, in the home directory of the plugin will be a file named `crashed_table.txt`.\nIt contains the `class name`, `function name` and the `function call` of all crashes.\n\nIn file inputs.lua at line 103 there is a for loop that adds params from number -100 to 100.\nWhen this part is enabled, fuzzing can take much more time.\nI recommend to enable this part only under a linux based system.\nUnder windows it requires much more time to finish.\n\n# CheckAPI\nStart the server and run the console command `checkapi`. The plugin will be finished if the message `CheckAPI completed!` appears. The results, if any, are in the console output and in cuberite log files.\n\n### Features\n* It can catch:\n* - Syntax errors, indicates a problem in code generation of this plugin\n* - Incorrect parameters in APIDoc or not documented\n* - Function exists in the API, but is not exported or doesn't exists\n* - Function is missing flag IsStatic in APIDoc\n* It can also compare the return types of the function call with the APIDoc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuberite%2Fapifuzzing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuberite%2Fapifuzzing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuberite%2Fapifuzzing/lists"}