purging sliver

This commit is contained in:
n0mad1k
2025-04-22 22:44:57 -04:00
parent 7c5e918dab
commit 053db78837
12 changed files with 284 additions and 30 deletions
+3 -3
View File
@@ -94,11 +94,11 @@ start_services() {
echo -e "\n${BLUE}Starting required services${NC}"
# Restart Sliver
systemctl restart sliver
systemctl restart havoc
if [ $? -eq 0 ]; then
echo -e "${GREEN}Sliver C2 started successfully${NC}"
echo -e "${GREEN}Havoc C2 started successfully${NC}"
else
echo -e "${RED}Failed to start Sliver C2${NC}"
echo -e "${RED}Failed to start Havoc C2${NC}"
fi
# Start nginx