
Supports RSC fingerprinting and exploitation of the React component vulnerability CVE-2025-55182.
A Chrome extension for detecting React Server Components (RSC) and Next.js App Router fingerprints on web pages.
This extension is designed for educational and security research purposes only. It includes functionality that could be used to test for security vulnerabilities. Only use this extension on systems you own or have explicit permission to test. Unauthorized use may be illegal and unethical.
The extension uses multiple detection techniques:
text/x-component responseswindow.__next_f and RSC-related patternsClone this repository:
git clone https://github.com/mrknow001/RSC_Detector.git
cd RSC_Detector
Load the extension in Chrome:
chrome://extensions/
The screenshot above shows the extension running when RSC is detected, including passive detection results and active probing functionality.
RSC_Detector/
├── manifest.json # Extension configuration
├── content.js # Main detection logic
├── popup.html # Extension popup interface
├── popup.js # Popup functionality
├── background.js # Background service worker
├── rules.json # Network request rules
├── images/
│ └── img1.png # Extension screenshot
├── README.md # This file
└── README_cn.md # 中文文档 (Chinese documentation)
The extension looks for:
text/x-componentwindow.__next_freact-server-dom-webpackVary: RSCThe extension requires:
activeTab - Access current tab contentscripting - Execute scripts on pagesdeclarativeNetRequest - Modify network requests<all_urls> - Work on all websitesContributions are welcome. Please ensure any changes:
This project is provided for educational purposes. Use responsibly and in accordance with applicable laws and regulations.
This tool is designed for legitimate security research and educational purposes. Users are responsible for ensuring they have proper authorization before testing any systems. The authors are not responsible for misuse of this software.
⚠️ For authorized security testing only