Commit Graph

  • f638237f7d Merge pull request #35 from ahm3dgg/allow-multiple-smb-dialects main Jacob Paullus 2026-06-08 22:00:45 -05:00
  • 2e9653b835 Merge pull request #36 from mandiant/anonymous-null-session Jacob Paullus 2026-06-08 18:06:14 -05:00
  • 8cdb67a92d smb2: support true anonymous (null session) NTLM bind Jacob Paullus 2026-06-08 15:17:28 -05:00
  • 6904f7e7d9 Allow Multiple SMB Dialects ahm3dgg 2026-06-05 12:41:38 +03:00
  • f83dc52479 go.mod: bump x/crypto to v0.45.0 to clear ssh CVEs Jacob Paullus 2026-05-14 16:41:55 -05:00
  • 901986d7fd README: add author byline Jacob Paullus 2026-05-14 16:36:32 -05:00
  • 0c3271533f Merge pull request #34 from mandiant/drsuapi-dsname-structlen-fix-issue-32 Jacob Paullus 2026-05-13 11:03:01 -05:00
  • cebc5749ef drsuapi: drop writeDSNAME structLen +2 cargo-cult Jacob Paullus 2026-05-12 18:26:55 -05:00
  • 56c26e89cc Merge pull request #33 from mandiant/drsuapi-parser-hardening-issue-32 Jacob Paullus 2026-05-12 17:08:29 -05:00
  • 1c82d70a29 drsuapi: tighten V6 parser allocations, fix RDN unescape, drop dead helper Jacob Paullus 2026-05-12 17:06:37 -05:00
  • 604deaa21d Merge pull request #31 from mandiant/drsuapi-uptodate-vec-align Jacob Paullus 2026-05-12 15:28:26 -05:00
  • 23f9aae308 drsuapi: fix V6 parser drift on child-domain UPTODATE_VECTOR Jacob Paullus 2026-05-12 15:25:44 -05:00
  • 7d23d5e890 Merge pull request #30 from mandiant/fix-exec-tool-output-polling Jacob Paullus 2026-05-12 11:36:19 -05:00
  • dfe4d2ea7b exec-tools: fix output polling for long-running commands Jacob Paullus 2026-05-12 01:30:10 -05:00
  • ae12780402 Merge pull request #27 from mandiant/fix-hive-resident-bounds Jacob Paullus 2026-05-11 23:59:26 -05:00
  • 703070cbd1 registry: add tests for resident-length guards Jacob Paullus 2026-05-11 23:54:22 -05:00
  • d6089390bd registry: harden hive parser against malformed inputs Jacob Paullus 2026-05-11 23:42:27 -05:00
  • 3a8420dc5b Merge pull request #24 from Jah-yee/fix-ace-parsepanic Jacob Paullus 2026-05-11 23:31:51 -05:00
  • 33758f735c Merge pull request #26 from mandiant/kerberos-proxy-leak Jacob Paullus 2026-05-11 23:24:03 -05:00
  • 8eea029431 kerberos, dcerpc: tunnel KDC traffic through pkg/transport Jacob Paullus 2026-05-11 23:15:33 -05:00
  • 6657f2dd4a security: reject ACE with AceSize below minimum header size Jah-yee 2026-05-05 13:47:21 +08:00
  • 5d927b8e6b Merge pull request #18 from mandiant/dependabot/go_modules/github.com/Azure/go-ntlmssp-0.1.1 Jacob Paullus 2026-04-24 11:38:50 -05:00
  • 8d16dfe1b0 Merge pull request #20 from mandiant/fix-restore-svcctl-tree Jacob Paullus 2026-04-24 11:33:19 -05:00
  • cd8463346c relay: re-TreeConnect IPC$ in RemoteRegistry restore psycep 2026-04-23 23:37:14 -05:00
  • 2a36bf72eb Merge pull request #19 from mandiant/match-impacket-access-mask Jacob Paullus 2026-04-24 11:25:43 -05:00
  • abbdbc19be relay: retire two known-issue bogeys (samdump ACCESS_DENIED and winreg PIPE_NOT_AVAILABLE) psycep 2026-04-23 23:23:53 -05:00
  • 959eea06c4 build(deps): bump github.com/Azure/go-ntlmssp dependabot[bot] 2026-04-23 21:25:19 +00:00
  • af32683775 Merge pull request #17 from mandiant/fix-hive-readcell-panic Jacob Paullus 2026-04-23 15:30:16 -05:00
  • 2ba52b5116 registry/hive: reject malformed cell sizes instead of panicking psycep 2026-04-23 15:23:59 -05:00
  • 4b90cdefd0 Merge pull request #16 from mandiant/drsuapi-ndr-rewrite Jacob Paullus 2026-04-23 14:59:37 -05:00
  • 8127aece41 drsuapi: fix DsGetNCChanges V6 parser to actually extract NTDS hashes psycep 2026-04-23 14:52:39 -05:00
  • 5c03c57191 Merge pull request #15 from mandiant/smbclient-list-snapshots Jacob Paullus 2026-04-22 13:51:55 -05:00
  • 100500df41 smbclient: add list_snapshots command psycep 2026-04-22 13:46:16 -05:00
  • a0afb8d5b9 Merge pull request #14 from mandiant/version-centralize Jacob Paullus 2026-04-22 13:33:23 -05:00
  • 9e78779102 version: centralize banner through flags.Banner() psycep 2026-04-22 13:25:06 -05:00
  • dd189fbad1 Merge pull request #13 from mandiant/dist-prefix Jacob Paullus 2026-04-22 12:36:12 -05:00
  • cae9eb3c79 install.sh: prefix cross-compile outputs with gopacket- psycep 2026-04-22 12:28:37 -05:00
  • 38474ef821 Merge pull request #12 from mandiant/windows-build Jacob Paullus 2026-04-22 12:11:08 -05:00
  • 4b8ea3361a docs: show --target flag in README Installation section psycep 2026-04-22 12:03:47 -05:00
  • 362639a77e install.sh: add --target flag for portable and windows builds psycep 2026-04-22 11:20:48 -05:00
  • 82b955638e docs: document three-way build matrix in Platform Support psycep 2026-04-22 10:46:52 -05:00
  • c3173c535a tools: add build-tag stubs for Windows and CGO_ENABLED=0 builds psycep 2026-04-22 10:46:38 -05:00
  • 4890b97162 Merge pull request #11 from mandiant/module-rename Jacob Paullus 2026-04-22 10:29:58 -05:00
  • ce5ca7f159 module: rename to github.com/mandiant/gopacket psycep 2026-04-22 10:27:18 -05:00
  • 8f997a5157 Merge pull request #10 from mandiant/proxy-support Jacob Paullus 2026-04-22 10:15:36 -05:00
  • e3f315d57b version: bump to v0.1.1-beta psycep 2026-04-22 10:14:45 -05:00
  • f67bee32cb docs: document -proxy and UDP-under-proxy limitation psycep 2026-04-22 09:54:09 -05:00
  • bf605498aa tools: wire -proxy into hand-rolled flag tools psycep 2026-04-22 09:54:09 -05:00
  • 990c8bbca0 tools: migrate flags.Parse tools to transport psycep 2026-04-22 09:54:09 -05:00
  • efccf92228 relay, tds: route outbound through transport psycep 2026-04-22 09:54:09 -05:00
  • 7a1914a077 flags: add -proxy flag and RegisterProxyFlag helper psycep 2026-04-22 09:54:09 -05:00
  • 90038dcfc2 transport: add SOCKS5 proxy support with UDP-under-proxy guard psycep 2026-04-22 09:54:09 -05:00
  • 2c01188d2d Add Platform Support note: Linux/macOS only, use WSL on Windows psycep 2026-04-18 08:14:40 -05:00
  • 616dd65d38 Add wiki link to README Jacob Paullus 2026-04-17 14:45:33 -05:00
  • 160b6a4280 Initial commit Jacob Paullus 2026-04-17 14:20:41 -05:00