https://github.com/chocapikk/cve-2021-35064
Python script to exploit CVE-2021-35064 and CVE-2021-36356
https://github.com/chocapikk/cve-2021-35064
Last synced: 8 months ago
JSON representation
Python script to exploit CVE-2021-35064 and CVE-2021-36356
- Host: GitHub
- URL: https://github.com/chocapikk/cve-2021-35064
- Owner: Chocapikk
- Created: 2022-06-02T02:19:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T17:29:36.000Z (about 4 years ago)
- Last Synced: 2025-02-05T21:53:35.482Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CVE-2021-36356 and CVE-2021-35064 PoC
Usage:
```bash
______ _______ ____ ___ ____ _ _________ ___ __ _ _
/ ___\ \ / / ____| |___ \ / _ \___ \/ | |___ / ___| / _ \ / /_ | || |
| | \ \ / /| _| _____ __) | | | |__) | |_____ |_ \___ \| | | | '_ \| || |_
| |___ \ V / | |__|_____/ __/| |_| / __/| |_____|__) |__) | |_| | (_) |__ _|
\____| \_/ |_____| |_____|\___/_____|_| |____/____/ \___/ \___/ |_|
Coded By Valentin Lobstein
usage: CVE-2021-35064.py [-h] [-i I] [-f F]
Example : python3 CVE-2021-35064.py -i 127.0.0.1
options:
-h, --help show this help message and exit
-i I IP address (not url)
-f F IP file
```
### Zoomeye CLI Dork:
```bash
zoomeye search '"Welcome to VIA Collaboration Hub"' -num 780 -filter=ip,port
```
### Shodan CLI Dork:
```bash
shodan search 'http.html:"Welcome to VIA Collaboration Hub"' --fields=ip_str,port --separator ":" --limit 1000 | grep ''
```