repo/hummingbird/payload/usr/lib/hummingbird/shutdown
2020-11-30 20:07:26 +02:00

9 lines
222 B
Bash
Executable file

#!/bin/sh
echo "[*] [SHUTDOWN] Shutting down..."
/bin/busybox rm -rf /tmp/* /var/tmp/*
/bin/busybox dd count=1 bs=512 if=/dev/random of=/usr/lib/hummingbird/random.seed
/bin/busybox swapoff -a
/bin/busybox umount -a -r