mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
Restructure repository: Remove OWASP categorization, organize by vulnerability type
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Weak Cryptography
|
||||
|
||||
## Description
|
||||
Weak cryptography vulnerabilities occur when applications use outdated, weak, or improperly implemented cryptographic algorithms and protocols. This can lead to data exposure, man-in-the-middle attacks, and other security breaches.
|
||||
|
||||
## Common Issues
|
||||
- Use of weak hashing algorithms (MD5, SHA1)
|
||||
- Weak encryption algorithms (DES, RC4)
|
||||
- Hardcoded cryptographic keys
|
||||
- Insufficient key lengths
|
||||
- Improper SSL/TLS configuration
|
||||
- Predictable random number generation
|
||||
|
||||
## Testing Approach
|
||||
Identify cryptographic implementations and test for weak algorithms, hardcoded secrets, and improper configurations.
|
||||
|
||||
## Payloads
|
||||
See `weak-crypto-payloads.txt` for a comprehensive list of weak cryptography indicators and test cases.
|
||||
Reference in New Issue
Block a user