lint - fix
parent
313b0af665
commit
5bf93c00bd
|
@ -1,14 +1,14 @@
|
|||
id: obsolete-ssh-version
|
||||
|
||||
info:
|
||||
name: Obsolete and less secure SSH Version
|
||||
name: Obsolete and less secure SSH Version
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
reference:
|
||||
reference:
|
||||
- https://nmap.org/nsedoc/scripts/sshv1.html
|
||||
metadata:
|
||||
shodan-query: "port:22"
|
||||
tags: javascript,ssh,network
|
||||
tags: javascript,ssh,network
|
||||
|
||||
javascript:
|
||||
- code: |
|
||||
|
@ -26,7 +26,7 @@ javascript:
|
|||
dsl:
|
||||
- "success == true"
|
||||
- "version == '1.0'"
|
||||
condition: and
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
- type: json
|
||||
|
@ -38,4 +38,4 @@ javascript:
|
|||
internal: true
|
||||
name: version
|
||||
json:
|
||||
- '.ServerID.ProtoVersion'
|
||||
- '.ServerID.ProtoVersion'
|
||||
|
|
Loading…
Reference in New Issue