Última actualización hace 5 meses
¿Te fue útil?
./cipherscan <target> ./analyze.py <target>
nmap --script ssl-cert,ssl-enum-ciphers -p 443 <target> -oN nmap-cert-ciphers.txt
--script ssl-cert, ssl-enum-ciphers = identificación de certificado y enumeración de algoritmos de cifrados.
-p = puertos.
<target> = objetivo.
-oN = guarda resultado en archivo nmap-cert-ciphers.txt.
nmap-cert-ciphers.txt
nuclei -u <target> -t ssl -ts -silent
sslscan <target>
testssl <target>