Fixed FP open-proxy-external.yaml
parent
20336cc39f
commit
4c7067a575
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue