Skip to content

Commit

Permalink
Added find-objects
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Dec 30, 2021
1 parent 64f94bb commit 13c257a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions armory.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,28 @@
"command_name": "inject-amsi-bypass",
"repo_url": "https://api.github.com/repos/sliverarmory/InjectAmsiBypass/releases",
"public_key": "RWTPC+E0Btp82ARPNT5GjCJW/Xy+8N+ey4eUTL+D36dctLz99tIdeUQj"
},
{
"name": "Find Module",
"command_name": "find-module",
"repo_url": "https://api.github.com/repos/sliverarmory/FindObjects-BOF/releases",
"public_key": "RWTKjKbbO8eamcTsYl0lEnBv8oobkfWG/TYSIDPRx/9JFxLRnbEtbHi1"
},
{
"name": "Find Proc Handle",
"command_name": "find-proc-handle",
"repo_url": "https://api.github.com/repos/sliverarmory/FindObjects-BOF/releases",
"public_key": "RWTKjKbbO8eamcTsYl0lEnBv8oobkfWG/TYSIDPRx/9JFxLRnbEtbHi1"
}
],
"bundles": [
{
"name": "windows-credentials",
"packages": ["nanodump", "credman"]
},
{
"name": "windows-bypass",
"packages": ["inject-etw-bypass", "inject-amsi-bypass"]
}
]
}

0 comments on commit 13c257a

Please sign in to comment.