GHOSTS icon indicating copy to clipboard operation
GHOSTS copied to clipboard

Feature Request: DevOps / Cloud activity simulation

Open Cyb3r-Monk opened this issue 3 years ago • 3 comments

I don't know if it make sense but I feel like it would be nice to simulate regular activities happening in the cloud, mostly DevOps/Sysadmin related tasks. Some examples: creating/deleting services, starting/stopping/deleting VMs, upload/download/delete files from S3/blob storages, etc.

Cyb3r-Monk avatar Dec 01 '22 12:12 Cyb3r-Monk

Some new ideas related to this: On a machine that has Git installed adn configured, create/clone/have a repo (maybe manually), then let the agent add some simple text/comment to the README or some .py files, then do git add/commit/push.

Cyb3r-Monk avatar Mar 09 '23 21:03 Cyb3r-Monk

I like this, we could have agents start a dev war with git blame too 😁

Automating git seems trivial, but what about the server portion? I'm not sure I want to build support around that, it might be a decent amount of work.

sei-dupdyke avatar Mar 09 '23 22:03 sei-dupdyke

No need for server portion I think. We can manually install git and configure the server authentication etc. Just need to automate the file creation/modification + git commands. If we assign one file to each agent, then fetching the latest changes before and after commit+push/merge, we wouldn't have any conflict issues I guess. Th enext step would be the agents developing the GHOSTS 😅

Cyb3r-Monk avatar Mar 11 '23 14:03 Cyb3r-Monk

Closing as not prioritized. Reopenable.

sei-dupdyke avatar Oct 15 '24 11:10 sei-dupdyke