Skip to content

Filesystem Commands

Maxime Landon edited this page Mar 4, 2020 · 4 revisions

The implant has obviously some commands for using/managing the target's file system:

Changing the implant's current working directory (filesystem autocompletion):

Agent-Cd

Listing files in a directory, and then moving it one of these subdirs (filesystem autocompletion):

ls-and-cd

Creating a new directory:

agent-mkdir

In which we will upload our Wiregost Makefile (why not?):

agent-upload

Then, we go back to previous directory and download another implant that has been left here:

agent-download

By the way, we can display files:

agent-cat

We don't forget to remove the directory we created (not very opsec to leave the Makefile on-site)

agent-rm

Clone this wiki locally