|
@@ -0,0 +1,100 @@
|
|
|
+ 
|
|
|
+
|
|
|
+----------
|
|
|
+
|
|
|
+ + Web: https://ufonet.03c8.net
|
|
|
+
|
|
|
+----------
|
|
|
+
|
|
|
+ + FAQ: https://ufonet.03c8.net/FAQ.html
|
|
|
+
|
|
|
+----------
|
|
|
+
|
|
|
+ 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
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+----------
|
|
|
+
|
|
|
+#### Installing:
|
|
|
+
|
|
|
+ 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
|
|
|
+
|
|
|
+#### Source libs:
|
|
|
+
|
|
|
+ * Python: https://www.python.org/downloads/
|
|
|
+ * PyCurl: http://pycurl.sourceforge.net/
|
|
|
+ * PyGeoIP: https://pypi.python.org/pypi/GeoIP/
|
|
|
+ * PyWhois: https://pypi.python.org/pypi/whois
|
|
|
+ * PyCrypto: https://pypi.python.org/pypi/pycrypto
|
|
|
+ * PyRequests: https://pypi.python.org/pypi/requests
|
|
|
+ * PyScapy: https://pypi.org/project/scapy/
|
|
|
+ * Leaflet: http://leafletjs.com/ (provided)
|
|
|
+
|
|
|
+----------
|
|
|
+
|
|
|
+#### License:
|
|
|
+
|
|
|
+ UFONet is released under the GPLv3. You can find the full license text
|
|
|
+in the [LICENSE](./docs/LICENSE) file.
|
|
|
+
|
|
|
+----------
|
|
|
+
|
|
|
+#### Screenshots (current version!):
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|