Skip to content

Instantly share code, notes, and snippets.

View MelForze's full-sized avatar
🦊
Working from home

Denis Ustin MelForze

🦊
Working from home
View GitHub Profile
@MelForze
MelForze / sccmdecryptpoc.cs
Created February 18, 2025 21:48 — forked from xpn/sccmdecryptpoc.cs
SCCM Account Password Decryption POC
// Twitter thread: https://twitter.com/_xpn_/status/1543682652066258946 (was a bit bored ;)
// Needs to be run on the SCCM server containing the "Microsoft Systems Management Server" CSP for it to work.
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace SCCMDecryptPOC
{
internal class Program