| File | Date | Author | Commit |
|---|---|---|---|
| botnet | 2026-05-21 |
|
[0d226a] release v2.0 - R3dSt4r |
| core | 1 day ago |
|
[f20934] fixed max threading limits + expanded search en... |
| data | 2026-05-21 |
|
[0d226a] release v2.0 - R3dSt4r |
| docs | 2 days ago |
|
[f06d63] fixed search engines zombies append + wargames gui |
| maps | 2020-02-01 |
|
[c2a969] release v1.4 - Tim3WarS |
| test | 2026-05-21 |
|
[0d226a] release v2.0 - R3dSt4r |
| .gitattributes | 2026-05-21 |
|
[0d226a] release v2.0 - R3dSt4r |
| .gitignore | 2026-05-21 |
|
[0d226a] release v2.0 - R3dSt4r |
| README.md | 2026-05-21 |
|
[0d226a] release v2.0 - R3dSt4r |
| setup.py | 2026-05-21 |
|
[0d226a] release v2.0 - R3dSt4r |
| ufonet | 2026-05-21 |
|
[0d226a] release v2.0 - R3dSt4r |

UFONet - is a free software, P2P and cryptographic -disruptive toolkit- that allows to perform DoS and DDoS attacks;
on the Layer 7 (APP/HTTP) through the exploitation of Open Redirect vectors on third-party websites to act as a botnet
and on the Layer3 (Network) abusing the protocol.
It also works as an encrypted DarkNET to publish and receive content by creating a global client/server network based
on a direct-connect P2P architecture.
See these links for more info:
CWE-601:Open Redirect:
https://cwe.mitre.org/data/definitions/601.html

LORIS:
https://en.wikipedia.org/wiki/Slowloris_(software)
SPRAY:
https://en.wikipedia.org/wiki/Denial-of-service_attack#Reflected_attack
DROPER:
https://en.wikipedia.org/wiki/IP_fragmentation_attack
SNIPER:
https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol
TACHYON:
https://en.wikipedia.org/wiki/DNS_amplification_attack
MONLIST:
https://en.wikipedia.org/wiki/NTP_server_misuse_and_abuse
UFOACK:
https://en.wikipedia.org/wiki/Denial-of-service_attack
OVERLAP:
https://en.wikipedia.org/wiki/IP_fragmentation_attack#Overlapping_fragment_attack
MEMCACHED:
https://en.wikipedia.org/wiki/Memcached
CHARGEN:
https://en.wikipedia.org/wiki/Character_Generator_Protocol
CLDAP:
https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol
SSDP:
https://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol
TFTP:
https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol
COAP:
https://en.wikipedia.org/wiki/Constrained_Application_Protocol
PLEX:
https://en.wikipedia.org/wiki/Plex_(software)
RIPV1:
https://en.wikipedia.org/wiki/Routing_Information_Protocol
RAPIDRESET:
https://en.wikipedia.org/wiki/HTTP/2
SLOWREAD:
https://en.wikipedia.org/wiki/Slowloris_(software)
GOLDENEYE:
https://en.wikipedia.org/wiki/Denial-of-service_attack#Application-layer_attacks
FINFLOOD:
https://en.wikipedia.org/wiki/Transmission_Control_Protocol#Connection_termination
UFONet runs on many platforms:
You can try to automatically get all required libraries using (as root):
python3 setup.py
For manual installation, run:
sudo apt-get install -y --no-install-recommends libpython3.12-dev python3-pycurl python3-geoip python3-whois python3-requests libgeoip1 libgeoip-dev
python3 -m pip install --upgrade pip --no-warn-script-location --root-user-action=ignore --break-system-packages
python3 -m pip install pycurl --upgrade --root-user-action=ignore --break-system-packages
python3 -m pip install pygeoip requests urllib3 whois scapy pycryptodomex duckduckgo-search dnspython certifi --ignore-installed --root-user-action=ignore --break-system-packages
If any lib is missing at runtime, UFONet 2.0 will try to auto-install it using pip.
To run the test suite at any time:
python3 ufonet --test-ufonet
UFONet is released under the GPLv3. You can find the full license text
in the LICENSE file.












