UFONet - Denial of Service Toolkit https://ufonet.03c8.net/
| 
				
					 | 
			6 tahun lalu | |
|---|---|---|
| botnet | 6 tahun lalu | |
| core | 6 tahun lalu | |
| docs | 6 tahun lalu | |
| server | 6 tahun lalu | |
| .gitignore | 7 tahun lalu | |
| MANIFEST.in | 7 tahun lalu | |
| README.md | 6 tahun lalu | |
| setup.py | 6 tahun lalu | |
| ufonet | 6 tahun lalu | 
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 (as root):
   sudo 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.