Advertisement
TVT618

[Linux] UFONet - DDoS Botnet (Raw)

Dec 29th, 2017
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. [Linux]
  2. UFONet - DDoS Botnet via Web Abuse
  3.  
  4. 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. http://ufonet.03c8.net
  5. * Web: http://ufonet.03c8.net
  6. * FAQ: http://ufonet.03c8.net/FAQ.html
  7.  
  8. UFONet - is a tool designed to launch DDoS attacks against a target, using 'Open Redirect' vectors on third party web applications, like botnet.
  9. See this links for more info:
  10. * CWE-601:Open Redirect: http://cwe.mitre.org/data/definitions/601.html
  11. * OWASP:URL Redirector Abuse: https://www.owasp.org/index.php/OWASP_Periodic_Table_of_Vulnerabilities_-_URL_Redirector_Abuse2
  12.  
  13. Installing:
  14. UFONet runs on many platforms. It requires Python (>2.7.9) and the following libraries:
  15. python-pycurl - Python bindings to libcurl
  16. python-geoip - Python bindings for the GeoIP IP-to-country resolver library
  17. python-whois - Python module for retrieving WHOIS information - Python 2
  18. python-crypto - Cryptographic algorithms and protocols for Python
  19. python-requests - elegant and simple HTTP library for Python2, built for human beings
  20.  
  21. On Debian-based systems (ex: Ubuntu), run:
  22. sudo apt-get install python-pycurl python-geoip python-whois python-crypto python-requests
  23.  
  24. On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:
  25. pip install geoip
  26. pip install requests
  27. pip install pycrypto
  28.  
  29. Source libs:
  30. * Python: https://www.python.org/downloads/
  31. * PyCurl: http://pycurl.sourceforge.net/
  32. * PyGeoIP: https://pypi.python.org/pypi/GeoIP/
  33. * PyWhois: https://pypi.python.org/pypi/whois
  34. * PyCrypto: https://pypi.python.org/pypi/pycrypto
  35. * PyRequests: https://pypi.python.org/pypi/requests
  36. * Leaflet: http://leafletjs.com/ (provided)
  37.  
  38. License: UFONet is released under the GPLv3. You can find the full license text in the LICENSE file.
  39.  
  40. Screenshots (current version!):
  41.  
  42. Download UFONet https://github.com/epsylon/ufonet
  43.  
  44. <center><center><video width="580" height="320" controls=""><source src="ufonet/ufonet-v0.9.ogv" type="video/ogg">Your browser does not support HTML5 video.</video></center></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement