Fixed FP open-proxy-external.yaml

patch-1
Prince Chaddha 2023-07-26 20:22:27 +05:30 committed by GitHub
parent 20336cc39f
commit 4c7067a575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -20,8 +20,8 @@ info:
http:
- raw:
- |+
GET http://example.com HTTP/1.1
Host: example.com
GET https://test.s3.amazonaws.com HTTP/1.1
Host: test.s3.amazonaws.com
- |+
GET http://{{interactsh-url}} HTTP/1.1
@ -36,10 +36,12 @@ http:
matchers:
- type: dsl
dsl:
- contains(body_1, "www.iana.org") || contains(body_1, "<title>Example Domain</title>")
- contains(body_1, "<HostId>") || contains(body_1, "</HostId>")
- contains(header_2, "X-Interactsh-Version")
condition: or
- type: dsl
dsl:
- '!contains(body_3, "<title>Example Domain</title>")'
- '!contains(body_3, "<HostId>")'
- !contains(header_3, "X-Interactsh-Version")
condition: and