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
React2Shell-CVE-2025-55182 — POC and lab setup | Kitploit
Tools/GitHubGitHub/timsonner/react2shell-cve-2025-55182
ExploitationWeb Application ExploitationPenetration TestingLearning & EducationPayload DevelopmentLabs & Practice
GitHubtimsonner/react2shell-cve-2025-55182

React2Shell-CVE-2025-55182

POC and lab setup

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

React2Shell CVE-2025-55182

POC and lab setup

Create the server from scratch

root@kitploit:~
npm create [email protected] react2shell-lab

Accept defaults is fine, name it whatever

OR

Clone the repo

root@kitploit:~
git clone https://github.com/timsonner/React2Shell-CVE-2025-55182.git

AND

Install dependencies

root@kitploit:~
npm install

THEN

Run the server - terminal 1

Download Tool
root@kitploit:~
cd react2shell-lab
npm run dev

Create nc listener - terminal 2

root@kitploit:~
nc -nlvp 4444

Run the test exploit - terminal 3

root@kitploit:~
python3 react2shell-exploit-1.py

This exploit is good for testing the localhost configuration. Uncomment teh other payload for a reverse shell...

Interactive reverse shell payload for remote target

root@kitploit:~
python3 react2shell-exploit-2.py

This version asks for user input for remote target and attacker IPs and ports. The post body (body_parts) is also trimmed down slightly in this version.

Sources:

https://www.averlon.ai/blog/react2shell-cve-2025-55182-explained

https://tryhackme.com/room/react2shellcve202555182