SSHScan icon indicating copy to clipboard operation
SSHScan copied to clipboard

Scan SSH ciphers

Results 5 SSHScan issues
Sort by recently updated
recently updated
newest added

an nmap scan for a server shows ``` Not shown: 822 closed tcp ports (conn-refused), 177 filtered tcp ports (no-response) PORT STATE SERVICE 22/tcp open ssh | ssh2-enum-algos: | kex_algorithms:...

When using a target list as input, only the result for the last host was returned. The expected behavior would have been that all results are printed to the output....

### Sample run ``` $ python3 sshscan.py -t ... [+] Detected the following weak HostKey algorithms: rsa-sha2-512 ecdsa-sha2-nistp256 rsa-sha2-256 ``` Why are `rsa-sha2-256` and `rsa-sha2-512` not included in [config.yml](https://github.com/evict/SSHScan/blob/master/config.yml) by...

Hello, we would like to use the tool, unfortunately this error is always displayed. Can you help with that? ![SSH_Scan Fehler](https://github.com/evict/SSHScan/assets/167873880/e1df78e0-7bb5-45c2-b594-24e38e3828aa)

This fixes the following error on newer Python 3 versions: ``` sshscan.py:14: SyntaxWarning: invalid escape sequence '\ ' ```