SSHScan

Image

Description

SSHScan is a testing tool that enumerates SSH Ciphers and by using SSHScan, weak ciphers can be easily detected.

Installation

Install go in your environment and run the below command :

  • Clone the link of SSHScan tool from github in your system

           Git clone https://github.com/evict/SSHScan.git

  • Change the directory to SSHScan

           Cd SSHScan

  • Runt the tool using the following command and specify the target ip having port 22 open

           ./SSHScan.py -t

  • After that you may find the weak ciphers which are there in that system.

Demo

Lock image

Refer link

  • https://github.com/evict/SSHScan