Weak Security Ciphers

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) Weak Security Ciphers
# 1  
Old 02-25-2011
Weak Security Ciphers

Hi All
*
Need some help on testing if a server supports weak ciphers .

Here is the command I ran :

openssl s_client -connect HOSTNAME:443 -cipher LOW:EXP

result :
Connected : err num=110

openssl s_client -connect HOSTNAME:8000 -cipher LOW:EXP
result :
Connected : err num=104

Should I understand that the host does not support weak ciphers with above result.


Now wanted to check whats the level of security and does it support high ciphers

openssl s_client -connect HOSTNAME:8000 -cipher HIGH:EXP
result :
Connected : err num=110

How do I check what is level of security ?
What is the keylength?


Cheers
Noufel
# 2  
Old 03-11-2011
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Password sent via reset password email is 'weak' and won't allow me to change my password

I was unable to login and so used the "Forgotten Password' process. I was sent a NEWLY-PROVIDED password and a link through which my password could be changed. The NEWLY-PROVIDED password allowed me to login. Following the provided link I attempted to update my password to one of my own... (1 Reply)
Discussion started by: Rich Marton
1 Replies

2. Solaris

Change from weak ssh host key to strong one

Hi, I got instructions from Security audit team for Solaris-10 server. They mentioned - "The sshd configuration on the host supported weak host keys and allowed password authentication on Solaris server. Enable stronger keys (2048 or 4096 bit)". I am not clear enough, what they mean by weak... (7 Replies)
Discussion started by: solaris_1977
7 Replies

3. UNIX for Beginners Questions & Answers

Ppa and default-bind-ciphers

Hello, I am under ubuntu 16.04 now. I am going to add a repository into server. After apt-get install app_name, I see below lines inside a file : excerpted from config file: .. .. ssl-default-bind-ciphers ECDH+AESGCM:DH+AESGCM:ECDH+AES256::RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS .. .. ... (9 Replies)
Discussion started by: baris35
9 Replies

4. Linux

Postfix: Enable only high ciphers

I try to enable only secure high ciphers. With those smtpd_tls_auth_only = yes smtpd_tls_mandatory_ciphers = high smtpd_tls_protocols = SSLv3, TLSv1, !SSLv2 smtpd_tls_mandatory_exclude_ciphers = aNULL Disable sslv2 but nessus say weak and medium ciphers still enabled,how to enable only... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

5. Cybersecurity

SSH ciphers help

Hello, One of my co-worker changed our the ssh ciphers that we currently use. We made a change to /etc/ssh/ssh_config on our Solaris 10 servers. Security said that we have to use aes128-ctr or higher, but not aes128-cbc. The issue is that many of the ssh clients (Tectia) on Windows will not... (0 Replies)
Discussion started by: bitlord
0 Replies

6. UNIX for Dummies Questions & Answers

Is TCSH in linux weak?

hi, We are moving our machine from HP to linux. On HP we had tcsh shell and was working fine for us and we are used to it. But on linux, we are told tcsh doesnt work properly. Is this true ...if so should moving to BASH a better option ... Any comment or suggestion is appreciated (8 Replies)
Discussion started by: shipra_31
8 Replies

7. Cybersecurity

How to Disable Ciphers and Reconfigure Encryption?

Hello, I recently had a Retina scan of my system and there are some findings I do not understand. SSL Week Cipher Strength Supported - Retina has detected that the targeted SSL Service supports a cryptographically weak cipher strength... Disable ciphers that support less than 128-bit... (4 Replies)
Discussion started by: stringman
4 Replies

8. Cybersecurity

Weak Security Ciphers

Hi All * Need some help on testing if a server supports weak ciphers . Here is the command I ran : openssl s_client -connect HOSTNAME:443 -cipher LOW:EXP result : Connected : err num=110 openssl s_client -connect HOSTNAME:8000 -cipher LOW:EXP result : Connected : err... (0 Replies)
Discussion started by: noufel
0 Replies

9. IP Networking

my wireless usb adapter connect to net but the signal is very weak

i have wireless usb adapter rtl8187 from micromax company my proplem is the signal is very weak and i cannot open website can i increase the signal ? iwconfig lo no wireless extensions. eth0 no wireless extensions. wmaster0 no wireless extensions. wlan0... (5 Replies)
Discussion started by: rsd220
5 Replies
Login or Register to Ask a Question