From 0a1a9711fa61aced93dc4ff076ded21ac3a218d7 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Fri, 8 Dec 2017 23:40:50 +0700 Subject: [PATCH] Add Cryptography in Tools section --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 4a10000..1b0d591 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ My curated list of awesome links, resources and tools - [Tools](#tools) - [AWS Security](#aws-security) - [Binary Analysis](#binary-analysis) + - [Cryptography](#cryptography) - [Data Exfiltration](#data-exfiltration) - [Digital Forensics and Incident Response](#digital-forensics-and-incident-response) - [Exploits](#exploits) @@ -311,6 +312,25 @@ My curated list of awesome links, resources and tools +### Cryptography + +*Cryptography related tools* + + + + + + + + + + + + + + +
mpgn/BEAST-PoCPoc of BEAST attack against SSL/TLS
mpgn/Padding-oracle-attackPadding oracle attack against PKCS7
mpgn/poodle-PoCPoodle (Padding Oracle On Downgraded Legacy Encryption) attack
+ ### Data Exfiltration *Tools related to data exfiltration and covert channels*