Skip to content

Commit

Permalink
update extension to use wstring
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed Jun 11, 2022
1 parent 9a0f2d4 commit 295f171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BOF/Kerberoast/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
{
"name": "task",
"desc": "list, list-no-aes, roast or roast-no-aes",
"type": "string",
"type": "wstring",
"optional": false
},
{
"name": "account",
"desc": "optional sAMAccountName filter (default all)",
"type": "string",
"type": "wstring",
"optional": true
}
]
Expand Down

0 comments on commit 295f171

Please sign in to comment.