https://github.com/chocapikk/cve-2021-46422
Telesquare SDT-CW3B1 1.1.0 - OS Command Injection
https://github.com/chocapikk/cve-2021-46422
Last synced: 5 months ago
JSON representation
Telesquare SDT-CW3B1 1.1.0 - OS Command Injection
- Host: GitHub
- URL: https://github.com/chocapikk/cve-2021-46422
- Owner: Chocapikk
- Created: 2022-06-20T19:24:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T15:20:49.000Z (over 3 years ago)
- Last Synced: 2025-07-06T00:33:03.353Z (12 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Telesquare SDT-CW3B1 1.1.0 - OS Command Injection
CVE-2021-46422
Usage:
```bash
_______ ________ ___ ____ ___ ___ __ __ _____ __ __ ___ ___
/ ____/ | / / ____/ |__ \ / __ \__ \< / / // / / ___// // /|__ \|__ \
/ / | | / / __/________/ // / / /_/ // /_____/ // /_/ __ \/ // /___/ /__/ /
/ /___ | |/ / /__/_____/ __// /_/ / __// /_____/__ __/ /_/ /__ __/ __// __/
\____/ |___/_____/ /____/\____/____/_/ /_/ \____/ /_/ /____/____/
Telesquare SDT-CW3B1 1.1.0 - OS Command Injection [ Valentin Lobstein ]
usage: exp.py [-h] [-u URL] [-f FILE] [-c COMMAND]
options:
-h, --help show this help message and exit
-u URL, --url URL Target URL/IP
-f FILE, --file FILE Target file
-c COMMAND, --command COMMAND
Command
```
### Zoomeye CLI Dork:
```bash
zoomeye search 'title:"Login to SDT-CW3B1"' -num 1500 -filter=ip,port
```
### Shodan CLI Dork:
```bash
shodan search 'title:"Login to SDT-CW3B1"' --fields=ip_str,port --separator ":" --limit 1000 | grep '' | sed 's/.$//'
```