Advertisement
Guest User

Untitled

a guest
May 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. #!/usr/bin
  2. #codado pelo J(*)RD150N
  3. #sim o script pode ficar mais organizado, porém quis ele assim
  4.  
  5. echo '
  6. ---------------------------------------------------------------
  7. ____ _ _ ____ ____ _ _
  8. (_ _)( \( )( _ \( ___)( \/ )
  9. _)(_ ) ( )(_) ))__) ) (
  10. (____)(_)\_)(____/(____)(_/\_)
  11.  
  12. ___ ____ _ _ ____ ____ __ ____ _____ ____
  13. / __)( ___)( \( )( ___)( _ \ /__\ (_ _)( _ )( _ \
  14. ( (_-. )__) ) ( )__) ) / /(__)\ )( )(_)( ) /
  15. \___/(____)(_)\_)(____)(_)\_)(__)(__)(__) (_____)(_)\_)
  16.  
  17. --------------------------------------------------------------
  18. \033[01;36mBy J(*)RD150N
  19. '
  20. echo '\033[01;31mOBS --> esta versao é apenas uma index.
  21. no github tem a segunda versao'
  22. echo
  23. echo 'iniciando gerador....'
  24. echo
  25. echo '--------------------'
  26. sleep 2
  27. echo '\033[01;33mNome da sua html > '
  28. read arquivo
  29. echo >$arquivo
  30. echo
  31. sleep 0.1
  32. echo
  33. echo 'Seu Nickname > '
  34. read Nick
  35. echo
  36. echo 'cor da fonte >'
  37. read cor
  38. echo
  39. echo 'salve > '
  40. read salve
  41. echo
  42. echo 'escolha uma frase : '
  43. read frase
  44. echo
  45. echo 'musica : '
  46. read musica
  47. echo "
  48. <html>
  49. <head>
  50. <title>HACKED</title>
  51. <meta charset ="utf-8">
  52. <script>alert('owned')</script>
  53. <style>
  54. body {
  55. color: $cor ;
  56. background: #000;
  57. text-align: center;
  58. font-family: tahoma;
  59. font-size: 19px;
  60. }
  61. h1 {
  62. margin: 3px;
  63. font-size: 45px;
  64. }
  65. </style>
  66. </head>
  67. <body><br>
  68. <h1>HACKED</h1>
  69.  
  70. <small>by $Nick <br><br>
  71. <img src=\"$imagem\"><br><br>
  72. <center>$frase</center>salve:<marquee><br>
  73. $greetz <br></marquee>
  74. <iframe src=\"https://www.youtube.com/embed/$musica?autoplay=true\" width=\"0\" height=\"0\" frameborder=\"0\"></iframe>
  75. </small></body></html>
  76. " >$arquivo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement