fix: fixed network templates (#3306)
parent
56e67ac232
commit
a8374ddcfb
|
@ -24,7 +24,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:4786"
|
||||
- "{{Host}}:4786"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -15,7 +15,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:9000"
|
||||
- "{{Host}}:9000"
|
||||
|
||||
read-size: 100
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:23"
|
||||
- "{{Host}}:23"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -14,7 +14,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:5222"
|
||||
- "{{Host}}:5222"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -13,7 +13,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:873"
|
||||
- "{{Host}}:873"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -14,7 +14,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:25"
|
||||
- "{{Host}}:25"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -17,7 +17,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:5555"
|
||||
- "{{Host}}:5555"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -13,7 +13,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:6379"
|
||||
- "{{Host}}:6379"
|
||||
read-size: 2048
|
||||
|
||||
matchers-condition: and
|
||||
|
|
|
@ -13,7 +13,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:2181"
|
||||
- "{{Host}}:2181"
|
||||
read-size: 2048
|
||||
|
||||
matchers:
|
||||
|
|
|
@ -12,7 +12,7 @@ network:
|
|||
- data: "USER anonymous\r\nPASS anonymous\r\n"
|
||||
host:
|
||||
- "{{Hostname}}:21"
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -13,7 +13,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}:21"
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}"
|
||||
|
||||
attack: clusterbomb
|
||||
payloads:
|
||||
|
|
|
@ -14,7 +14,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:8649"
|
||||
- "{{Host}}:8649"
|
||||
read-size: 2048
|
||||
|
||||
matchers:
|
||||
|
|
|
@ -13,7 +13,7 @@ network:
|
|||
- data: "\n"
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:110"
|
||||
- "{{Host}}:110"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -12,7 +12,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:11211"
|
||||
- "{{Host}}:11211"
|
||||
read-size: 2048
|
||||
|
||||
matchers:
|
||||
|
|
|
@ -14,7 +14,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:27017"
|
||||
- "{{Host}}:27017"
|
||||
read-size: 2048
|
||||
|
||||
matchers:
|
||||
|
|
|
@ -14,7 +14,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:27017"
|
||||
- "{{Host}}:27017"
|
||||
read-size: 2048
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -10,7 +10,7 @@ info:
|
|||
network:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:3306"
|
||||
- "{{Host}}:3306"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -10,7 +10,7 @@ network:
|
|||
- inputs:
|
||||
- data: "@PJL INFO STATUS\n"
|
||||
host:
|
||||
- "{{Hostname}}:9100"
|
||||
- "{{Host}}:9100"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
|
|
|
@ -14,7 +14,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:3389"
|
||||
- "{{Host}}:3389"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -12,7 +12,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:139"
|
||||
- "{{Host}}:139"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -13,7 +13,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:3299"
|
||||
- "{{Host}}:3299"
|
||||
read-size: 2048
|
||||
|
||||
matchers:
|
||||
|
|
|
@ -13,7 +13,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:3299"
|
||||
- "{{Host}}:3299"
|
||||
read-size: 1024
|
||||
|
||||
matchers:
|
||||
|
|
|
@ -14,7 +14,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:445"
|
||||
- "{{Host}}:445"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -11,7 +11,7 @@ network:
|
|||
- data: "\r\n"
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:25"
|
||||
- "{{Host}}:25"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
|
|
|
@ -14,7 +14,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:25"
|
||||
- "{{Host}}:25"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -10,7 +10,7 @@ info:
|
|||
network:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:4000"
|
||||
- "{{Host}}:4000"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -16,7 +16,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:4000"
|
||||
- "{{Host}}:4000"
|
||||
|
||||
read-size: 1024
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ network:
|
|||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:25"
|
||||
- "{{Host}}:25"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -12,8 +12,8 @@ network:
|
|||
- data: "USER anonymous\r\nPASS nuclei\r\n"
|
||||
|
||||
host:
|
||||
- "{{Host}}:21"
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:21"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
|
@ -9,11 +9,14 @@ network:
|
|||
- inputs:
|
||||
- data: "\r\n"
|
||||
host:
|
||||
- "{{Hostname}}:5900"
|
||||
- "{{Host}}:5900"
|
||||
- "{{Hostname}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "RFB"
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
|
|
|
@ -12,8 +12,8 @@ network:
|
|||
- data: "USER anonymous\r\nPASS pussycat0x\r\n"
|
||||
|
||||
host:
|
||||
- "{{Host}}:21"
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:21"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
Loading…
Reference in New Issue