h/t @da_667
https://infosec.exchange/@da_667/116291164722073458
malware except it only infects networking appliances that can make pc speaker beeps and boops and forces them to loop through a cacophany of all the shit we used to play on the pc speaker as kids.
mario, doom music, heretic music, descent, star wars, various shit from the mod days
ransomware except it converts all your documents to a confluence web site and redirects all email so that you have to read/send all emails using jira.
@Viss okay, so hear me out...
What if, and we can decide who later, we just disallow reply-all without some kind of quiz first?
Like two lists, one list allows reply-all's and the other list only gets reply-all's when they figure out Neal.fun's password game or something.
wait. didn't micro$lop already do that? :)
@Viss How about
import subprocess
import time
CMD = ["eject", "-t"]
DELAY_SECONDS = 1.0
def main():
while True:
try:
subprocess.run(CMD, check=False)
except Exception:
# ignore errors and continue
pass
time.sleep(DELAY_SECONDS)
if __name__ == "__main__":
main()