Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2025-55182-Exploit-extension — 一个用于检测Web应用程序中React2Shell漏洞(CVE-2025-55182 和 CVE-2025-66478)的Chrome扩展程序。 | Kitploit
工具/GitHubGitHub/anuththara2007-w/cve-2025-55182-exploit-extension
侦察漏洞分析信息收集Web安全学习与教育
GitHubanuththara2007-w/cve-2025-55182-exploit-extension

CVE-2025-55182-Exploit-extension

一个用于检测Web应用程序中React2Shell漏洞(CVE-2025-55182 和 CVE-2025-66478)的Chrome扩展程序。

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
3123个月前尚未审核

RSC Fingerprint Detector

A Chrome extension for detecting React Server Components (RSC) and Next.js App Router fingerprints on web pages.

⚠️ Important Notice

This extension is intended for educational and security research purposes only. It includes functionality that may be used to test for potential security weaknesses. Use it only on systems you own or have explicit permission to test. Unauthorized use may be illegal and unethical.

Features

🔍 Passive Detection

  • Automatically scans pages for RSC indicators
  • Detects Next.js App Router behavior
  • Monitors page content for RSC‑specific markers
  • Updates the extension badge when RSC is detected

🎯 Active Fingerprinting

  • Sends controlled RSC probe requests
  • Analyzes server responses for RSC traits
  • Identifies RSC‑related Content-Type headers
  • Detects Vary headers containing RSC

📊 Detection Methods

The extension uses several complementary techniques:

  1. Content-Type Analysis – Detects text/x-component responses
  2. Pattern Matching – Flags window.__next_f and other RSC patterns
  3. Header Inspection – Scans Vary headers for RSC indicators
  4. Response Structure Analysis – Looks for React Flight protocol signatures

Installation

From Source

  1. Clone the repository:

    root@kitploit:~
    git clone https://github.com/mrknow001/RSC_Detector.git
    cd RSC_Detector
    
  2. Load the extension in Chrome:

    • Go to chrome://extensions/
    • Enable Developer mode
    • Click Load unpacked
    • Select the RSC_Detector folder

Usage

  1. Automatic Detection — The extension runs passively while you browse
  2. Manual Probe — Click the extension icon and choose Start Fingerprint Probe
  3. View Results — The popup displays detection status and technical details

Screenshot

Extension in action

The screenshot shows the extension detecting RSC usage, including passive indicators and active probe results.

File Structure

root@kitploit:~
RSC_Detector/
├── manifest.json          # Extension configuration
├── content.js             # Main detection logic
├── popup.html             # Popup UI
├── popup.js               # Popup logic
├── background.js          # Background worker
├── rules.json             # Network request rules
├── images/
│   └── img1.png           # Screenshot
├── README.md              # English documentation
└── README_cn.md           # Chinese documentation

Technical Details

Detection Patterns

This extension looks for:

  • Content-Type: text/x-component
  • Global Variables: window.__next_f
  • Library References: react-server-dom-webpack
  • Response Headers: Vary: RSC
  • Protocol Patterns: React Flight response format

Permissions

Required Chrome permissions:

  • activeTab — Access current tab’s content
  • scripting — Execute scripts on pages
  • declarativeNetRequest — Inspect/modify network requests
  • <all_urls> — Enable detection across all sites

Contributing

Contributions are welcome. Please ensure that updates:

  • Preserve the educational/security‑research intent
  • Include clear documentation
  • Follow Chrome extension best practices

License

This project is provided strictly for educational use. Use responsibly and comply with all applicable laws and regulations.

Disclaimer

This tool is designed exclusively for legitimate security research and educational purposes. You are responsible for ensuring you have proper authorization before testing any system. The authors assume no liability for misuse.

Documentation

  • English: README.md
  • 中文: README_cn.md

⚠️ For authorized security testing only.



RSC Fingerprint Detector

A Chrome extension for detecting React Server Components (RSC) and Next.js App Router fingerprints on web pages.

⚠️ Important Notice

This extension is intended for educational and security research purposes only. It includes functionality that may be used to test for potential security weaknesses. Use it only on systems you own or have explicit permission to test. Unauthorized use may be illegal and unethical.

Features

🔍 Passive Detection

  • Automatically scans pages for RSC indicators
  • Detects Next.js App Router behavior
  • Monitors page content for RSC‑specific markers
  • Updates the extension badge when RSC is detected

🎯 Active Fingerprinting

  • Sends controlled RSC probe requests
  • Analyzes server responses for RSC traits
  • Identifies RSC‑related Content-Type headers
  • Detects Vary headers containing RSC

📊 Detection Methods

The extension uses several complementary techniques:

  1. Content-Type Analysis – Detects text/x-component responses
  2. Pattern Matching – Flags window.__next_f and other RSC patterns
  3. Header Inspection – Scans Vary headers for RSC indicators
  4. Response Structure Analysis – Looks for React Flight protocol signatures

Installation

From Source

  1. Clone the repository:

    root@kitploit:~
    git clone https://github.com/mrknow001/RSC_Detector.git
    cd RSC_Detector
    
  2. Load the extension in Chrome:

    • Go to chrome://extensions/
    • Enable Developer mode
    • Click Load unpacked
    • Select the RSC_Detector folder

Usage

  1. Automatic Detection — The extension runs passively while you browse
  2. Manual Probe — Click the extension icon and choose Start Fingerprint Probe
  3. View Results — The popup displays detection status and technical details

Screenshot

Extension in action

The screenshot shows the extension detecting RSC usage, including passive indicators and active probe results.

File Structure

root@kitploit:~
RSC_Detector/
├── manifest.json          # Extension configuration
├── content.js             # Main detection logic
├── popup.html             # Popup UI
├── popup.js               # Popup logic
├── background.js          # Background worker
├── rules.json             # Network request rules
├── images/
│   └── img1.png           # Screenshot
├── README.md              # English documentation
└── README_cn.md           # Chinese documentation

Technical Details

Detection Patterns

This extension looks for:

  • Content-Type: text/x-component
  • Global Variables: window.__next_f
  • Library References: react-server-dom-webpack
  • Response Headers: Vary: RSC
  • Protocol Patterns: React Flight response format

Permissions

Required Chrome permissions:

  • activeTab — Access current tab’s content
  • scripting — Execute scripts on pages
  • declarativeNetRequest — Inspect/modify network requests
  • <all_urls> — Enable detection across all sites

Contributing

Contributions are welcome. Please ensure that updates:

  • Preserve the educational/security‑research intent
  • Include clear documentation
  • Follow Chrome extension best practices

License

This project is provided strictly for educational use. Use responsibly and comply with all applicable laws and regulations.

Disclaimer

This tool is designed exclusively for legitimate security research and educational purposes. You are responsible for ensuring you have proper authorization before testing any system. The authors assume no liability for misuse.

Documentation

  • English: README.

⚠️ For authorized security testing only.


下载工具