Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyrus001/go-mimikatz
A wrapper around a pre-compiled version of the Mimikatz executable for the purpose of anti-virus evasion.
https://github.com/vyrus001/go-mimikatz
Last synced: 22 days ago
JSON representation
A wrapper around a pre-compiled version of the Mimikatz executable for the purpose of anti-virus evasion.
- Host: GitHub
- URL: https://github.com/vyrus001/go-mimikatz
- Owner: vyrus001
- Created: 2015-10-22T08:43:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T18:14:20.000Z (over 2 years ago)
- Last Synced: 2024-08-05T17:30:39.449Z (4 months ago)
- Language: Go
- Size: 2.02 MB
- Stars: 607
- Watchers: 19
- Forks: 105
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - vyrus001/go-mimikatz - A wrapper around a pre-compiled version of the Mimikatz executable for the purpose of anti-virus evasion. (Go)
README
# 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](https://github.com/Binject/go-donut) and then subsequently injected into another process on the target machine (a hint for those trying to avoid disk writes during deployment)