review of ssh_version improvements

This commit is contained in:
h00die 2024-03-03 17:59:00 -05:00
parent f2d836d008
commit 7f6be50855
1 changed files with 14 additions and 8 deletions

View File

@ -1,12 +1,12 @@
## Description
SSH, Secure SHell, is an encrypted network protocol used to remotely interact with an Operating System at a command line level. SSH is available on most every system, including Windows, but is mainly used by *nix administrators.
This module identifies the version of SSH service in use by the server based on the server's banner. Any SSH server should return this information. It also identifies
the varous cryptographic settings and vulnerabilities associated with those.
## Vulnerable Application
SSH, Secure SHell, is an encrypted network protocol used to remotely interact with an Operating System at a command line level.
SSH is available on most every system, including Windows, but is mainly used by *nix administrators.
This module identifies the version of SSH service in use by the server based on the server's banner.
Any SSH server should return this information. It also identifies the varous cryptographic settings
and vulnerabilities associated with those.
This module is tested on several different SSH services, such as:
- Virtual testing environment: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
@ -33,6 +33,12 @@ CMD ["/usr/sbin/sshd","-D"]
2. Do: `set rhosts [ips]`
3. Do: `run`
## Options
### ENCRYPTION
Check encryption for issues. Defaults to `true`
## Scenarios
### SSH-2.0 on GitHub
@ -252,4 +258,4 @@ Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 0.22 seconds
```
```