Add Cryptography in Tools section

This commit is contained in:
pe3zx 2017-12-08 23:40:50 +07:00
parent 9841abd8f0
commit 0a1a9711fa

View File

@ -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
</tr>
</table>
### Cryptography
*Cryptography related tools*
<table>
<tr>
<td><a href="https://github.com/mpgn/BEAST-PoC">mpgn/BEAST-PoC</a></td>
<td>Poc of BEAST attack against SSL/TLS</td>
</tr>
<tr>
<td><a href="https://github.com/mpgn/Padding-oracle-attack">mpgn/Padding-oracle-attack</a></td>
<td>Padding oracle attack against PKCS7</td>
</tr>
<tr>
<td><a href="https://github.com/mpgn/poodle-PoC">mpgn/poodle-PoC</a></td>
<td>Poodle (Padding Oracle On Downgraded Legacy Encryption) attack</td>
</tr>
</table>
### Data Exfiltration
*Tools related to data exfiltration and covert channels*