mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 20:35:59 +00:00
10 lines
220 B
Bash
10 lines
220 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='SSH Version Disclosure'
|
|
FILENAME="$LOOT_DIR/output/msf-$TARGET-*-ssh_version.txt"
|
|
MATCH="\[\+\]"
|
|
SEVERITY='P4 - LOW'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS=''
|
|
TYPE="network"
|