BishopFox / sliver

Adversary Emulation Framework
GNU General Public License v3.0
8.23k stars 1.08k forks source link

Persistence Module #9

Open moloch-- opened 5 years ago

moloch-- commented 5 years ago

Automatic per-platform (Windows/MacOS/Linux) persistence commands.

usiegl00 commented 4 years ago

Persistence is inherently not op-sec safe due to the requirements of storing information on disk. However I think we should decide on the best methods of persisting on the 3 major OS's. (Linux, MacOS, and Windows)

Possible Options:

zero77 commented 4 years ago

These may not all be deemed op safe but, just to give some ideas for other possible Linux options:

/etc/bash.bashrc /etc/profile /etc/profile.d/* ~/.profile ~/.bash_login

Also:

usiegl00 commented 4 years ago

Also:

vctrferreira commented 2 years ago

How is going the development of this feature? Could I help you with any thing?

derekkddj commented 4 months ago

no updates in this task?

moloch-- commented 4 months ago

This is not currently planned, typically you'd want to write your own dropper to support a feature like this. I'm not opposed to including it as feature, it's just not a priority.

rkervella commented 4 months ago

There's just too many / too different ways to persist on different platforms. Probably better to implement that as extensions.