BLOG
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 )...
DNS CAA Records
As per RFC : CAA records assert a security policy that the holder of a domain name wishes to be observed by certificate issuers. The effectiveness of CAA records as an access control mechanism is thus dependent on observance of CAA constraints by issuers. This is not...