SkillAgentSearch skills...

Hashdump

Dump Windows SAM hashes

Install / Use

/learn @sliverarmory/Hashdump
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Hashdump

Sliver hashdump extension.

Build

Use the Makefile, artifacts will be stored in dist/:

$ make
rm -rf dist
mkdir -p dist
CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -o ./dist/hashdump.x64.dll -buildmode=c-shared ./dll/
CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ CGO_ENABLED=1 GOOS=windows GOARCH=386 go build -o ./dist/hashdump.x86.dll -buildmode=c-shared ./dll/
GOOS=windows GOARCH=amd64 go build -o ./dist/hashdump.x64.exe main.go
GOOS=windows GOARCH=386 go build -o ./dist/hashdump.x86.exe main.go
$ tree dist
dist
├── hashdump.x64.dll
├── hashdump.x64.exe
├── hashdump.x64.h
├── hashdump.x86.dll
├── hashdump.x86.exe
└── hashdump.x86.h

1 directory, 6 files

The Makefile has a target for each architecture (x86/x64) and builds an executable to test the code outside of Sliver.

View on GitHub
GitHub Stars42
CategoryDevelopment
Updated1y ago
Forks3

Languages

Go

Security Score

75/100

Audited on Mar 30, 2025

No findings