SSHScan
SSHScan copied to clipboard
Scan SSH ciphers
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? 
This fixes the following error on newer Python 3 versions: ``` sshscan.py:14: SyntaxWarning: invalid escape sequence '\ ' ```