openssh exploit code example
Example: openssh exploit
┌─[justin@parrot]─[~/projects/CVE-2018-15473-Exploit]
└──╼ $python sshUsernameEnumExploit.py --help
usage: sshUsernameEnumExploit.py [-h] [--port PORT] [--threads THREADS]
[--outputFile OUTPUTFILE]
[--outputFormat {list,json,csv}]
(--username USERNAME | --userList USERLIST)
hostname
positional arguments:
hostname The target hostname or ip address
optional arguments:
-h, --help show this help message and exit
--port PORT The target port
--threads THREADS The number of threads to be used
--outputFile OUTPUTFILE
The output file location
--outputFormat {list,json,csv}
The output file location
--username USERNAME The single username to validate
--userList USERLIST The list of usernames (one per line) to enumerate through