Reading Time: < 1 minute

RECENTS ARTICLES

BLOG

Unquoted service paths

When in the service definition path there is no quotes, the path can be interpreted differently by the OS. A service path with c:\progam files\sub dir\program name can be seen as follow ! c:\program.exe files\sub dir\program name c:\program...

Pi-Hole + DOH (DNS over HTTPS)

Want to bring more privacy to your home network ? Personnaly I installed a small raspberry Pi 3b running Raspbian and then installed Pi-Hole : https://pi-hole.net/ Simple step-by-step documentation here : https://github.com/pi-hole/pi-hole/#one-step-automated-install...

Rename Functions for AV signature evading

For academic purpose only.The used of some functions can trigger singature based Anti Virus detection.Example : SystemFunction032 or SamEnumerateUsersInDomain used in same particular programs.in this example let's try to hide the function SamEnumerateUsersInDomain...

Disabling NBS-NT

Disabling NetBIOS over TCP/IP can be done through the registry: Go to HKLM:SYSTEM\CurrentControlSet\services\NetBT\Parameters\Interfaces For each connection, then set NetbiosOptions = 2 or by a Powershell script. Found this one which worked fine : (run as admin )...