🔨 Move name to matchers to chain with workflow - CVE-2020-17506

patch-1
Dwi Siswanto 2020-08-20 22:49:36 +07:00
parent 8b9b0d2747
commit 4fd07d906c
1 changed files with 1 additions and 1 deletions

View File

@ -28,11 +28,11 @@ requests:
- 302
condition: or
- type: word
name: session
words:
- "PHPSESSID"
part: header
extractors:
- type: kval
name: session-id
kval:
- "PHPSESSID"