mirror of
https://github.com/enaqx/awesome-pentest.git
synced 2025-01-03 03:10:57 -05:00
Add CryptoLyzer and ssh-audit (#429)
This commit is contained in:
parent
10c7d1eddf
commit
4fedeeb18a
@ -44,6 +44,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
|
||||
* [Network Traffic Replay and Editing Tools](#network-traffic-replay-and-editing-tools)
|
||||
* [Proxies and Machine-in-the-Middle (MITM) Tools](#proxies-and-machine-in-the-middle-mitm-tools)
|
||||
* [Transport Layer Security Tools](#transport-layer-security-tools)
|
||||
* [Secure Shell Tools](#secure-shell-tools)
|
||||
* [Wireless Network Tools](#wireless-network-tools)
|
||||
* [Network Vulnerability Scanners](#network-vulnerability-scanners)
|
||||
* [Web Vulnerability Scanners](#web-vulnerability-scanners)
|
||||
@ -446,11 +447,16 @@ See also *[Intercepting Web proxies](#intercepting-web-proxies)*.
|
||||
|
||||
### Transport Layer Security Tools
|
||||
|
||||
* [CryptoLyzer](https://gitlab.com/coroner/cryptolyzer) - Fast and flexible server cryptographic (TLS/SSL/SSH/HTTP) settings analyzer library for Python with CLI.
|
||||
* [SSLyze](https://github.com/nabla-c0d3/sslyze) - Fast and comprehensive TLS/SSL configuration analyzer to help identify security mis-configurations.
|
||||
* [crackpkcs12](https://github.com/crackpkcs12/crackpkcs12) - Multithreaded program to crack PKCS#12 files (`.p12` and `.pfx` extensions), such as TLS/SSL certificates.
|
||||
* [testssl.sh](https://github.com/drwetter/testssl.sh) - Command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws.
|
||||
* [tls_prober](https://github.com/WestpointLtd/tls_prober) - Fingerprint a server's SSL/TLS implementation.
|
||||
|
||||
### Secure Shell Tools
|
||||
|
||||
* [ssh-audit](https://github.com/jtesta/ssh-audit) - SSH server & client auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc).
|
||||
|
||||
### Wireless Network Tools
|
||||
|
||||
* [Aircrack-ng](http://www.aircrack-ng.org/) - Set of tools for auditing wireless networks.
|
||||
|
Loading…
Reference in New Issue
Block a user