Skip to content

Commit 5a1f578

Browse files
committed
docs: document active scan integration and releases
1 parent 83ea5e8 commit 5a1f578

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# react2shellburp (CVE-2025-55182)
2+
Creator: **j0lt**
23

34
Burp Suite extension for identifying the React Server Components unsafe deserialization vulnerability (React2Shell / CVE-2025-55182). It provides a focused UI tab, context-menu actions, active-scanner integration, and optional Burp Collaborator confirmation.
45

@@ -35,6 +36,16 @@ Artifact: `build/libs/react2shellburp-0.1.0.jar`
3536
- Safe mode: vulnerable if `500` + `E{"digest"}` is returned without known mitigation signatures.
3637
- PoC mode: vulnerable if `X-Action-Redirect` contains `/login?a=...`; collaborator mode marks vulnerable on observed callbacks.
3738

39+
## Active Scanner & Findings
40+
- Passive scan: flags likely RSC endpoints (issues appear in Scanner/Target > Issue Activity).
41+
- Active scan: reuses current tab options; if vulnerable, issues are added with request/response evidence and collaborator hits when enabled.
42+
- Target/Issue tabs will show `React2Shell / CVE-2025-55182` entries with severity High when exploitation indicators are found; informational issues appear for RSC fingerprints.
43+
44+
## Releases (GitHub)
45+
1) Build the fat jar: `gradle clean shadowJar` (output: `build/libs/react2shellburp-0.1.0.jar`).
46+
2) Tag the commit, e.g. `git tag v0.1.0 && git push --tags`.
47+
3) Create a GitHub Release for the tag and upload `build/libs/react2shellburp-0.1.0.jar` as an asset. Repeat per version.
48+
3849
## Notes & Safety
3950
- Use only on targets you are authorized to test.
4051
- Default to safe mode for low impact; use PoC or Collaborator mode when stronger confirmation is needed.

0 commit comments

Comments
 (0)