Skip to content
forked from epsylon/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.

Notifications You must be signed in to change notification settings

enrico9034/ufonet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UFONet

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:

UFONet


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:


About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.7%
  • Python 35.3%
  • CSS 2.0%