A collection of security related Bash shell scripts. No fancy programming framework required, all that is needed is a Bash shell.
analyze-hosts.sh
A simple wrapper script around several open source security tools to simplify scanning of hosts for network vulnerabilities. The script lets you analyze one or several hosts for common misconfiguration vulnerabilities and weaknesses. The main objectives for the script is to make it as easy as possible to perform generic security tests, without any heavy prerequisites, make the output as informative as possible, and use open source tools….
+ cipherscan
+ curl
+ nmap
+ openssl
+ whatweb
changelog v8/12/2015: Added check on open secure redirect (–redirect)
File Lists:
+ analyze_hosts.sh: analyze_hosts version 0.93
+ test_ssl_handshake.sh
Example Usage:
./analyze_hosts.sh –sslcert www.facebook.com
./analyze_hosts.sh –ssl –sslports 443 -v www.facebook.com
./test_ssl_handshake.sh
Installation:
git clone https://github.com/PeterMosmans/security-scripts cd security-scripts
Source : https://github.com/PeterMosmans