cm0002@lemmy.world to Linux@programming.dev · 3 days agoMalicious Go Modules Deliver Disk-Wiping Linux Malware in Advanced Supply Chain Attackthehackernews.comexternal-linkmessage-square6fedilinkarrow-up144arrow-down10file-textcross-posted to: linux@lemmy.ml
arrow-up144arrow-down1external-linkMalicious Go Modules Deliver Disk-Wiping Linux Malware in Advanced Supply Chain Attackthehackernews.comcm0002@lemmy.world to Linux@programming.dev · 3 days agomessage-square6fedilinkfile-textcross-posted to: linux@lemmy.ml
Packages: github.com/truthfulpharm/prototransform github.com/blankloggia/go-mcp github.com/steelpoor/tlsproxy
minus-squareDumhuvud@programming.devlinkfedilinkEnglisharrow-up2·edit-22 days agoI mean, you can destroy users’ data by doing the equivalent of: find "$HOME" -type f -delete No idea why they decided to write to /dev/* directly.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·12 hours agoCan’t delete a drive that I haven’t mounted! :catch_me_if_you_can_vibes: But if I haven’t mounted it, why is it connected in the first place? idk
I mean, you can destroy users’ data by doing the equivalent of:
find "$HOME" -type f -delete
No idea why they decided to write to
/dev/*
directly.Can’t delete a drive that I haven’t mounted! :catch_me_if_you_can_vibes:
But if I haven’t mounted it, why is it connected in the first place? idk