How to force persistent privacy & security best practice settings on Windows

Some of you might know privacy.sexy. It gives you plenty of options regarding your Windows privacy and security settings. However, after a major Windows update, those settings will be reset by Windows.
I developed some code to keep my sett… Continue reading How to force persistent privacy & security best practice settings on Windows

Proof of concept: Services File Permissions Weakness (T1574.010)

I am trying to do a proof of concept where I use technique T1574.010. In this technique, I should rewrite the binpath of some service in Windows 10 so that when the service starts again the payload that I want is executed, which in this ca… Continue reading Proof of concept: Services File Permissions Weakness (T1574.010)

How to secure a SQL Server database (windows auth) against a network windows user (penetration test)

I need to prepare my web app for a penetration test. The scenario is: If one of our windows users is hacked, what can the hacker do to my app and my database?
I have a virtual machine on our server, which holds a SQL Server Express and a d… Continue reading How to secure a SQL Server database (windows auth) against a network windows user (penetration test)

Uninstalling Lenovo Vantage & Understanding Denied Permissions [migrated]

I have a Lenovo laptop and it had Lenovo Vantage installed. I attempted to uninstall it using Windows’ “Apps & features”, but it couldn’t locate the uninstaller’s .exe. Nagigation to said .exe and attempting to run it would do nothing … Continue reading Uninstalling Lenovo Vantage & Understanding Denied Permissions [migrated]

Uninstalling Lenovo Vantage & Understanding Denied Permissions [migrated]

I have a Lenovo laptop and it had Lenovo Vantage installed. I attempted to uninstall it using Windows’ “Apps & features”, but it couldn’t locate the uninstaller’s .exe. Nagigation to said .exe and attempting to run it would do nothing … Continue reading Uninstalling Lenovo Vantage & Understanding Denied Permissions [migrated]

Uninstalling Lenovo Vantage & Understanding Denied Permissions [migrated]

I have a Lenovo laptop and it had Lenovo Vantage installed. I attempted to uninstall it using Windows’ “Apps & features”, but it couldn’t locate the uninstaller’s .exe. Nagigation to said .exe and attempting to run it would do nothing … Continue reading Uninstalling Lenovo Vantage & Understanding Denied Permissions [migrated]

Minimal permissions required to resolve Guid of Active Directory Object

As part of an application that I’m writing, I attempt to resolve an active directory object from Guid to the object’s Distinguished name. For some restricted objects, I must grant my service account additional permissions in order to resol… Continue reading Minimal permissions required to resolve Guid of Active Directory Object