Repositorio
quantumscan-io/vulnerable-demo-repo
Escaneado el 10 jun 2026
Puntuación de riesgo/ 100
Riesgo crítico
Resumen
This repository contains 46 cryptographic vulnerabilities across 8 files, with 21 critical broken algorithms (MD5, 3DES, DES) and 22 high-severity quantum-vulnerable implementations (RSA ≤2048 bits, ECDSA). All asymmetric cryptography is susceptible to quantum attacks via Shor's algorithm, and symmetric algorithms use obsolete or broken ciphers, creating immediate security risks even against classical adversaries.
21
22
2
1
Hallazgos principales
- CríticoSHA-1
rust/src/weak_crypto.rs:11
SHA-256 or SHA3-256
Evidencia
use sha1::{Sha1, Digest as Sha1Digest}; - CríticoDES
python/weak_cipher.py:3
Evidencia
from Crypto.Cipher import DES, DES3, ARC4, AES - CríticoSHA-1
rust/src/weak_crypto.rs:30
SHA-256 or SHA3-256
Evidencia
let mut hasher = Sha1::new(); - CríticoMD5
javascript/weak-crypto.js:7
SHA3-256 or SHA-256
Evidencia
return crypto.createHash("md5").update(input).digest("hex"); - CríticoDES
python/weak_cipher.py:8
Evidencia
cipher = DES.new(key, DES.MODE_ECB)
+ 41 hallazgos más en el reporte completo
Escanea tu propio repositorio
Gratis. Resultados en ~90 segundos. CBOM + PDF DORA/NIS2 incluidos.