Archive for the ‘SSL’ Category
Thursday, June 24th, 2010
Are you in search of a TCP stream sniffer or how about an SSL sniffer?
Did you know that Komodia gives you free downloads and tools as well as their guides and resource pages?
Komodia gives you a completely free HTTP & HTTPS stream sniffer that uses Internet Explorer & FireFox. This software is free in order to show Komodia’s SSL filtering abilities.
There are two free versions of the TCP/IP library – an opensource C++ library that is completely free!
Chris
Tags: C++, firefox, http sniffer, https stream sinffer, ssl sniffer, tcp IP library, tcp library, TCP stream Sniffer
Posted in Komodia's products, SSL, Sniffers | No Comments »
Thursday, June 10th, 2010
You have questions:
- Does LSP layer supports port blocking?
- When hijacking the Winsock connect function, what should I do next?
- How can I set up a Vista 64 anonymizer?
- How do I intergrate a Winsock modify package into my development?
And Komodia has answers:
Chris
Tags: does lsp layer supports port blocking, hijacking the winsock connect function, komodia answers, Komodia's Redirector, komodia's ssl digestor, lsp guide, NDIS guide, Redirector, ssl digestor, vista 64 anonymizer, winsock modify package
Posted in Komodia's products, NDIS, SSL, Winsock LSP | No Comments »
Thursday, April 15th, 2010
Intercepting HTTPS traffic using C# can be done using the Komodia’s Redirector SDK, all you have to do is implement a couple of methods and that’s it.
Barak
Tags: C++, HTTPS, Intercept
Posted in Komodia's products, SSL | No Comments »
Sunday, March 21st, 2010
SSL sniffing of XP, can be done in number of ways, it can be done with a SDK which is relevant for commercial applications or it can be done with a SSL Sniffer, you can even use Wireshark, but for that you must have the SSL key.
Barak
Tags: Sniffer, SSL, SSL Sniffing, Windows XP
Posted in SSL, Sniffers | No Comments »
Wednesday, March 17th, 2010
Download our free Internet Explorer sniffer which is a useful tool for various tasks ranging from debugging your application to debugging web sites. Other Internet explorer sniffers can come with or without SSL/HTTPS decryption support, it can be Open source, or propietary.
Which to use? this is not an easy question to answer because the sniffer choice is really a combination or needs, budget and deployment environment. For example: you can’t use a GPL sniffer like Wireshark for a commercial application, but buying a SDK just to sniff a normal website for a one time debug isn’t making sense as well.
Barak
Tags: Internet explorer, Internet Explorer sniffer, Sniffer
Posted in SSL, Sniffers, Technology | No Comments »
Wednesday, March 17th, 2010
There are number of ways to perform SSL Decrypt and it’s up to the programmer to decide what works best for him:
- Using a product/SDK that isn’t modifying the SSL certificate (like SSL Decryptor) but it’s targeted per specific browser, Komodia’s SSL Decryptor works with FF and IE.
- Using a product/SDK that performs manipulation on the SSL certificate but isn’t alerting the user (like SSL Digestor), this product is more general and works with all browsers and the popular mail clients.
- Using open source proxy which changing the certificate and alerts the user, basically they pefrom MITM attack, using these solutions is good for debug purposes.
Barak
Tags: SSL, SSL Decrypt
Posted in Komodia's products, SSL, Technology | No Comments »
Monday, March 1st, 2010
Winsock LSP and SSL is a complex and simple issue
basically the Winsock LSP sees the SSL session encrypted and can’t see the decrypted content of the session. It’s possible to decrypt SSL sessions, but that’s a topic for another post.
Winsock LSP can be used to trace SSL sessions to their root, you can easily get the following information about a SSL session by using LSP:
- Originating application.
- Source Address/Port.
- Destination address/Port.
- Certificate.
Barak
Tags: SSL, Winsock LSP
Posted in SSL, Winsock LSP | No Comments »