├── LICENSE ├── README.md ├── Tools ├── CVE-2016-2107.tgz ├── beast_check.pl ├── heartbleed-poc.tgz ├── heartleech.tgz ├── ike-scan.tgz ├── nmap-7.12.tar.bz2 └── sslyze.tgz └── Vulnerabilities ├── 38140 - SSL Server Supports Weak Encryption Vulnerability.md ├── 38601 - SSL:TLS use of weak RC4 cipher on Multiple Hosts.md ├── 38603 - SSLv3 Padding Oracle Attack Information Disclosure Vulnerability (POODLE).md ├── 38626 - OpenSSL oracle padding vulnerability (CVE-2016-2107).md ├── 42366 - SSLv3.0:TLSv1.0 Protocol Weak CBC Mode Server Side Vulnerability (BEAST).md ├── 42430 - OpenSSL Memory Leak Vulnerability (Heartbleed Bug).md ├── IKE Aggressive Mode Authentication Enabled.md ├── NTP Servers Exposed to Internet.md ├── SNMP Server Enabled.md ├── SSL:TLS Enabled in SMTP.md └── TLSv1 Enabled in SMTP or HTTP.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/README.md -------------------------------------------------------------------------------- /Tools/CVE-2016-2107.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Tools/CVE-2016-2107.tgz -------------------------------------------------------------------------------- /Tools/beast_check.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Tools/beast_check.pl -------------------------------------------------------------------------------- /Tools/heartbleed-poc.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Tools/heartbleed-poc.tgz -------------------------------------------------------------------------------- /Tools/heartleech.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Tools/heartleech.tgz -------------------------------------------------------------------------------- /Tools/ike-scan.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Tools/ike-scan.tgz -------------------------------------------------------------------------------- /Tools/nmap-7.12.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Tools/nmap-7.12.tar.bz2 -------------------------------------------------------------------------------- /Tools/sslyze.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Tools/sslyze.tgz -------------------------------------------------------------------------------- /Vulnerabilities/38140 - SSL Server Supports Weak Encryption Vulnerability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/38140 - SSL Server Supports Weak Encryption Vulnerability.md -------------------------------------------------------------------------------- /Vulnerabilities/38601 - SSL:TLS use of weak RC4 cipher on Multiple Hosts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/38601 - SSL:TLS use of weak RC4 cipher on Multiple Hosts.md -------------------------------------------------------------------------------- /Vulnerabilities/38603 - SSLv3 Padding Oracle Attack Information Disclosure Vulnerability (POODLE).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/38603 - SSLv3 Padding Oracle Attack Information Disclosure Vulnerability (POODLE).md -------------------------------------------------------------------------------- /Vulnerabilities/38626 - OpenSSL oracle padding vulnerability (CVE-2016-2107).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/38626 - OpenSSL oracle padding vulnerability (CVE-2016-2107).md -------------------------------------------------------------------------------- /Vulnerabilities/42366 - SSLv3.0:TLSv1.0 Protocol Weak CBC Mode Server Side Vulnerability (BEAST).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/42366 - SSLv3.0:TLSv1.0 Protocol Weak CBC Mode Server Side Vulnerability (BEAST).md -------------------------------------------------------------------------------- /Vulnerabilities/42430 - OpenSSL Memory Leak Vulnerability (Heartbleed Bug).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/42430 - OpenSSL Memory Leak Vulnerability (Heartbleed Bug).md -------------------------------------------------------------------------------- /Vulnerabilities/IKE Aggressive Mode Authentication Enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/IKE Aggressive Mode Authentication Enabled.md -------------------------------------------------------------------------------- /Vulnerabilities/NTP Servers Exposed to Internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/NTP Servers Exposed to Internet.md -------------------------------------------------------------------------------- /Vulnerabilities/SNMP Server Enabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/SNMP Server Enabled.md -------------------------------------------------------------------------------- /Vulnerabilities/SSL:TLS Enabled in SMTP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/SSL:TLS Enabled in SMTP.md -------------------------------------------------------------------------------- /Vulnerabilities/TLSv1 Enabled in SMTP or HTTP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apuentemedallia/tools-and-techniques-for-vulnerability-validation/HEAD/Vulnerabilities/TLSv1 Enabled in SMTP or HTTP.md --------------------------------------------------------------------------------