What is DDOS and How to Download ??

3 min read

What is DDOS ??

DDoS Attack means "Distributed Denial-of-Service (DDoS) Attack" and it is a cybercrime in which the attacker floods a server with internet traffic to prevent users from accessing connected online services and sites.


Four common types of ddos attack :

  • TCP Connection Attacks
  • Volumetric Attacks
  • Fragmentation Attacks
  • Application Attacks


How it Works ??

A DDoS is a cyberattack on a server, service, website, or network floods it with Internet traffic. If the traffic overwhelms the target, its server, service, website, or network is rendered inoperable.

Network connections on the Internet consist of different layers of the Open Systems Interconnection (OS) model. 

Different types of DDoS attacks focus on particular layers.


How to perform ? (for testing purpose)


We are not responsible for your illegal activities.

First of you need linux or termux for perform DDOS attack setup your personal server for testing perpose. after successful setup follow me..


Installation

Paste below codes step by step in Linux

apt-get update
apt-get upgrade
apt-get install git python python2
git clone https://github.com/H1R0GH057/Anonymous
cd Anonymous

Run any tool with Python

python (script name) -h
i don't know about all script working on termux or not..you can try and let me know if you found any working script for termux.
I am Kunal and I am 14 years old

You may like these posts

  • Guide For Install Tool-X In Termux.Tool-X is a kali linux hacking Tool installer. Tool-X developed for termux and other Linux based systems. using Tool-X you can install almost 370…
  • Guide For Install BlackEye In Termux.Usage of BlackEye for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable loca…
  • Guide For Install Breacher Tool In Termux.With the help of this script you can find admin login pages and EAR vulnerabilities.Installation Commands #professor { border: 1px soli…
  • Guide For Install RouterSploit Tool In TermuxWith the help of this tool you can analysis vulnerability in your wifi and devices which connected to your wifi like cameras. You can a…
  • Guide For Install LittleBrother Tool In Termux.LittleBrother is information gathering tool.Installation Commands #professor { border: 1px solid grey; padding-left: 15px; bac…
  • Guide For Install DarkSploit Tool In Termux.DarkSploit is tool which contains 14 exploits, 10 scanners, 16 post, 38 virus.Installation Commands #professor { border: 1px solid gr…

Post a Comment