Skip to content

Commit

Permalink
fix: add config.json for mimikatz module
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Oct 23, 2024
1 parent 39eb9e8 commit a99139c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ emp3r0r*.tar.*
go.sum

*.log
*.json
emp3r0r.json

# certs
*.pem
Expand Down
16 changes: 16 additions & 0 deletions core/modules/mimikatz/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "mimikatz",
"exec": "mimikatz.ps1",
"in_memory": true,
"platform": "Windows",
"interactive": false,
"author": "jm33-ng",
"date": "2022-10-23",
"comment": "Run mimikatz as an interactive shell",
"options": {
"args": [
"--",
"run mimikatz with this commandline arg"
]
}
}

0 comments on commit a99139c

Please sign in to comment.