brasilleech

painelSSH3.0

Jun 1st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #!/bin/bash
  2. apt-get update && apt-get upgrade
  3. apt-get install curl
  4. apt-get install apache2
  5. apt-get install php5 libapache2-mod-php5 php5-mcrypt
  6. service apache2 restart
  7. apt-get install mysql-server php5-mysql
  8. mysql_install_db
  9. mysql_secure_installation
  10. apt-get install phpmyadmin
  11. php5enmod mcrypt
  12. service apache2 restart
  13. ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin
  14. apt-get install libssh2-1-dev libssh2-php
  15. php -m |grep ssh2
  16. service apache2 restart
  17. cd /var/www/html
  18. wget https://www.dropbox.com/s/c9nwtj6d0xzaowh/painelssh.zip?dl=0
  19. apt-get install unzip
  20. unzip painelssh.zip
  21. rm painelssh.zip index.html
  22. cat /dev/null > ~/.bash_history && history -c && clear
  23. echo -e "\033[1;31mCOMPLETADO COM SUCESSO.\033[0m"
Add Comment
Please, Sign In to add comment