fingers crossed

This commit is contained in:
n0mad1k
2025-04-11 21:10:35 -04:00
parent 4acb02a88f
commit 7562e3dc44
20 changed files with 208 additions and 7 deletions
+24
View File
@@ -0,0 +1,24 @@
[Unit]
Description=Sliver C2 Server
After=network.target
[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/root/.sliver
ExecStart=/usr/local/bin/sliver-server daemon
Restart=always
RestartSec=10
# Security measures
PrivateTmp=true
ProtectHome=false
NoNewPrivileges=true
# Hide process information
StandardOutput=null
StandardError=null
[Install]
WantedBy=multi-user.target