Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security FullDisclosure
[Top] [All Lists]

[Full-disclosure] Echo Mirage: A Generic Win32 Network Communications Pr

Subject: [Full-disclosure] Echo Mirage: A Generic Win32 Network Communications Proxy
Date: Sat, 23 Sep 2006 12:38:52 +0100
http://www.bindshell.net/echomirage

Echo Mirage is a generic network proxy. It uses DLL injection and function
hooking to redirect network related function calls so that data transmitted
and received by local applications can be observed and modified.

Think of it as Odysseus (or Burp, if you prefer) that will proxy (almost)
anything...

Windows encryption and OpenSSL functions are also hooked so that the plain
text of data being sent and received over an encrypted session is also
available.

Echo Mirage tries to be smart with the OpenSSL calls by monitoring
ssl_set_fd() and ssl_connect() to determine when SSL is in use on a
particular socket.  When SSL is in use the encrypted stream is ignored and
only the unencrypted data is processed.  This doesn't work for the windows
SSL stuff because that functions in an entirely different way...

Traffic can be intercepted in real-time, or manipulated with regular
expressions and action scripts.

-- 
Theoretically, if I were to know your password, what would it be?

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

<Prev in Thread] Current Thread [Next in Thread>
  • [Full-disclosure] Echo Mirage: A Generic Win32 Network Communications Proxy, Dave <=