mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 20:35:59 +00:00
9 lines
246 B
Bash
9 lines
246 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='CVE-2018-15473 - OpenSSH Username Enumeration'
|
|
FILENAME="$LOOT_DIR/output/msf-$TARGET-*-ssh_enumusers.txt"
|
|
MATCH="\[+\]"
|
|
SEVERITY='P3 - MEDIUM'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS=''
|
|
TYPE="network" |