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
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.