Skip to content

Commit

Permalink
Add some tests for common protocols and known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
ioerror committed Aug 24, 2010
1 parent 2e8f8f1 commit bb15d2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 13 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,17 @@ clean:
newopenssl:
gcc -o sslscan -g -Wall -I /tmp/openssl-1.0.0a/ -L /tmp/openssl-1.0.0a/ sslscan.c /tmp/openssl-1.0.0a/libssl.a /tmp/openssl-1.0.0a/libcrypto.a

demo: all
demo: demo-https demo-xmpp demo-pop3 demo-imap
echo "See above!"

demo-https: all
LD_LIBRARY_PATH=/usr/local/ssl/lib ./sslscan --renegotiation encrypted.google.com

demo-xmpp: all
LD_LIBRARY_PATH=/usr/local/ssl/lib ./sslscan --renegotiation --starttls-xmpp jabber.ccc.de

demo-pop3: all
LD_LIBRARY_PATH=/usr/local/ssl/lib ./sslscan --renegotiation --starttls-pop3 pop3.sonic.net

demo-imap: all
LD_LIBRARY_PATH=/usr/local/ssl/lib ./sslscan --renegotiation --starttls-imap imap.sonic.net
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Add support for SOCKS5 proxy (or audit for 'usewithtor')
It still seems prudent to add proper proxy support
Add support for SNI:
http://en.wikipedia.org/wiki/Server_Name_Indication
Add tests for a given set of hosts that are known to be interesting
Add STARTTLS support for LDAP:
http://www.rfc-editor.org/rfc/rfc2830.txt
Make a Debian package
Expand Down

0 comments on commit bb15d2e

Please sign in to comment.