Skip to content

Commit

Permalink
add c2tc-wdtoggle
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed Jun 21, 2023
1 parent 329178e commit 1844468
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ jobs:
chmod +x ./make_bof.sh
./make_bof.sh StartWebClient
- name: WdToggle
run: |
chmod +x ./make_bof.sh
./make_bof.sh WdToggle
- name: "Publish Release"
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down
24 changes: 24 additions & 0 deletions BOF/WdToggle/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "C2-Tool-Collection WdToggle BOF",
"version": "v0.0.0",
"command_name": "c2tc-wdtoggle",
"extension_author": "c2biz",
"original_author": "outflanknl",
"repo_url": "https://github.com/sliverarmory/C2-Tool-Collection",
"help": "Patch lsass to enable WDigest credential caching",
"depends_on": "coff-loader",
"entrypoint": "go",
"files": [
{
"os": "windows",
"arch": "amd64",
"path": "WdToggle.x64.o"
},
{
"os": "windows",
"arch": "386",
"path": "WdToggle.x86.o"
}
],
"arguments": []
}

0 comments on commit 1844468

Please sign in to comment.