UFO-DdoS

Here you can find all tools used for carding
User avatar
nameless
Posts: 12
Joined: Sun Jan 14, 2018 12:47 am

UFO-DdoS

Postby nameless » Tue May 01, 2018 8:59 pm

What is UFONet?

- An automatic tool for initiating DDoS attacks
- Written on Python / GPL v3.0
- First edition:

-- Born as an XSSer module (2009)
-- Started: v0.1b --> 2013

- Exploit Layer 7 (HTTP / Web *****)

-- "Open redirection" vectors
OWASP: Top 10 2013-A10- Invalid redirects and referrals

- Objective --> Exhaustion of resources (DoS)

How does it work?

+CWE-601: URL redirecting to inaccurate wesite
This web application accepts user-controlled login
Whoever defines a link to an external site and
uses these links in redirection
+OWASP: ***** of URL redirection

The applications accept arbitrary URLs defined by the user
As input, which are then used as targets
For redirection. Users can be accidentally redirected
To a malicious site from a site they trust. (Phishing Attacks)

Dark.png
Dark.png (46.49 KiB) Viewed 35514 times


Installation

UFONet works on many platforms. It requires Python (> 2.7.9) and the following libraries:

         Python-pycurl - Python connection to libcurl
         Python-geoip - Python connections to the geoIP IP resolver library to the country
         Python-crypto - Cryptographic algorithms and Python protocols

    On Debian-based systems (such as Ubuntu), run:

 

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

 

  On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc. the following also appear:

pip install geoip

pip install requests

pip install pycrypto


Main functions:

Modularity:
  - Code from scratch (clean)

Proxy: (e.g., Tor)
  - Master = Proxy → Proxy (Zombie) → Target

+Spoofing: (HTTP headers)
  - User-Agent / Referer / Host / X-Forwarded-For / ...

Botnet Management:
  - Search for "zombies" on the internet
  - Vulnerability test (Open Redirect)

Impact: Request (s) / Avoid the target cache / ...
 

For more info: https://ufonet.03c8.net/

User avatar
Forkroad
Posts: 18
Joined: Thu Apr 26, 2018 12:33 am

Re: UFO-DdoS

Postby Forkroad » Wed May 02, 2018 12:45 am

Well nameless,
That sounds like fun , Thank You :)

User avatar
casio
Posts: 28
Joined: Fri Aug 25, 2017 12:01 pm

Re: UFO-DdoS

Postby casio » Tue May 08, 2018 8:28 pm

very interesting thanks for sharing

User avatar
cardhouse
Posts: 42
Joined: Thu Dec 28, 2017 8:03 pm

Re: UFO-DdoS

Postby cardhouse » Mon Jun 25, 2018 11:43 pm

thanks for sharing bro


Return to “Carding Tools”