Skip to content

Instantly share code, notes, and snippets.

View Lamisedaxeh's full-sized avatar
🦆
🚀

Lamisedaxeh

🦆
🚀
View GitHub Profile
@lzybkr
lzybkr / Get-WinDbg.ps1
Last active November 11, 2025 15:14
Download and extract the latest WinDbg without installing so you can run on systems like Windows Server
param(
$OutDir = ".",
[ValidateSet("x64", "x86", "arm64")]
$Arch = "x64"
)
if (!(Test-Path $OutDir)) {
$null = mkdir $OutDir
}
@spacepatcher
spacepatcher / Breach Compilation (1.4 billion credentials) in Postgres.md
Last active October 28, 2025 16:52
Breach Compilation (1.4 billion credentials) in Postgres.md

What would you need:

Hardware requirements