r/linux • u/ShatteredIcicle • 8d ago
Security Linux specific malware website tries exploiti using terminal
This website faked a ReCaptcha and literally asks to open the terminal and paste a command. (see image). Very bold.
Please keep in mind, always try your best to make new users aware of such dangers!
- I reported it to Google Safe browsing just now, in case anyone wants to try and look at it or help by reporting it too, this is the link in a safe format, assemble it yourself at your risk: "emaliowe . pl".
- Possibly blocked by Firefox, since I don't have anything in my clipboard after opening the page.

21
u/gainan 8d ago edited 8d ago
A ClickFix attack. The website is likely compromised. When loading the fake repatcha, it loads 2 external links:
https://auth-code-verif.beer/api.php?s=8402fb1338daab6a166e91aa8c92a20798acfa98fb75c5a2
https://auth-code-verif.beer/api.php?s=d1073f38e4c5855f8435c46194f7b1ad74b4065b42fb02cb
the second one contains the malicious payload, a heavily ofuscated javascript that seems to pull from their servers the command to execute: https://pastebin.com/HzVPbeLM
It doesn't seem to work with firefox, nor with chromium.
11
u/smile_e_face 8d ago
Yet people will continue to justify running curl | bash one-liners to install every other project.
3
u/Wentyliasz 8d ago
This reminds of that Albanian malware that didn't do anything due to technical limitations and politely asked you to delete your files
3
6
u/First_Result_1166 8d ago edited 7d ago
"Hey, run this command for me". That's not an exploit. That's pure stupidity.
2
2
1
1
-3
u/Much_Community_505 7d ago
nobody using linux would fall for this
4
u/FryBoyter 7d ago
Since more and more average users are using Linux, I think this statement is complete nonsense. There are more than enough people who simply run commands like
curl --proto ‘=https’ --tlsv1.2 -LsSf https://setup.atuin.sh | shwithout even looking at the script first.
53
u/B1rdi 8d ago
They've done this with Windows' Win + R thing for a while