# Python-UDP-Flood **Repository Path**: evaltx/Python-UDP-Flood ## Basic Information - **Project Name**: Python-UDP-Flood - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-04 - **Last Updated**: 2021-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://semaphoreci.com/api/v1/xavifortes/python-udp-flood/branches/master/badge.svg)](https://semaphoreci.com/xavifortes/python-udp-flood) [![Build Status](https://xavifortes.semaphoreci.com/badges/Python-UDP-Flood/branches/set-up-semaphore.svg?style=shields)](https://xavifortes.semaphoreci.com/projects/Python-UDP-Flood) [![Build Status](https://travis-ci.org/XaviFortes/Python-UDP-Flood.svg?branch=master)](https://travis-ci.org/XaviFortes/Python-UDP-Flood) [![JK](https://forthebadge.com/images/badges/built-by-developers.svg)](https://github.com/XaviFortes) [![JK](https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)](https://github.com/XaviFortes) [![JK](https://forthebadge.com/images/badges/built-with-grammas-recipe.svg)](https://github.com/XaviFortes) [![JK](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/XaviFortes) # Python-UDP-Flood Very basic DOS attack made with python. It can be converted into a DDOS attack using multiple computers. I'm not responsible for the use you give using this program. It Supports UDP and TCP ## Usage download or copy the script of rundos.sh Maybe you should do it to make it work. ```bash chmod +x rundos.sh ``` ### Auto-Install Script ```bash wget -O ddos.sh 'https://raw.githubusercontent.com/XaviFortes/Python-UDP-Flood/master/rundos.sh' && chmod +x ddos.sh && ./ddos.sh ``` After running this code and want to open it again just do: ```bash ./ddos.sh ``` And if you want an auto-update bash script (I don't think it would be too much updated) take the Auto-Install Script and put it inside a .sh file ### Windows If you are on windows install Python3 and download the script udpflood.py open a powershell window or cmd ```bash python3 udpflood.py ```