Update open-proxy-external.yaml
parent
18f1702db0
commit
50b0c162fe
|
@ -27,10 +27,19 @@ http:
|
|||
GET http://{{interactsh-url}} HTTP/1.1
|
||||
Host: {{interactsh-url}}
|
||||
|
||||
- |+
|
||||
GET / HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
unsafe: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- contains(body_1, "www.iana.org") || contains(body_1, "<title>Example Domain</title>")
|
||||
- contains(header_2, "X-Interactsh-Version")
|
||||
condition: or
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- '!contains(body_3, "<title>Example Domain</title>")'
|
||||
|
|
Loading…
Reference in New Issue