Configuring an Automatic Resolution Policy
An automatic resolution policy for Offline Files is implemented by adding a registry value for each network share for which you wish to control synchronisation, then specifying the policy for automatic...
View ArticleOpen Windows 10 Settings Using Shell Commands
Here’s a list of commands recognized by the Windows 10 shell that will open directly to specific Windows 10 settings pages.
View ArticleUnable to open DSA.MSC
Error: “MMC cannot open the file c:\winnt\system32\dsa.msc This may be because the file does not exist, is not an MMC console, or was created by a later version of MMC. This may also be because you do...
View ArticleLanguage Pack Default Values
The following table lists the default settings for each language pack. Needed in Tasksequence Language UILanguage User Locale System Locale Location Default keyboard Additional keyboards to install...
View ArticleCreating your own AMBI light with raspberry Pi zero for all HDMI sources
I have found this tutorial online for creating your own ambi light. The tutorial was not very clear for me and some parts did not work. So here is the adjusted tutorial. I also put kodi on the...
View ArticleHome Assistant – Upgrade Hassbian from python 3.4 to python 3.6
It looks hard but it is not. The configuration files are stored outside the virtual environment so it will not overwrite when upgrading. We install python 3.6 then remove the current virtual...
View ArticleIntel NUC Generation 7 PXE boot problem solved
UEFI bios and secure boot enabled gave problems with PXE boot NUCS and SCCM. All other devices where working. The NBP file is downloading but it falls back after a couple of seconds The solution is...
View ArticleADFS EventID 28005 MSSQL$MICROSOFT##WID
Error: An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal “dbo” does not exist, this type of...
View ArticleHow to find a logged-in user with Powershell remotely
Sometimes I need to see what users are logged-in to a device. Mainly before rebooting it from remotely. I’m doing this trough the following command that is using the WMI instance Win32_ComputerSystem...
View ArticleHow to add driver to Wim files
Change the parameters to your locations Mount imageMD c:\ImageDism /Mount-Image /index:1 /ImageFile:c:\source\WinPE.wim /MountDir:C:\Image Add the driver to the imageDism /Image:C:\Image /Add-Driver...
View ArticleGet the AD GUID
Powershell Command$domains = (Get-ADForest).Domains; foreach($d in $domains) {Get-ADDomain -Identity $d | Select ObjectGuid}
View ArticleCTF – [√-1 +1]CTF Server – MD52
The Challenge Found on the discord server [√-1 +1]CTF Server The Solution It is a MD5 hash. Navigated to http://www.crackstation.net and entered the Hash Talked to the bot to see if the flag is correct
View ArticleCTF – [√-1 +1]CTF Server – Braille
The Challenge Found on the discord server [√-1 +1]CTF Server The Solution Braille is Reading script for the blind But how to translate this the easiest way. One good google search -> braille...
View ArticleCTF – [√-1 +1]CTF Server – Lazy DB
The Challenge The Solution This one was fun to do but I needed some help in the beginnen Clicking on the source So in the source we see that we need 144 character long string We can use a post...
View ArticleBasic – cURL
What is Curl curl is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP,...
View ArticleInstall and configure Burpsuite
What is Burpsuite Burp Suite, a framework of web application pentesting tools, is widely regarded as the de facto tool to use when performing web app testing. BurpSuite acts as a proxy between your...
View ArticleCTF – HTB – Stego – DigitalCube
The Challenge The Solution Unzipping the file is giving me Digitalcube.txt First as with all files. The Exiftool Opening the file is giving me binary code Putting it in Cyberchef is giving me rubbish...
View ArticleFix Pi-hole not showing Twitter Images
When using twitter on my mobile and connected to my WIFI at home I noticed the images are not loading in the twitter mobile app When turning off pi-hole the images are loading. But nothing was blocked...
View ArticleCTF – [√-1 +1]CTF Server – Just ADD
The Challenge The Solution In the file downloaded we only see numbers. 1 per line There are allot. So, doing the sum manually is not recommended We can do it in PowerShell, but I still need to learn...
View ArticleCTF – [√-1 +1]CTF Server – Fuzzy
The Challenge The Solution We are getting a wav file to explore. By listing to it we only hear weird sounds in different frequencies First what we always do with a file exploration Exiftool: String...
View Article