cm0002@lemmy.world to Linux@programming.dev · 1 day agoMalicious Go Modules Deliver Disk-Wiping Linux Malware in Advanced Supply Chain Attackthehackernews.comexternal-linkmessage-square5fedilinkarrow-up142arrow-down10file-textcross-posted to: [email protected]
arrow-up142arrow-down1external-linkMalicious Go Modules Deliver Disk-Wiping Linux Malware in Advanced Supply Chain Attackthehackernews.comcm0002@lemmy.world to Linux@programming.dev · 1 day agomessage-square5fedilinkfile-textcross-posted to: [email protected]
Packages: github.com/truthfulpharm/prototransform github.com/blankloggia/go-mcp github.com/steelpoor/tlsproxy
minus-squareDumhuvud@programming.devlinkfedilinkEnglisharrow-up1·edit-24 hours 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.
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.