Merge pull request #7287 from projectdiscovery/issue-7271

Fix False Positive
patch-1
Dhiyaneshwaran 2023-05-29 21:53:41 +05:30 committed by GitHub
commit 3bedab906c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -30,8 +30,13 @@ http:
- "1f8b080000000000" # Gunzip magic byte
condition: or
- type: word
part: header
words:
- "Accept-Encoding: gzip"
case-insensitive: true
negative: true
- type: status
status:
- 200
# Enhanced by mp on 2022/05/20