一个 Python 包装脚本,用于通过特定的 curl 载荷扫描 Cisco IOS XE 设备,以检测 Web UI 身份验证漏洞 (CVE-2023-20198)。
curl 命令行工具CVE-2023-20198.pychmod +x CVE-2023-20198.py
# Create targets file
cat > targets.txt << EOF
http://192.168.1.100/
http://router.company.com/
https://target.example.com/
EOF
# Run scan
./CVE-2023-20198.py -f targets.txt
./CVE-2023-20198.py -f targets.txt -o scan\_results.txt
./CVE-2023-20198.py --urls http://target1.com/ http://target2.com/
当设备返回 HTTP 200 时:
\[!!!] HTTP 200 - Device is Vulnerable with CVE-2023-20198 \[!!!]
Abraham-Surf
此工具仅用于教育和授权安全测试目的。
请仅在您拥有明确测试许可的系统上使用。
CVE-2023-20198 是 Cisco IOS XE 中的一个严重漏洞。
在您的司法管辖区内,未经授权的扫描可能是非法的。