sslscan | SSLScan tests SSL/TLS enabled services | TLS library
kandi X-RAY | sslscan Summary
kandi X-RAY | sslscan Summary
SSLScan queries SSL services, such as HTTPS, in order to determine the ciphers that are supported. SSLScan is designed to be easy, lean and fast. The output includes preferred ciphers of the SSL service, the certificate and is in Text and XML formats.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sslscan
sslscan Key Features
sslscan Examples and Code Snippets
Community Discussions
Trending Discussions on sslscan
QUESTION
I am need to install sslscan
tool for ssl scanning (from here) in ubuntu virtual machine (virtualbox).
Following their installation instructions provided here, I installed openssl-chacha from here. Note that I am aware that this fork of openssl contains weak cipehrs (I use the tool and openssl for testing-scanning purposes not real application).
Then, after installing the above openssl, the first thing I did is executing: make
. Note that it is unclear to me when to use these commands that he sslscan mentioned here (I did not execute them). But I want to use the chacha version of openssl:
ANSWER
Answered 2018-Apr-30 at 14:23make: git: Command not found
So start by installing the git
command:
QUESTION
I try to only use 256bit cipher suites only with following setup:
...ANSWER
Answered 2017-Dec-15 at 17:39You're including HIGH
in your SSL cipher configuration, which includes all the ciphers that OpenSSL considers high strength (128bit or above), and then you're excluding some specific other groups of ciphers. Remove HIGH
and you'll just get the ciphers you want.
You can see what's in each group in OpenSSL from the command line with $ openssl ciphers -v HIGH
Alternatively you might just be able to specify the ciphers you want, and remove everything else.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sslscan
gcc
make
cmake
openssl-devel
python-devel (2.6, 2.7, 3.2 or 3.3 - Python 3.x preferred)
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page