misc update
parent
84abafbcf0
commit
6e5255514d
|
@ -17,16 +17,18 @@ requests:
|
||||||
POST /minio/webrpc HTTP/1.1
|
POST /minio/webrpc HTTP/1.1
|
||||||
Host: {{interactsh-url}}
|
Host: {{interactsh-url}}
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2656.18 Safari/537.36
|
||||||
|
Content-Length: 76
|
||||||
|
|
||||||
{"id":1,"jsonrpc":"2.0","params":{"token": "Test"},"method":"web.LoginSTS"}
|
{"id":1,"jsonrpc":"2.0","params":{"token": "Test"},"method":"web.LoginSTS"}
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: interactsh_protocol
|
part: interactsh_protocol
|
||||||
words:
|
words:
|
||||||
- "http" # Confirms the HTTP Interaction
|
- "http" # Confirms the HTTP Interaction
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "We encountered an internal error"
|
Loading…
Reference in New Issue