{"id":22799859,"url":"https://github.com/chocapikk/cve-2022-44877","last_synced_at":"2025-03-30T19:17:22.200Z","repository":{"id":133506571,"uuid":"600549630","full_name":"Chocapikk/CVE-2022-44877","owner":"Chocapikk","description":"Bash Script for Checking Command Injection Vulnerability  on CentOS Web Panel [CWP] (CVE-2022-44877)","archived":false,"fork":false,"pushed_at":"2023-02-11T22:03:19.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T21:53:35.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chocapikk.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}},"created_at":"2023-02-11T20:45:08.000Z","updated_at":"2024-08-12T20:29:46.000Z","dependencies_parsed_at":"2023-11-13T11:27:43.429Z","dependency_job_id":"8920298d-cbc5-4a8c-9f9b-8509b00c54a6","html_url":"https://github.com/Chocapikk/CVE-2022-44877","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/Chocapikk%2FCVE-2022-44877","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chocapikk%2FCVE-2022-44877/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chocapikk%2FCVE-2022-44877/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chocapikk%2FCVE-2022-44877/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chocapikk","download_url":"https://codeload.github.com/Chocapikk/CVE-2022-44877/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365647,"owners_count":20765549,"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-12-12T07:10:09.548Z","updated_at":"2025-03-30T19:17:21.771Z","avatar_url":"https://github.com/Chocapikk.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CVE-2022-44877 \n\n## Overview\n\nThis bash script is used to test the vulnerability of web servers to CVE-2022-44877. The script performs a curl request to a target URL with a payload encoded in base64. If the target is vulnerable to the CVE-2022-44877 vulnerability, the elapsed time of the curl request will be greater than 3.5 seconds.\n\n\n## Installation\n\n```bash\nsudo apt-get update\nsudo apt-get install curl bc\ngit clone https://github.com/Chocapikk/CVE-2022-44877\ncd CVE-2022-44877\nchmod +x script.sh\n```\n\n## Usage\n\nThe script can be used in three different ways:\n\n`scan`: To scan a single URL, run the following command:\n\n```bash\n./script.sh scan \u003cURL\u003e\n```\n\n`exploit`: To exploit a single URL, run the following command:\n\n```bash\n./script.sh exploit \u003cURL\u003e \u003cpayload\u003e\n```\n\n`masscan`: To scan a list of URLs, either provide a file containing the list of URLs or pipe the list of URLs to the script:\n\n```bash\n./script.sh masscan \u003cfile\u003e\n\nor\n\necho \u003cURLs\u003e | ./script.sh masscan\n```\n\n# Requirements\n\nThe script requires `curl` to be installed on the system.\n\n# Disclaimer\n\nThis script is for educational purposes only and should not be used for malicious purposes. The user is solely responsible for any actions taken with the script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchocapikk%2Fcve-2022-44877","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchocapikk%2Fcve-2022-44877","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchocapikk%2Fcve-2022-44877/lists"}