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
Vulnerability-assessment — nmap nse for detecting React2Shell (CVE-2025-55182) | Kitploit
Tools/GitHubGitHub/atlantis02-sec/vulnerability-assessment
Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityNetwork SecurityPenetration Testing
GitHubatlantis02-sec/vulnerability-assessment

Vulnerability-assessment

nmap nse for detecting React2Shell (CVE-2025-55182)

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
118 months agoNot yet reviewed

Installation & Usage

Bash# Copy to Nmap scripts directory

sudo cp react2shell-detect.nse /usr/share/nmap/scripts/

Update script database

sudo nmap --script-updatedb

Single target

nmap -p80,443 --script react2shell-detect.nse example.com

Important: Use this script only against systems you have explicit written permission to test. Unauthorized scanning or exploitation is illegal in most jurisdictions

Download Tool