Revert clustering changes for templates using flow

Templates using flow directive are not considered for clustering,
so these changes are reverted to keep the original raw HTTP format.

Non-flow templates retain the clustering optimization.
This commit is contained in:
Prince Chaddha
2026-01-27 13:00:14 +07:00
parent 975fc35d38
commit 5badd7e26e
153 changed files with 685 additions and 493 deletions

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -27,9 +27,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -32,9 +32,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -32,9 +32,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -53,9 +53,10 @@ http:
condition: and
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -39,9 +39,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 2
matchers:

View File

@@ -85,9 +85,11 @@ http:
condition: and
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
extractors:
- type: regex
name: theme_name

View File

@@ -33,9 +33,11 @@ variables:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:

View File

@@ -40,9 +40,11 @@ variables:
flow: http(1) && http(2) && http(3) && http(4)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 3

View File

@@ -43,9 +43,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -32,9 +32,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -29,9 +29,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -28,8 +28,6 @@ info:
publicwww-query: "/wp-content/plugins/profile-builder/"
tags: cve,cve2021,wp,wp-plugin,wordpress,profile-builder,vkev,vuln
flow: http(1) && http(2)
variables:
pass: "{{to_lower(rand_text_alpha(12))}}"
path: "{{path}}"
@@ -102,4 +100,4 @@ http:
- type: dsl
dsl:
- pass
# digest: 4a0a00473045022100e51c00fee2431489a3771a41a81668e2945ce71308076ce7aa6abde3b50a222f0220685a334a107ad475b7fdcaa3c645f5f9e7e189f509df8b1da7dfa2bdeda4379f:922c64590222798bb761d5b6d8e72950
# digest: 490a00463044022008eb16c6a08d7290fb8b652cbc1687e609316cc368dc20438c6c7524c396d61102201b48638e94329d3a6cfff37a01f40bbd9cf702635efead5a9dffb28bba9ada4c:922c64590222798bb761d5b6d8e72950

View File

@@ -28,9 +28,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 2
matchers:

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -49,9 +49,10 @@ http:
condition: and
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -30,9 +30,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 2

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2) && http(3)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
@@ -69,9 +70,10 @@ http:
condition: and
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -30,9 +30,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
matchers:
- type: dsl

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -71,9 +71,11 @@ http:
- compare_versions(version, '>= 2.0.0', '<= 2.1.0')
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 3

View File

@@ -123,9 +123,10 @@ http:
internal: true
condition: and
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word
@@ -153,9 +154,10 @@ http:
condition: and
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word
@@ -200,9 +202,10 @@ http:
condition: and
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:

View File

@@ -49,9 +49,10 @@ http:
- contains(body, 'oxi-confirmation-success')
condition: and
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -62,11 +62,11 @@ http:
- "(?mi)Stable tag: ([0-9.]+)"
internal: true
- method: GET
path:
- "{{BaseURL}}/"
headers:
Content-Type: application/x-www-form-urlencoded
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
matchers:
- type: dsl

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -28,9 +28,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -31,9 +31,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: word

View File

@@ -32,9 +32,10 @@ variables:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -34,9 +34,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 3
matchers:

View File

@@ -27,9 +27,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -30,9 +30,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
matchers:
- type: dsl

View File

@@ -34,9 +34,11 @@ variables:
num: "999999999"
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
matchers:

View File

@@ -31,9 +31,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
matchers:

View File

@@ -33,9 +33,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 2
matchers:

View File

@@ -51,9 +51,11 @@ http:
- 'contains(content_type, "application/json")'
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
max-redirects: 2

View File

@@ -50,9 +50,10 @@ http:
condition: and
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:

View File

@@ -31,9 +31,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 2
matchers:

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -30,9 +30,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -32,9 +32,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -34,9 +34,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -32,9 +32,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: word

View File

@@ -35,9 +35,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -32,9 +32,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -35,9 +35,10 @@ variables:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -32,9 +32,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
matchers:
- type: dsl

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -37,9 +37,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: dsl

View File

@@ -31,9 +31,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: word

View File

@@ -35,9 +35,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
extractors:
- type: regex
name: popup_id

View File

@@ -32,9 +32,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -29,9 +29,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -36,9 +36,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -43,9 +43,10 @@ variables:
flow: http(1) && http(2) && http(3) && http(4) && http(5)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
@@ -86,9 +87,10 @@ http:
condition: and
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
@@ -114,9 +116,10 @@ http:
condition: and
internal: true
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -35,9 +35,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -34,9 +34,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -35,9 +35,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -30,9 +30,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: word

View File

@@ -28,9 +28,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -27,9 +27,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -32,9 +32,10 @@ variables:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -31,9 +31,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: word

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -47,9 +47,11 @@ http:
{{password}}
-----------------------------7531776718188184812862255877--
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
extractors:
- type: regex
name: address

View File

@@ -27,9 +27,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -31,9 +31,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 3
matchers:

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -33,9 +33,10 @@ variables:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -31,9 +31,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word

View File

@@ -33,9 +33,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -29,9 +29,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: word

View File

@@ -38,9 +38,10 @@ flow: |
http(1) && http(2) && http(3)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -35,9 +35,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 2
matchers:

View File

@@ -29,9 +29,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: word

View File

@@ -35,9 +35,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -32,9 +32,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -32,9 +32,11 @@ info:
flow: http(1) && http(2) && http(3)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
matchers:
- type: word

View File

@@ -35,9 +35,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -35,9 +35,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

View File

@@ -28,9 +28,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
max-redirects: 2
matchers:

View File

@@ -33,9 +33,11 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: word

View File

@@ -28,9 +28,10 @@ info:
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}/"
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl

Some files were not shown because too many files have changed in this diff Show More