{"id":19052353,"url":"https://github.com/000pp/WSOB","last_synced_at":"2025-04-17T20:33:00.822Z","repository":{"id":41136863,"uuid":"485106940","full_name":"000pp/WSOB","owner":"000pp","description":"😭 WSOB is a python tool created to exploit the new vulnerability on WSO2 assigned as CVE-2022-29464.","archived":false,"fork":false,"pushed_at":"2023-05-23T03:42:31.000Z","size":497,"stargazers_count":26,"open_issues_count":1,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T08:03:26.373Z","etag":null,"topics":["cve-2022-29464","exploit","python","wso2"],"latest_commit_sha":null,"homepage":"","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/000pp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-04-24T18:25:26.000Z","updated_at":"2024-11-27T15:15:42.000Z","dependencies_parsed_at":"2025-04-13T08:13:31.052Z","dependency_job_id":null,"html_url":"https://github.com/000pp/WSOB","commit_stats":null,"previous_names":["000pp/wsob"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2FWSOB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2FWSOB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2FWSOB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2FWSOB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/000pp","download_url":"https://codeload.github.com/000pp/WSOB/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249375386,"owners_count":21260168,"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":["cve-2022-29464","exploit","python","wso2"],"created_at":"2024-11-08T23:22:01.126Z","updated_at":"2025-04-17T20:33:00.572Z","avatar_url":"https://github.com/000pp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 😭 WSOB (CVE-2022-29464)\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./assets/banner.png\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/oppsec/WSOB?color=blue\u0026logo=github\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/oppsec/WSOB?color=blue\u0026logo=github\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/oppsec/WSOB?color=blue\u0026label=STARS\u0026logo=github\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/oppsec/WSOB?color=blue\u0026logo=github\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/code-size/oppsec/WSOB?color=blue\u0026logo=github\u0026style=for-the-badge\"\u003e\n\u003c/p\u003e\n\n___\n\n\u003cbr\u003e\n\n**😭 WSOB** is a python tool created to exploit the new vulnerability on WSO2 assigned as CVE-2022-29464.\n\n\u003cbr\u003e\n\n## CVE-2022-29464 details:\nCertain WSO2 products allow unrestricted file upload with resultant remote code execution. The attacker must use a /fileupload endpoint with a Content-Disposition directory traversal sequence to reach a directory under the web root, such as a ../../../../repository/deployment/server/webapps directory. This affects WSO2 API Manager 2.2.0 and above through 4.0.0; WSO2 Identity Server 5.2.0 and above through 5.11.0; WSO2 Identity Server Analytics 5.4.0, 5.4.1, 5.5.0, and 5.6.0; WSO2 Identity Server as Key Manager 5.3.0 and above through 5.10.0; and WSO2 Enterprise Integrator 6.2.0 and above through 6.6.0.\n\nSource: https://nvd.nist.gov/vuln/detail/CVE-2022-29464\n\n\u003cbr\u003e\u003cbr\u003e\n\n## ⚡ Installing / Getting started\n\n\u003cp\u003e A quick guide on how to install and use WSOB \u003c/p\u003e\n\n```\n1. Clone the repository - git clone https://github.com/oppsec/wsob.git\n2. Install the libraries - pip3 install -r requirements.txt\n3. Run WSOB2 - python3 main.py -u https://example.com\n```\n\n\u003cbr\u003e\u003cbr\u003e\n\n## ⚙️ Pre-requisites\n- [Python 3](https://www.python.org/downloads/) installed on your machine.\n- Install the libraries with `pip3 install -r requirements.txt`\n\n\u003cbr\u003e\u003cbr\u003e\n\n## 🔨 Contributing\n\nA quick guide of how to contribute with the project.\n\n```\n1. Create a fork from WSOB repository\n2. Download the project with git clone https://github.com/your/wsob.git\n3. Make your changes\n4. Commit and make a git push\n5. Open a pull request\n```\n\n\u003cbr\u003e\u003cbr\u003e\n\n## 🙏 Credits\n- Credits to hakivvi for the original webshell code\n\n\u003cbr\u003e\u003cbr\u003e\n\n## ⚠️ Warning\n- The developer is not responsible for any malicious use of this tool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F000pp%2FWSOB","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F000pp%2FWSOB","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F000pp%2FWSOB/lists"}