Skip to content

ambionics/wso2-exploits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSO2 Exploits

This repository contains a collection of proof-of-concept exploits for various vulnerabilities found in WSO2 products. Each exploit has its own detailed README.md with usage instructions.

Exploit Categories

Account Takeover

  • account-takeover/: Exploits related to taking over user accounts.
    • self_register.py: Registers a new user, even if self-registration is disabled.
    • reset_password.py: Resets a user's password by exploiting the password recovery flow.

Remote Code Execution (RCE)

Authenticated RCE

Unauthenticated RCE

Server-Side Request Forgery (SSRF)

  • ssrf/: An unauthenticated SSRF vulnerability that allows sending arbitrary requests from the server.

Requirements

Most scripts require Python 3 and the ten library. You can install the requirements with:

pip install -r requirements.txt

Disclaimer

These scripts are for educational and research purposes only. Do not use them on systems you do not have permission to test.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages