Skip to content

vyrus001/go-mimikatz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-mimikatz

A Go wrapper Mimikatz for the purpose of anti-virus evasion.

Building

cd into the repo and run go generate

Notes:

  • evades windows again (as of 11/23/2021)
  • If compiled as position independent code (-buildmode=pie) via go 1.15 or newer, this code can be transformed via donut and then subsequently injected into another process on the target machine (a hint for those trying to avoid disk writes during deployment)

About

A wrapper around a pre-compiled version of the Mimikatz executable for the purpose of anti-virus evasion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages