Advertisement
Guest User

php dos by exe

a guest
Feb 5th, 2012
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <?php
  2. $ip = $_SERVER['REMOTE_ADDR'];
  3. ?>
  4.  
  5. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7.  
  8. <head>
  9. <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  10. <meta name="author" content="">
  11.  
  12. <title>PHP DoS, Coded by EXE</title>
  13. </head>
  14. <!-- PHP DOS, coded by EXE -->
  15. <style type="text/css">
  16. <!--
  17. body {
  18. font-family: Arial, Helvetica, sans-serif;
  19. font-size: 12px;
  20. font-style: normal;
  21. line-height: normal;
  22. color: #FFFFFF;
  23. background-color: #000000;
  24. }
  25.  
  26.  
  27.  
  28. -->
  29. </style>
  30. <!-- PHP DOS, coded by EXE -->
  31. <body>
  32. <center><br><br>
  33. <img src="main.jpg"><br>
  34. <b>Your IP:</b> <font color="red"><?php echo $ip; ?></font>&nbsp;(Don't DoS yourself nub)<br><br>
  35. <form name="input" action="php-dos-function.php" method="post">
  36. IP:
  37. <input type="text" name="ip" size="15" maxlength="15" class="main" value = "0.0.0.0" onblur = "if ( this.value=='' ) this.value = '0.0.0.0';" onfocus = " if ( this.value == '0.0.0.0' ) this.value = '';">
  38. &nbsp;&nbsp;&nbsp;&nbsp;Time:
  39. <input type="text" name="time" size="14" maxlength="20" class="main" value = "time (in seconds)" onblur = "if ( this.value=='' ) this.value = 'time (in seconds)';" onfocus = " if ( this.value == 'time (in seconds)' ) this.value = '';">
  40. &nbsp;&nbsp;&nbsp;&nbsp;Port:
  41. <input type="text" name="port" size="5" maxlength="5" class="main" value = "port" onblur = "if ( this.value=='' ) this.value = 'port';" onfocus = " if ( this.value == 'port' ) this.value = '';">
  42. <br><br>
  43. <input type="submit" value=" Start the Attack---> ">
  44. <br><br>
  45. <center>
  46. After initiating the DoS attack, please wait while the browser loads.
  47. </center>
  48.  
  49. </form>
  50. </center>
  51. <!-- PHP DOS, coded by EXE -->
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement