Skip to content

Console Getting Started

Maxime Landon edited this page Feb 24, 2020 · 5 revisions

NOTE: It is necessary to run the C2 Server first. If you did not, go trough Server Getting Started and run the server.

Once the C2 Server is running, the client console root ~/.wiregost-client/ directory exists, and contains the default server config in configs/

When launching the console you will get:

Console-Greeting

Where:

  • @localhost is the address of the server
  • in default is the default workspace. (See workspaces)
  • (0,0) is, respectively, the number of jobs running and the number of sessions (connected implants).

Behind the Scenes

When launching the console for the first time, the latter has created a ~/.wiregost-client/console.yaml file. You can now go to Console Config and set it up as you wish !

It has also created a console.log and a .history (default) file for respectively storing console logs and commands history.

Clone this wiki locally