Update mikrotik-ftp-server-detect.yaml
parent
5d6a54ece8
commit
65d64a28cd
|
@ -9,16 +9,21 @@ info:
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
shodan-query: 'product:"MikroTik router ftpd"'
|
shodan-query: 'product:"MikroTik router ftpd"'
|
||||||
tags: network,ftp,mikrotik
|
tags: network,ftp,mikrotik,router
|
||||||
|
|
||||||
network:
|
network:
|
||||||
|
|
||||||
- inputs:
|
- inputs:
|
||||||
- data: "\n"
|
- data: "\n"
|
||||||
host:
|
host:
|
||||||
- "{{Hostname}}"
|
- "{{Hostname}}"
|
||||||
- "{{Host}}:21"
|
- "{{Host}}:21"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "MikroTik FTP"
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
|
|
Loading…
Reference in New Issue