A new option in this version: -x (–hex) to produce hexadecimal output.
re-search_V0_0_9.zip (https)
MD5: E9BC3AFF3FA3D6ED0F14EC4941955C2D
SHA256: 4AA92E513A478D02DD12110D3759FFCB2996A3E8A5D2D812124922C5023C3B50
A new option in this version: -x (–hex) to produce hexadecimal output.
re-search_V0_0_9.zip (https)
MD5: E9BC3AFF3FA3D6ED0F14EC4941955C2D
SHA256: 4AA92E513A478D02DD12110D3759FFCB2996A3E8A5D2D812124922C5023C3B50
Here is an overview of content I published in August:
Blog posts:
YouTube videos:
Videoblog posts:
SANS ISC Diary entries:
NVISO Blog posts:
The Windows service I used in my previous blog post can also be compiled on Kali (or other Linux distros or OSX) using Mono.
First I install Mono on Kali: sudo apt-get install mono-devel
Then I can use Mono’s C# compiler mcs. Unlike .NET’s C# compiler csc.exe, mcs requires a reference to compile a Windows service:
mcs -reference:System.ServiceProcess.dll service.cs