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
SneeitScanner-CVE-2025-6389 — SneeitScanner - PoC & Scanner para RCE não autenticada no Sneeit Framework (CVE-2025-6389) | Kitploit
Tools/GitHubGitHub/itsismarcos/sneeitscanner-cve-2025-6389
Vulnerability ScannersPayload GenerationExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubitsismarcos/sneeitscanner-cve-2025-6389

SneeitScanner-CVE-2025-6389

SneeitScanner - PoC & Scanner para RCE não autenticada no Sneeit Framework (CVE-2025-6389)

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

SneeitScanner-CVE-2025-6389

SneeitScanner - PoC & Scanner for Unauthenticated RCE in Sneeit Framework (CVE-2025-6389)

⚡ SneeitScanner ⚡

Proof of Concept (PoC) and Automated Scanner for Unauthenticated RCE in Sneeit Framework (CVE-2025-6389)

This robust Python script is a functional PoC and scanner tool for CVE-2025-6389, a critical unauthenticated Remote Code Execution (RCE) vulnerability (CVSS 9.8) affecting Sneeit Framework <= 8.3.

The exploit takes advantage of unsafe handling of the callback parameter in the sneeit_articles_pagination AJAX function, allowing command injection through the assert function.

🚨 Legal Notice 🚨

This material is strictly for educational and security research purposes. Use it only on systems where you have explicit written permission to perform penetration testing. Unauthorized use is strictly prohibited.


Features

  • Vulnerability Check: Tests the target using a phpinfo() payload for silent RCE confirmation.
  • Single Target Mode: Allows interaction via interactive reverse shell or execution of a single command.
  • List Scanner Mode (--list): Iterates over a text file with multiple URLs, automating the check and command execution.
  • Clean Output: The response parser extracts the command output, removing HTML/WordPress boilerplate.

Usage

1. Multi-Target Scanner

root@kitploit:~
# Runs 'whoami' on all vulnerable targets listed in targets.txt
python3 SneeitScanner.py --list targets.txt 'whoami'
Download Tool