como instalar e executar o 'tlssled' na máquina do ubuntu

1

O tlssled funciona bem no Kali-linux, mas não no Ubuntu. É por padrão, o tlsseld não está instalado no Ubuntu? O tlssled é suportado no Ubuntu? Se sim, como instalar?

Minha máquina Ubuntu:

root@machine ~:uname -r
3.13.0-98-generic
root@machine ~:cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.5 LTS"
NAME="Ubuntu"
VERSION="12.04.5 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.5 LTS)"
VERSION_ID="12.04"

Por favor, deixe-me saber como instalar e executar o comando tlssled.

Obrigado antecipadamente, Subhash

    
por Subhash 16.11.2016 / 12:41

1 resposta

0

Copie o tlssled para o / usr / bin

#/usr/bin/tlssled <ip address> 1300
#------------------------------------------------------
#TLSSLed - (1.3) based on sslscan and openssl
#by Raul Siles (www.taddong.com)
#------------------------------------------------------
#[!] ERROR: sslscan command not found!

precisamos instalar o sslscan, use

sudo apt-get install sslscan
    
por 23.11.2016 / 11:42

Tags