Quantcast
Channel: Security Tools – Security List Network™
Viewing all articles
Browse latest Browse all 443

ssh-audit v1.0 is a tool for ssh server auditing.

$
0
0

Changelog ssh-audit v1.0.20160917:
+ Create tests for Dropbear SSH version comparison.
+ Add Prospector (Python Static Analysis) config and run script.
+ Signed mpint.
+ Implement OpenSSH version comparison.
+ Bump Version.

ssh-audit v1.0

ssh-audit v1.0

ssh-audit is a tool for ssh server auditing.
Features:
* grab banner, detect ssh1 protocol and zlib compression;
* gather key-exchange, host-key, encryption and message authentication code algorithms;
* output algorithm information (available since, removed/disabled, unsafe/weak/legacy, etc);
* analyze SSH version compatibility based on algorithm information;
* historical information from OpenSSH and Dropbear SSH;
* no dependencies, compatible with python2 and python3;

Usage and Download from git:

git clone https://github.com/arthepsy/ssh-audit && cd ssh-audit
sudo ./ssh-audit.py -h
sudo ./ssh-audit.py -v localhost | grep 'key.*info'
sudo ./ssh-audit.py github.com

Upgrade:
git pull origin master

Source: https://github.com/arthepsy | Our Post Before


Viewing all articles
Browse latest Browse all 443

Trending Articles