https://github.com/chocapikk/cve-2022-29464
Python script to exploit CVE-2022-29464 (mass mode)
https://github.com/chocapikk/cve-2022-29464
Last synced: about 1 year ago
JSON representation
Python script to exploit CVE-2022-29464 (mass mode)
- Host: GitHub
- URL: https://github.com/chocapikk/cve-2022-29464
- Owner: Chocapikk
- Created: 2022-05-26T20:19:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T03:29:40.000Z (about 4 years ago)
- Last Synced: 2025-02-05T21:53:34.859Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WSO2 Carbon Server CVE-2022-29464
Pre-auth RCE bug CVE-2022-29464.
## Usage
```bash
python exploit.py -u
```
or:
```bash
python exploit.py -f
```
## Zoomeye Dork
```bash
zoomeye search 'title:"WSO2 Management Console"' -num 10 -filter=ip,port
```
## Shodan Dork
```bash
shodan search 'title:"WSO2 Management Console"' --fields ip_str,port --limit 1000 --separator ":" | grep ''
```