sliverarmory / armory

The Official Sliver Armory
https://sliver.sh/
80 stars 11 forks source link

add mimikatz #34

Closed MrAle98 closed 3 months ago

MrAle98 commented 1 year ago

I've decided to modify mimikatz in order to be loaded as a DLL inside sliver implant. Here the repository: https://github.com/MrAle98/mimikatz. Open the project in visual studio 2019 and use sliverkatz build type in order to produce powerkatz.dll.

Here it is a screenshot of running dll powerkatz.dll in a sliver implant: image

ghost-ng commented 10 months ago

while this is waiting for an implementation, @MrAle98 can you list here what you do after you build the DLL?

MrAle98 commented 10 months ago

@unkn0wnsyst3m yeah sure. Go under ~/.sliver-client/extensions/, create directory called mimikatz, inside the directory copy powerkatz.dll and rename it mimikatz.dll, copy also extension.json under same directory. Now start sliver, get a beacon/session and you should have the mimikatz command available. Let me know in case you have issues.

n3rada commented 4 months ago

How does the process of adding to the official sliver armory work? What's needed to integrate a request like this one?

Because having this mimikatz implementation is gucci.

moloch-- commented 4 months ago

I think we need to fork and update the index, @c2biz if you have some time can you take care of this one.

lesnuages commented 4 months ago

We would also need to automate the build with a GitHub action.

c2biz commented 3 months ago

Added in #54