Fix branch name in README-scanner.md curl command (main -> master)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ Quick scanner for CVE-2025-66478 / CVE-2025-55182 (CVSS 10.0)
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -o check-nextjs-rce.sh http://100.120.125.113:3000/pdm/security-tools/raw/branch/main/check-nextjs-rce.sh
|
curl -o check-nextjs-rce.sh http://100.120.125.113:3000/pdm/security-tools/raw/branch/master/check-nextjs-rce.sh
|
||||||
chmod +x check-nextjs-rce.sh
|
chmod +x check-nextjs-rce.sh
|
||||||
sudo ./check-nextjs-rce.sh
|
sudo ./check-nextjs-rce.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user