Tools to Add / Learn

Backlog index — items not yet fully documented in the vault. When you add one, move it to Done with a wikilink.

Ctrl+F: backlog · todo · ligolo · socat · Rubeus · nginx


cd /tmp
wget https://github.com/Wandmalfarbe/pandoc-latex-template/releases/download/v3.5.1/Eisvogel.tar.gz
tar xzf Eisvogel.tar.gz

# Remove broken files from the failed wget
rm -f ~/.local/share/pandoc/templates/eisvogel.latex

# Install the real standalone template
sudo mkdir -p /usr/share/pandoc/data/templates
sudo cp Eisvogel-*/eisvogel.latex /usr/share/pandoc/data/templates/
mkdir -p ~/.local/share/pandoc/templates
cp Eisvogel-*/eisvogel.latex ~/.local/share/pandoc/templates/

# Should be ~50KB+, NOT 0
ls -lh /usr/share/pandoc/data/templates/eisvogel.latex


📌 Open Backlog

ItemNotesTarget
Rubeus.exeDownload this to kali tool folder before exampleRubeus > 📌 Running Rubeus
solarputtycreakerResearch if OSCP-relevant
badodt + ResponderMalicious ODT → NTLM captureResponder
Manual enum checklistsudo -l, strings, etc. every boxEvery Box - Manual Workflow
Nginx sites-enabledSubdomain vhost enum on compromised web serverSee snippet below
.NET reverseDNSpy, ILSpy; run binary + Wireshark auth captureShells
PowerShell vs Python shellsWhen to use eachShells
YouTubemac3HaJN2EITBD

📌 Snippets to Place

Nginx vhost enum (www-data shell)

When the app runs on Nginx, check sites-enabled for vhosts/subdomains missed in initial recon:

ls -la /etc/nginx/sites-enabled/
cat /etc/nginx/sites-enabled/*
grep -r server_name /etc/nginx/

📌 Done / Moved Elsewhere