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: http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/getFavicon?host=http://{{interactsh-url}}" - "{{BaseURL}}/getFavicon?host=http://oast.fun/"
matchers: matchers:
- type: word - type: dsl
part: interactsh_protocol # Confirms the HTTP Interaction dsl:
words: - "contains(body, 'Interactsh Server')"
- "http" - status_code == 200
condition: and
# Enhanced by mp on 2022/05/03