commit
94451bdf4a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue