-
Notifications
You must be signed in to change notification settings - Fork 15
Job Commands
Maxime Landon edited this page Feb 23, 2020
·
3 revisions
In Wiregost, jobs are background tasks ran by the C2 server. They can be of several types:
- Listeners
- Compiling tasks
In this instance, we have a MTLS listener running on port 8443, and an obfuscated implant being generated by the C2 Server:
We will kill the listener by specifying its job ID (1).
Note that the last string 'Job #1 stopped (tcp/mTLS)' is an event pushed by the Server. In a few minutes, the same event will be pushed when the implant generation (job #2) will finish.
We can also notice the number of jobs as indicated by the prompt has changed.
You can also kill all current jobs with jobs kill-all
, however if you have implants being generated it is not wise to use this command.