Codebase list tlssled / 6cd6608
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Kali Janitor 3 years ago
3 changed file(s) with 13 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
2525
2626 tlssled (1.2-1kali0) kali; urgency=low
2727
28 * Initial release
28 * Initial release
2929
3030 -- Devon Kearns <[email protected]> Sun, 23 Dec 2012 21:38:19 -0700
1111 Architecture: all
1212 Depends: ${misc:Depends}, sslscan, openssl
1313 Description: Evaluates the security of a target SSL/TLS (HTTPS) server
14 TLSSLed is a Linux shell script whose purpose is to evaluate
15 the security of a target SSL/TLS (HTTPS) web server
16 implementation. It is based on sslscan, a thorough SSL/TLS
17 scanner that is based on the openssl library, and on the
18 "openssl s_client" command line tool. The current tests
19 include checking if the target supports the SSLv2 protocol,
20 the NULL cipher, weak ciphers based on their key length (40
21 or 56 bits), the availability of strong ciphers (like AES),
22 if the digital certificate is MD5 signed, and the current
23 SSL/TLS renegotiation capabilities.
14 TLSSLed is a Linux shell script whose purpose is to evaluate
15 the security of a target SSL/TLS (HTTPS) web server
16 implementation. It is based on sslscan, a thorough SSL/TLS
17 scanner that is based on the openssl library, and on the
18 "openssl s_client" command line tool. The current tests
19 include checking if the target supports the SSLv2 protocol,
20 the NULL cipher, weak ciphers based on their key length (40
21 or 56 bits), the availability of strong ciphers (like AES),
22 if the digital certificate is MD5 signed, and the current
23 SSL/TLS renegotiation capabilities.
99 #export DH_VERBOSE=1
1010
1111 %:
12 dh $@
12 dh $@
1313 override_dh_auto_install:
14 dh_auto_install
14 dh_auto_install
1515 install TLSSLed_v1.3.sh $(CURDIR)/debian/tlssled/usr/bin/tlssled