fix: fixed network templates (#3306)

patch-1
Sandeep Singh 2021-12-09 18:36:24 +05:30 committed by GitHub
parent 56e67ac232
commit a8374ddcfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 34 additions and 31 deletions

View File

@ -24,7 +24,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:4786"
- "{{Host}}:4786"
matchers:
- type: word

View File

@ -15,7 +15,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:9000"
- "{{Host}}:9000"
read-size: 100

View File

@ -14,7 +14,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:23"
- "{{Host}}:23"
matchers:
- type: word

View File

@ -14,7 +14,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:5222"
- "{{Host}}:5222"
matchers:
- type: word

View File

@ -13,7 +13,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:873"
- "{{Host}}:873"
matchers:
- type: word

View File

@ -14,7 +14,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:25"
- "{{Host}}:25"
matchers:
- type: word

View File

@ -17,7 +17,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:5555"
- "{{Host}}:5555"
matchers:
- type: word

View File

@ -13,7 +13,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:6379"
- "{{Host}}:6379"
read-size: 2048
matchers-condition: and

View File

@ -13,7 +13,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:2181"
- "{{Host}}:2181"
read-size: 2048
matchers:

View File

@ -12,7 +12,7 @@ network:
- data: "USER anonymous\r\nPASS anonymous\r\n"
host:
- "{{Hostname}}:21"
- "{{Hostname}}"
- "{{Host}}"
matchers:
- type: word

View File

@ -13,7 +13,7 @@ network:
host:
- "{{Hostname}}:21"
- "{{Hostname}}"
- "{{Host}}"
attack: clusterbomb
payloads:

View File

@ -14,7 +14,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:8649"
- "{{Host}}:8649"
read-size: 2048
matchers:

View File

@ -13,7 +13,7 @@ network:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Hostname}}:110"
- "{{Host}}:110"
matchers:
- type: word

View File

@ -12,7 +12,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:11211"
- "{{Host}}:11211"
read-size: 2048
matchers:

View File

@ -14,7 +14,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:27017"
- "{{Host}}:27017"
read-size: 2048
matchers:

View File

@ -14,7 +14,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:27017"
- "{{Host}}:27017"
read-size: 2048
matchers:
- type: word

View File

@ -10,7 +10,7 @@ info:
network:
- host:
- "{{Hostname}}"
- "{{Hostname}}:3306"
- "{{Host}}:3306"
matchers:
- type: word

View File

@ -10,7 +10,7 @@ network:
- inputs:
- data: "@PJL INFO STATUS\n"
host:
- "{{Hostname}}:9100"
- "{{Host}}:9100"
matchers:
- type: word
words:

View File

@ -14,7 +14,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:3389"
- "{{Host}}:3389"
matchers:
- type: word

View File

@ -12,7 +12,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:139"
- "{{Host}}:139"
matchers:
- type: word

View File

@ -13,7 +13,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:3299"
- "{{Host}}:3299"
read-size: 2048
matchers:

View File

@ -13,7 +13,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:3299"
- "{{Host}}:3299"
read-size: 1024
matchers:

View File

@ -14,7 +14,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:445"
- "{{Host}}:445"
matchers:
- type: word

View File

@ -11,7 +11,7 @@ network:
- data: "\r\n"
host:
- "{{Hostname}}"
- "{{Hostname}}:25"
- "{{Host}}:25"
matchers:
- type: word
words:

View File

@ -14,7 +14,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:25"
- "{{Host}}:25"
matchers:
- type: word

View File

@ -10,7 +10,7 @@ info:
network:
- host:
- "{{Hostname}}"
- "{{Hostname}}:4000"
- "{{Host}}:4000"
matchers:
- type: word

View File

@ -16,7 +16,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:4000"
- "{{Host}}:4000"
read-size: 1024

View File

@ -13,7 +13,7 @@ network:
host:
- "{{Hostname}}"
- "{{Hostname}}:25"
- "{{Host}}:25"
matchers:
- type: word

View File

@ -12,8 +12,8 @@ network:
- data: "USER anonymous\r\nPASS nuclei\r\n"
host:
- "{{Host}}:21"
- "{{Hostname}}"
- "{{Hostname}}:21"
matchers:
- type: word

View File

@ -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

View File

@ -12,8 +12,8 @@ network:
- data: "USER anonymous\r\nPASS pussycat0x\r\n"
host:
- "{{Host}}:21"
- "{{Hostname}}"
- "{{Hostname}}:21"
matchers:
- type: word