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
Apache-GOExploiter — Apache (CVE-2025-24813) GOExploiter Checker & Exploiter very Fast | Kitploit
Tools/GitHubGitHub/drcrypterdotru/apache-goexploiter
Vulnerability ScannersExploitationShellcodeWeb Application ExploitationPenetration TestingRepository Deleted
GitHubdrcrypterdotru/apache-goexploiter

Apache-GOExploiter

Apache (CVE-2025-24813) GOExploiter Checker & Exploiter very Fast

The upstream repository was not found during the latest Kitploit update check. This listing remains available for reference, but it has been removed from search results.
203111 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

🛠 Apache_GoExploiter – CVE-2025-24813 PUT Method Exploit Toolkit

Apache_GoExploiter is a Go-based proof-of-concept tool to scan and exploit Apache Tomcat servers vulnerable to CVE-2025-24813. It tests for exposed HTTP PUT support on port 8080 and attempts to upload test or shell files into writable directories.


📸 Demo

Preview
demo1
demo2

⚙️ Features

  • 🔍 Auto-detects http://<host>:8080 even from input like example.com or put http://example.com
  • ⚡ Multithreaded scan support (-threads)
  • ✍️ Tests for PUT support and writable directories
  • 🐚 Optional shell upload if directory is writable
  • 💾 Saves successful results to output files

🚀 How to Use

🧪 Option 1: Run via Go (no compile)

root@kitploit:~
go run Apache_GoExploiter.go -list list.txt -threads 50

🔨 Option 2: Build & Run

🔹 Linux

root@kitploit:~
go build -o Apache_GoExploiter Apache_GoExploiter.go
./Apache_GoExploiter -list list.txt -threads 50

🔹 Windows (PowerShell / CMD)

root@kitploit:~
go build -o Apache_GoExploiter.exe Apache_GoExploiter.go
Apache_GoExploiter.exe -list list.txt -threads 50

📥 Input Format

Provide your target URLs in a file (e.g., list.txt). Format:

root@kitploit:~
http://example.com
example.org

Do not include :8080 — the tool will add and test it automatically.


📂 Output Files

FileDescription
PUT_VULN.txtTargets that responded positively to HTTP PUT
Shelled.txtTargets where the uploaded shell file succeeded (writable path)

📦 Download

You can download binaries here or build from source using go build.


🧠 CVE Details – CVE-2025-24813

Apache Tomcat allows file uploads via the PUT method under certain misconfigured contexts (like WebDAV). If enabled:

  • Attacker may upload arbitrary files (like a JSP shell)
  • No authentication may be required
  • Writable directories may allow code execution

⚠️ Legal Warning

This tool is for educational and authorized security testing only.
Do not scan domains you do not own or lack permission to test.
Unauthorized use may be illegal and punishable under applicable laws.


✍️ Author

Developed by DRCrypter.ru
Telegram: @drcrypterd0tru
GitHub: @drcrypterdotru