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