Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 448 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 448 Bytes

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"