Skip to content

Implant Config

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

NOTE: If you are using the console and the server for the first time, first go to Server Getting Started. Otherwise, proceed with below instructions.


Implant Console Configuration

The configuration for the implant console menu is also located at ~/.wiregost-client/console.yaml The content of the file includes a small documentation for setting items: part of this documentation is repeated below.

Implant prompt:

You can currently set the implant menu prompt with the implantprompt field. It works the same way as the main menu prompt field.

However, as noted in the config file, you can mix Prompt and ImplantPrompt variables in the ImplantPrompt, but not conversely.

Remote path completion:

Wiregost gives path completion when searching and moving through the implant's target file system. Because this will sends lots of requests to the implant, it is disabled by default. You can enable it by setting sessionpathcompletion to true.

Clone this wiki locally