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-55182-test — See if your endpoint could be vulnerable. | Kitploit
Tools/GitHubGitHub/chelsea486mhz/cve-2025-55182-test
Vulnerability ScannersExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubchelsea486mhz/cve-2025-55182-test

CVE-2025-55182-test

See if your endpoint could be vulnerable.

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

CVE-2025-55182 Test

Check if your endpoint is potentially vulnerable to CVE-2025-55182.

Requirements

root@kitploit:~
pip install requests

Usage

root@kitploit:~
# Single target
$ python3 react2shell-test.py -u https://app.example.com

# Multiple targets from file
$ python3 react2shell-test.py -l targets.txt

# With options
$ python3 react2shell-test.py -l targets.txt -t 20 --timeout 5 -o results.csv

Options

Download Tool
FlagDescription
-u, --urlSingle target URL
-l, --listFile with URLs (one per line)

Output

  • [+] Safe
  • [i] Warning (likely vulnerable)
  • [-] Exposed / Error