Skip to content

Instantly share code, notes, and snippets.

View 0x90v1's full-sized avatar

0x90v1

View GitHub Profile
@0x90v1
0x90v1 / sccmdecryptpoc.cs
Created July 4, 2022 12: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
@0x90v1
0x90v1 / Get-WorldOpenDirectories.ps1
Created May 31, 2022 09:09 — forked from et0x/Get-WorldOpenDirectories.ps1
Use Get-WorldOpenDirectories to find open directories recursively, with specifics on exec/list/read permissions as well
#> Get-WorldOpenDirectories -Path C:\Windows
#
# Directory : C:\Windows\Tasks
# Group : NT Authority\Authenticated Users
# Write : True
# Read : True
# ExecuteFile : True
# List : True
#
# ...