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...
How to formally declare a private sphere misconduct ?(LPD Swiss Law)
LPD : https://www.edoeb.admin.ch/edoeb/fr/home/protection-des-donnees/generalites/protection-des-donnees.html Report : https://www.edoeb.admin.ch/edoeb/fr/home/le-pfpdt/contact/formulaire-de-contact.html
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...
Protected: Windows Defender ByPass
Password Protected
To view this protected post, enter the password below:
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 )...