feat(templates): standalone NTLMSSP Type 3 parser + decnet-init wrapper

* decnet/templates/{rdp,smb}/ntlmssp.py — minimal Type 3 (Authenticate)
  parser shared between the SMB and RDP-NLA templates.  Lands NTLM
  creds in the universal Credential table with secret_kind=ntlmssp_v1
  / ntlmssp_v2 and secret_b64 = base64 of the NtChallengeResponse so
  the bounty pipeline can feed the right hashcat mode.
* scripts/decnet-init.sh — convenience wrapper around `sudo decnet init
  --force` that targets the current working directory; saves operators
  retyping the install paths during dev iterations.
This commit is contained in:
2026-04-27 10:12:30 -04:00
parent 22d082ac9a
commit 828165783e
3 changed files with 267 additions and 0 deletions

3
scripts/decnet-init.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
sudo .311/bin/decnet init --force --install-dir "$PWD" --user anti --group anti