Florian Stosse

Results 20 issues of Florian Stosse

I was not able to fix all the links (couldn't find a substitute for the NSA BIND 9 DNS Security page, for example), but it's a start ! :)

bug

Hi ! In this PR I have fixed several broken links, as reported by the GitHub Actions flow, and also updated several documents to their latest versions (IETF RFC that...

bug

**Is your feature request related to a problem? Please describe.** Implement support to compute OSNMA messages and check the integrity of the Galileo received signal **Additional context** More infos are...

enhancement

``` # Adobe AI in Windows blocken $Path = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown' if (!(Test-Path $Path)) { $null = New-Item $Path -Force -ErrorAction Stop } New-ItemProperty $Path -Name bEnableGentech -PropertyType Dword -Value...

enhancement

reg add "HKLM\SOFTWARE\Microsoft\Ole" /v EnableDCOM /t REG_SZ /d N /f

enhancement

reg add "HKLM\SYSTEM\CurrentControlSet\Control" /v DisableRemoteScmEndpoints /t REG_DWORD /d 1 /f

enhancement

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule" /v DisableRpcOverTcp /t REG_DWORD /d 1 /f

enhancement

> When extensions for known file types are hidden, an adversary can more easily use social engineering techniques to convince users to execute malicious email attachments. For example, a file...

enhancement

Add the error codes in the BSOD messages ``` 1 - Navigate to the following registry key in regedit: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\CrashControl 2 - Unless it exists, create a new DWORD (32-bit)...

enhancement

Hi ! This PR changes the following : - Update CI actions to latest versions, with explicit version numbering (helps with Dependabot alerts) - Add a Dependabot check for Python...