Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

security-scripts : A collection of security related Bash shell scripts.

$
0
0

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….

analyze-host

analyze-host

+ 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

Example Usage

Example Usage

./analyze_hosts.sh –ssl –sslports 443 -v www.facebook.com
./test_ssl_handshake.sh

test-ssl-handshake helper

test-ssl-handshake helper

Installation:

git clone https://github.com/PeterMosmans/security-scripts
cd security-scripts

Source : https://github.com/PeterMosmans


Viewing all articles
Browse latest Browse all 1152

Trending Articles