Update open-proxy-external.yaml

patch-1
Prince Chaddha 2023-07-08 12:01:58 +05:30 committed by GitHub
parent 18f1702db0
commit 50b0c162fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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>")'