Merge pull request #7480 from j4vaovo/patch-71

fix CVE-2019-18394 false-positive
patch-1
Dhiyaneshwaran 2023-06-19 11:42:38 +05:30 committed by GitHub
commit 94451bdf4a
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