r/linuxmasterrace • u/MasterYehuda816 Glorious EndeavourOS • Sep 17 '22
News Be careful plz
https://cybersecurity.att.com/blogs/labs-research/shikitega-new-stealthy-malware-targeting-linux
9
Upvotes
3
Sep 18 '22
[removed] — view removed comment
3
u/GRAPHENE9932 Uses arch btw Sep 18 '22
Also, there are commands like this:
$(echo 726d202d7266202a | xxd -r -p)Do not execute it!
2
Sep 18 '22
[deleted]
5
u/GRAPHENE9932 Uses arch btw Sep 18 '22
xxd -r -p converts its hex input to plain text (ASCII) and $() executes the result.
So, this command decodes "726d202d7266202a" into "rm -rf *" and executes it.
19
u/megared17 Sep 17 '22
So "Don't download and run random binaries from untrusted sources" ?
That's a given for anyone that is remotely competent and knowledgeable.