react2shell_analyzer 1.0.0
react2shell_analyzer: ^1.0.0 copied to clipboard
HTTP proxy analyzer for inspecting Next.js Server Actions, detecting React Flight tokens and prototype pollution patterns.
Changelog #
All notable changes to the react2shell_analyzer package will be documented in this file.
This project follows semantic versioning.
1.0.0 – Initial Release #
Added #
- Introduced React2Shell Analyzer, a powerful proxy tool for inspecting Next.js Server Actions traffic.
- Full HTTP proxy with:
- Request and response header logging
- Multipart request body parsing
- Response body logging
- Built-in suspicious pattern detection:
- React Flight tokens (
$@,$K:) - Prototype pollution indicators (
__proto__,constructor.prototype) - Server Action references
- React Flight tokens (
- Colorized terminal output for clean readability.
- Programmatic API:
runProxy()ProxyConfigSuspiciousPatternProxyAnalyzer
- CLI tool:
react2shell_analyzer- Support for flags (
--proxy-port,--target-port,--no-headers,--no-color, etc.)
- Added
example/usage file. - Added documentation (README, LICENSE).