ssh-audit
SSH auditor
An auditing tool for evaluating the security and configuration of SSH servers
SSH server auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
3k stars
123 watching
268 forks
Language: Python
last commit: 7 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jtesta/ssh-audit | A tool for auditing SSH server and client configurations to identify security vulnerabilities and potential weaknesses. | 3,469 |
appleboy/ssh-action | A GitHub Actions workflow for executing remote SSH commands using various protocols and options. | 4,890 |
moul/assh | A transparent wrapper around SSH that adds support for various features and workflows | 3,080 |
yrutschle/sslh | A daemon that multiplexes multiple protocols on a single port | 4,600 |
ncsa/ssh-auditor | Automated tool for scanning and auditing SSH password security on a network | 608 |
skeeto/endlessh | An SSH tarpit program designed to lock up client connections by slowly sending an endless banner | 7,356 |
openssh/openssh-portable | A portable implementation of SSH protocol for secure remote access and file transfer. | 3,164 |
gliderlabs/ssh | A high-level API for building SSH servers in Go | 3,733 |
ml-tooling/ssh-proxy | A tool that allows users to securely access arbitrary containers via SSH while providing security features and full compatibility. | 81 |
sshuttle/sshuttle | Solves the case of needing to access a network over SSH without creating port forwards or using complicated VPN protocols. | 11,853 |
sshnet/ssh.net | A Secure Shell library for .NET, optimized for parallelism and supporting various authentication methods and encryption protocols. | 4,034 |
netflix/bless | An SSH Certificate Authority that runs as an AWS Lambda function and provides short-lived SSH certificates for authorized access to hosts. | 2,738 |
apenwarr/sshuttle | A program that sets up a transparent proxy to access remote networks via SSH without requiring VPN setup or port forwarding. | 8,894 |
d4-project/passive-ssh | A tool for collecting and analyzing SSH key material for threat intelligence purposes. | 103 |
hynekpetrak/sshame | A tool for brute-forcing SSH public-key authentication to test penetration testing and ethical hacking scenarios. | 74 |