Nmap sshv1 NSE Script


This page contains detailed information about how to use the sshv1 NSE script. For list of all NSE scripts, visit the Nmap NSE Library.

Script Overview


Script source code: https://github.com/nmap/nmap/tree/master/scripts/sshv1.nse
Script categories: default, safe
Target service / protocol: ssh
Target network port(s): 22
List of CVEs: -

Script Description


The sshv1.nse script checks if an SSH server supports the obsolete and less secure SSH Protocol Version 1.

Sshv1 NSE Script Arguments


The sshv1.nse script does not have any arguments.

Sshv1 NSE Script Example Usage


Here's an example of how to use the sshv1.nse script:

nmap --script=sshv1 <target>

Sshv1 NSE Script Example Output


Here's a sample output from the sshv1.nse script:

PORT   STATE SERVICE
22/tcp open  ssh
|_sshv1: Server supports SSHv1

Sshv1 NSE Script Example XML Output


Here's a sample XML output from the sshv1.nse script produced by providing the -oX <file> Nmap option:

 true

Author


  • Brandon Enright

References


See Also


Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.