πSSH Enumeration
SSH: Nmap Enumeration Scripts
nmap --script ssh-auth-methods -p 22 target-ipnmap --script ssh-brute -p 22 target-ipnmap --script ssh-enum-algos -p 22 target-ipnmap --script ssh-hostkey -p 22 target-ipnmap --script ssh-vuln-cve2018-15473 -p 22 target-ipnmap --script ssh2-enum-algos -p 22 target-ipnmap --script ssh-dss -p 22 target-ipSSH: SSH Dictionary Attack
Last updated