diff --git a/.gitignore b/.gitignore index 23d98162c..3226530b0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ emp3r0r*.tar.* go.sum *.log -*.json +emp3r0r.json # certs *.pem diff --git a/core/modules/mimikatz/config.json b/core/modules/mimikatz/config.json new file mode 100644 index 000000000..9942dfcb1 --- /dev/null +++ b/core/modules/mimikatz/config.json @@ -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" + ] + } +}