Repositorio
quantumscan-io/vulnerable-demo-repo
Escaneado el 10 jun 2026
89
Puntuación de riesgo/ 100
Riesgo crítico
Resumen
This repository contains critical cryptographic vulnerabilities with 21 instances of broken algorithms (MD5, 3DES, DES) and 22 quantum-vulnerable implementations (RSA, ECDSA, ECDH). All 8 scanned files contain security issues that expose the system to both current cryptographic attacks and future quantum computing threats.
Crítico
21
Alto
22
Medio
2
Bajo
1
Hallazgos principales
- CríticoDES
python/weak_cipher.py:8
Evidencia
cipher = DES.new(key, DES.MODE_ECB) - Crítico3DES / TripleDES
python/weak_cipher.py:12
Evidencia
def encrypt_3des(data: bytes, key: bytes) -> bytes: - CríticoMD5
javascript/weak-crypto.js:7
SHA3-256 or SHA-256
Evidencia
return crypto.createHash("md5").update(input).digest("hex"); - CríticoRC4 / ARCFOUR
python/weak_cipher.py:20
Evidencia
cipher = ARC4.new(key) - CríticoAES-ECB (no IV)
python/weak_cipher.py:26
AES-GCM or ChaCha20-Poly1305
Evidencia
cipher = AES.new(key, AES.MODE_ECB)
+ 41 hallazgos más en el reporte completo
Escanea tu propio repositorio
Gratis. Resultados en ~90 segundos. CBOM + PDF DORA/NIS2 incluidos.