Merge branch 'main' into remove-cve-tags-from-yeswiki-xss.yaml
commit
4340c07896
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: 1.20.x
|
||||
|
||||
- name: nuclei install
|
||||
run: go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
|
||||
|
|
|
@ -30,8 +30,13 @@ http:
|
|||
- "1f8b080000000000" # Gunzip magic byte
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "Content-Encoding: gzip"
|
||||
case-insensitive: true
|
||||
negative: true
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
# Enhanced by mp on 2022/05/20
|
||||
|
|
Loading…
Reference in New Issue