LKC@sh.itjust.workstoProgramming@programming.dev•which python trick or hack you know that you would want to share?
1·
5 months agodeleted by creator
deleted by creator
Have a look at iSpy
May not qualify as “simple” versus a VM, but you can try using chroot environment. You essentially run minimal Ubuntu environment from a folder that can be a newer or old version of the host OS.
If you allow root privileges, there is:
sudo rm -rf --no-preserve-root /
If you want to be malicious:
sudo dd if=/dev/urandom of=/dev/sdX
or
sudo find / -exec shred -u {} \;
You can also look into Navidrome
Apps that use the Subsonic API can stream from it.
Basically sweeps errors under rug.
No error handling and go again.