From 1abacf5cd3d0c847c5f188bbbd7c5232cc589396 Mon Sep 17 00:00:00 2001
From: gennyble
The virtual machine was an Alpine
- Linux
- virtual image with curl installed. It was configured to run a script called
- pull
on boot through the pull_service
OpenRC script
+
+ The virtual machine was an Alpine Linux
+ virtual image, with curl installed, configured to run a script called
+ pull
on boot through a pull_service
OpenRC script.
pull
would get a list of every file on the system and pick one at
random to delete. It'd then post that message to amble.quest through a relay I
- made (but was realistically not needed) and actually delete that file. Then
- it would turn itself off.
+ made (but was realistically not needed) and actually delete that file.
+ Finally, it'd power down.
@@ -114,4 +93,32 @@ random file, and then go back to sleep. It posted about it at 616: /lib/modules/5.15.94-0-virt/kernel/crypto/algif_hash.ko.gz 625: /lib/ld-musl-x86_64.so.1 + +