react2shell_analyzer 1.0.0 copy "react2shell_analyzer: ^1.0.0" to clipboard
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
  • Colorized terminal output for clean readability.
  • Programmatic API:
    • runProxy()
    • ProxyConfig
    • SuspiciousPattern
    • ProxyAnalyzer
  • CLI tool:
    • react2shell_analyzer
    • Support for flags (--proxy-port, --target-port, --no-headers, --no-color, etc.)
  • Added example/ usage file.
  • Added documentation (README, LICENSE).

0
likes
30
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

HTTP proxy analyzer for inspecting Next.js Server Actions, detecting React Flight tokens and prototype pollution patterns.

Repository (GitHub)
View/report issues
Contributing

License

unknown (license)

Dependencies

args, http, proxy_manager

More

Packages that depend on react2shell_analyzer