
A2SV = Auto Scanning para Vulnerabilidade SSL: HeartBleed, CCS Injection, SSLv3 POODLE, FREAK... etc Vulnerabilidades suportadas: [CVE-2007-1858] Anonymous Cipher [CVE-2012-4929] CRIME(SPDY) [CVE-2014-0160] CCS Injection [CVE-2014-0224] HeartBleed [CVE-2014-3566] SSLv3 POODLE [CVE-2015-0204] FREAK Attack [CVE-2015-4000] LOGJAM Attack [CVE-2016-0800] SSLv2 DROWN Instalação : $ apt update && apt upgrade $ apt install git $ apt install python2 $ apt install python $ git clone https://github.com/hahwul/ a2sv $ cd a2sv $ chmod +x * $ pip2 install -r requirements.txt uso : $ python2 a2sv.py -h Mostra todos os comandos de como podemos usar esta ferramenta $ python a2sv.py -t 127.0.0.1 127.0.0.1 = alvo, significa aqui o próprio dispositivo
A2SV = Varredura Automática de Vulnerabilidades SSL HeartBleed, CCS Injection, SSLv3 POODLE, FREAK... etc Suporte a Vulnerabilidades [CVE-2007-1858] Anonymous Cipher [CVE-2012-4929] CRIME(SPDY) [CVE-2014-0160] CCS Injection [CVE-2014-0224] HeartBleed [CVE-2014-3566] SSLv3 POODLE [CVE-2015-0204] FREAK Attack [CVE-2015-4000] LOGJAM Attack [CVE-2016-0800] SSLv2 DROWN Instalação : $ apt update && apt upgrade $ apt install git $ apt install python2 $ apt install python $ git clone https://github.com/hahwul/ a2sv $ cd a2sv $ chmod +x * $ pip2 install -r requirements.txt uso : $ python2 a2sv.py -h Mostra todos os comandos de como usar esta ferramenta $ python a2sv.py -t 127.0.0.1 127.0.0.1 = alvo significa aqui o próprio dispositivo