Exploit for Improper Handling of Exceptional Conditions in Openbsd Opensmtpd
Exploit Code
## https://sploitus.com/exploit?id=2AA8FEB3-981D-5C73-BC56-03EA0268A216
# CVE 2020-7247
PoC exploit for OpenSMTPD 6.4.0
Reference:
##### Dependencies:
```bash
pip3 install pwntools
```
## Usage:
```bash
python3 exploit.py
```
