misc syntax update
parent
a082359bad
commit
dee3589470
|
@ -17,7 +17,6 @@ http:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/+CSCOE+/logon.html?fcadbadd=1"
|
||||
- "{{BaseURL}}:8443/+CSCOE+/logon.html?fcadbadd=1"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
|
|
@ -16,7 +16,7 @@ info:
|
|||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}:9200/_cluster/settings"
|
||||
- "{{BaseURL}}/_cluster/settings"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -16,7 +16,7 @@ info:
|
|||
tcp:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:5555"
|
||||
port: 5555
|
||||
inputs:
|
||||
- data: "434e584e0100000100001000ea000000445b0000bcb1a7b1" # CNXN
|
||||
type: hex
|
||||
|
|
|
@ -16,7 +16,7 @@ info:
|
|||
tcp:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:5555"
|
||||
port: 5555
|
||||
inputs:
|
||||
- data: "434e584e0100000100001000ea000000445b0000bcb1a7b1" # CNXN
|
||||
type: hex
|
||||
|
|
|
@ -16,7 +16,7 @@ info:
|
|||
tcp:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:102"
|
||||
port: 102
|
||||
inputs:
|
||||
- data: "0300001611e00000000400c1020100c2020102c0010a"
|
||||
type: hex
|
||||
|
|
|
@ -16,7 +16,7 @@ info:
|
|||
tcp:
|
||||
- host:
|
||||
- '{{Hostname}}'
|
||||
- '{{Host}}:22'
|
||||
port: 22
|
||||
|
||||
inputs:
|
||||
- data: "SSH-1337-OpenSSH_9.0\r\n"
|
||||
|
|
|
@ -16,7 +16,7 @@ info:
|
|||
tcp:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:21"
|
||||
port: 21
|
||||
inputs:
|
||||
- data: "USER root\r\n"
|
||||
read: 1024
|
||||
|
|
|
@ -20,7 +20,7 @@ tcp:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:27017"
|
||||
port: 27017
|
||||
read-size: 2048
|
||||
|
||||
matchers:
|
||||
|
|
|
@ -16,7 +16,8 @@ info:
|
|||
tcp:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:1883"
|
||||
port: 1883
|
||||
|
||||
inputs:
|
||||
- data: "101000044d5154540502003c032100140000"
|
||||
type: hex
|
||||
|
|
|
@ -19,7 +19,8 @@ tcp:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:3306"
|
||||
port: 3306
|
||||
|
||||
read-size: 1024
|
||||
|
||||
matchers-condition: and
|
||||
|
|
|
@ -16,7 +16,8 @@ info:
|
|||
tcp:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:445"
|
||||
port: 445
|
||||
|
||||
inputs:
|
||||
- data: "00000045ff534d4272000000000801c8000000000000000000000000ffff0100ffff0000002200024e54204c4d20302e31320002534d4220322e3030320002534d4220322e3f3f3f00"
|
||||
type: hex
|
||||
|
|
|
@ -16,7 +16,7 @@ info:
|
|||
tcp:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:10001"
|
||||
port: 10001
|
||||
inputs:
|
||||
- data: "^AI21400"
|
||||
|
||||
|
|
|
@ -16,7 +16,8 @@ info:
|
|||
tcp:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:25"
|
||||
port: 25
|
||||
|
||||
inputs:
|
||||
- data: "HELP\r\n"
|
||||
read: 1024
|
||||
|
|
|
@ -16,7 +16,8 @@ info:
|
|||
tcp:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:6379"
|
||||
port: 6379
|
||||
|
||||
inputs:
|
||||
- data: "QUIT"
|
||||
|
||||
|
|
Loading…
Reference in New Issue