mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Update gpc-json.yaml
This commit is contained in:
@@ -17,13 +17,11 @@ requests:
|
||||
- "{{RootURL}}/gpc.json"
|
||||
|
||||
stop-at-first-match: true
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "gpc"
|
||||
- '"gpc"'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
@@ -34,18 +32,6 @@ requests:
|
||||
- "len(body) <= 1024 && len(body) > 0"
|
||||
|
||||
extractors:
|
||||
- type: json
|
||||
part: body
|
||||
name: gpc-value
|
||||
json:
|
||||
- ".gpc"
|
||||
|
||||
- type: json
|
||||
part: body
|
||||
name: gpc-last-update
|
||||
json:
|
||||
- ".lastUpdate?"
|
||||
|
||||
- type: json
|
||||
part: body
|
||||
name: gpc-version
|
||||
|
||||
Reference in New Issue
Block a user