lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Sat, 23 Sep 2006 12:38:52 +0100
From: Dave <dave@...dshell.net>
To: full-disclosure@...ts.grok.org.uk
Subject: Echo Mirage: A Generic Win32 Network
	Communications Proxy

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/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ