/ufonet

UFONet abuses OSI Layer 7-HTTP to create/manage 'zombies' and to conduct different attacks using; GET/POST, multithreading, proxies, origin spoofing methods, cache evasion techniques, etc.

Primary LanguageJavaScript

Alt_text

UFONet - is a tool designed to launch DDoS attacks against a target, using 'Open Redirect' vectors on third party web applications, like botnet.

See this links for more info:

Alt text


UFONet is released under the GPLv3. You can find the full license text in the LICENSE file.



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-crypto - Cryptographic algorithms and protocols for Python

On Debian-based systems (ex: Ubuntu), run:

   sudo apt-get install python-pycurl python-geoip python-crypto

On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:

   pip install geoip 
   pip install requests
   pip install pycrypto

Source libs: