UFONet - is a toolkit designed to launch DDoS and DoS attacks.
See these links for more info:
CWE-601:Open Redirect: https://cwe.mitre.org/data/definitions/601.html
OWASP:URL Redirector Abuse: https://www.owasp.org/index.php/OWASP_Periodic_Table_of_Vulnerabilities_-_URL_Redirector_Abuse2
UFONet runs on many platforms. It requires Python (>2.7.9) and the following libraries:
python-pycurl - Python bindings to libcurl
python-geoip - Python bindings for the GeoIP IP-to-country resolver library
python-whois - Python module for retrieving WHOIS information - Python 2
python-crypto - Cryptographic algorithms and protocols for Python
python-requests - elegant and simple HTTP library for Python2, built for human beings
python-scapy - Packet generator/sniffer and network scanner/discovery
You can automatically get all required libraries using:
python setup.py install
For manual installation, on Debian-based systems (ex: Ubuntu), run:
sudo apt-get install python-pycurl python-geoip python-whois python-crypto python-requests python-scapy
On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:
pip install geoip
pip install requests
pip install pycrypto
pip install scapy
UFONet is released under the GPLv3. You can find the full license text in the LICENSE file.