Sinisterly
Deluder: EchoMirage alternative for multiplatform traffic interception in Python - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: Deluder: EchoMirage alternative for multiplatform traffic interception in Python (/Thread-Deluder-EchoMirage-alternative-for-multiplatform-traffic-interception-in-Python)



Deluder: EchoMirage alternative for multiplatform traffic interception in Python - majk - 02-03-2024

Deluder is a tool for intercepting traffic of proxy unaware applications. Currently, Deluder supports OpenSSL, GnuTLS, SChannel, WinSock and Linux Sockets out of the box. GUI is available through built-in integration with PETEP. (Serves as an alternative to EchoMirage.)

GitHub: github[.]com/Warxim/deluder

Currently, Deluder support the following libraries out of the box:
  • WinSock (ws2_32.dll, wsock32.dll)
  • Linux sockets (libc.so)
  • OpenSSL (libssl.dll, ssleay.dll, libssl.dylib)
  • GnuTLS (libgnutls.so, libgnutls.dll, libgnutls.dylib)
  • SChannel (Secur32.dll)

It is also possible to use Deluder with remote hosts (using Frida Server utility).

Deluder has built-in integration with PETEP, which extends Deluder with GUI.

Apart from that, Deluder can be easily extended to support other libraries through Frida's JavaScript API.