Skip to content

Esse script tem por objetivo identificar cifras de SSL/TLS fracas

Notifications You must be signed in to change notification settings

geovanidps/sslcipherscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

sslcipherscan

Esse script tem por objetivo identificar cifras de SSL/TLS fracas. Ele realiza diversos testes obtendo uma lista de conjuntos de cifras suportados pelo OpenSSL e tenta se conectar testando cada uma das cifras fracas ('RC4', 'MD5', 'SSLv2', 'EXP', 'NULL', 'ADH', 'LOW', '3DES', 'DES') Se o handshake for bem-sucedido, ele imprime YES. Se o handshake não for bem-sucedido, ele imprime NO.

Uso:

  • python3 sslcipherscan.py

Insira o endereço alvo(example.com:443):

image

Contribuições

Colaboradores e solicitações de pull são bem-vindos!

About

Esse script tem por objetivo identificar cifras de SSL/TLS fracas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages