viewssld icon indicating copy to clipboard operation
viewssld copied to clipboard

Support for TLS 1.x above 0

Open sco888 opened this issue 10 years ago • 3 comments

Hi,

Is it possible to decrypt above TLSv1.0? I've tried this on tlsv1.0 and it's been great. However, one TLS 1.1,2,3 it fails. The cipher suite is the same! Please could someone suggest any checks i could make or changes. I'm running on ubuntu 12.04.04.

(For anyone else on ubuntu, i had to compile by first installing libdssl, adding the lines #include "<pcap/pcap.h>" and #include "<openssl/evp.h>" after #define DSSL_PACKET_H in the file /usr/local/include/dssl/packet.h

Then:

cd /etc/viewssld/viewssld-0.7.0/ && ./configure cd /etc/viewssld/viewssld-0.7.0/src && gcc viewssld.o utils.o /usr/local/lib/libdssl.a -o viewssld -lpcap -lssl -lnet -ldssl

Run ./viewssld from that directory. Took me ages to figure this out so hope it helps.

Thanks Scott

sco888 avatar Apr 15 '14 19:04 sco888

Also, can anyone else decrypt tls 1.1? I'd love to see this feature, willing to help out financially if neccessary

sco888 avatar Apr 15 '14 19:04 sco888

I've not had much luck either, and I'd love for it to work!

alec

-------- Original message -------- From: sco888 Date:15/04/2014 20:47 (GMT+00:00) To: plashchynski/viewssld Subject: Re: [viewssld] Support for TLS 1.x above 0 (#9)

Also, can anyone else decrypt tls 1.1? I'd love to see this feature, willing to help out financially if neccessary

— Reply to this email directly or view it on GitHubhttps://github.com/plashchynski/viewssld/issues/9#issuecomment-40525490.

alecrwaters avatar Apr 15 '14 20:04 alecrwaters

HI scott

I have some problem in setting up viewssld. After running the command in viewssld's src directory, I get bunch of errors. like

viewssld.o: In function init_fake_session_state': /usr/local/src/viewssld-0.7.0/src/viewssld.c:408: undefined reference tolibnet_init' /usr/local/src/viewssld-0.7.0/src/viewssld.c:424: undefined reference to libnet_seed_prand' /usr/local/src/viewssld-0.7.0/src/viewssld.c:437: undefined reference tolibnet_get_prand'

viewssld.o:/usr/local/src/viewssld-0.7.0/src/viewssld.c:606: more undefined references to libnet_geterror' follow viewssld.o: In functionsession_event_handler': /usr/local/src/viewssld-0.7.0/src/viewssld.c:499: undefined reference to `pcap_stats'

and many more.

I have correctly installed libpcap, libssl, libnet and libdssl. Do you have any idea what i am missing? Any help would be highly appreciated.

Shankar

lals1 avatar Jul 25 '14 17:07 lals1