fix CVE-2019-18394 false-positive

patch-1
J4vaovo 2023-06-18 02:51:48 +08:00 committed by GitHub
parent 5e88447f49
commit ce54d93477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -23,12 +23,11 @@ info:
http:
- method: GET
path:
- "{{BaseURL}}/getFavicon?host=http://{{interactsh-url}}"
- "{{BaseURL}}/getFavicon?host=http://oast.fun/"
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"
# Enhanced by mp on 2022/05/03
- type: dsl
dsl:
- "contains(body, 'Interactsh Server')"
- status_code == 200
condition: and