mirror of
https://github.com/pe3zx/my-infosec-awesome.git
synced 2024-12-11 17:14:21 -05:00
Add Cryptography in Tools section
This commit is contained in:
parent
9841abd8f0
commit
0a1a9711fa
20
README.md
20
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
|
||||
</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*
|
||||
|
Loading…
Reference in New Issue
Block a user