hercul3s / Packet-Sniffer

Packet Logger / Decryptor in Network Layer via WinDivert.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packet Logger / Decryptor via Windivert

Description

It decompresses & decrypts the rijndael 128 bit encrypted data received from the Network Layer without any injection and optionally prints them to a .Txt file or console.

How to use

  1. Move the Windivert.dll and sys file to the same directory as the executable.
  2. [Launch] the PacketSniffer.exe
  3. [Launch] the MMORPG.exe

How to build from source

  1. Clone or download the repository
  2. Download the latest version WinDivert here
  3. Open the solution with Visual Studio 2019 or above
  4. Switch the build configuration to Debug or Release
  5. Build the solution.

Screenshot

for educational purposes...

About

Packet Logger / Decryptor in Network Layer via WinDivert.


Languages

Language:C++ 84.1%Language:C 15.9%