alexcote1 / Sliverer

runs sliver command on all hosts, partially based on example in sliver repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sliverer

runs sliver command on all hosts, partially (or for run on new basically entirely) based on example in sliver repo

to install

go install github.com/alexcote1/Sliverer@latest

to run

Sliverer pwnboard --url="https://192.2.2.2" 

or

Sliverer command --command="bash" --args="-c^ls" 

if you need to specify a config specify its path with

--config="/home/yourname/.sliver-client/configs/configname.txt"

About

runs sliver command on all hosts, partially based on example in sliver repo

License:GNU General Public License v3.0


Languages

Language:Go 100.0%