UFONet - Denial of Service Toolkit https://ufonet.03c8.net/
psy 187f08595c clean data | 2 months ago | |
---|---|---|
botnet | 2 months ago | |
core | 2 months ago | |
data | 2 months ago | |
docs | 2 months ago | |
maps | 4 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 2 months ago | |
setup.py | 2 months ago | |
ufonet | 2 years ago |
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
UFORST: https://ddos-guard.net/en/terminology/attack_type/rst-or-fin-flood
DROPER: https://en.wikipedia.org/wiki/IP_fragmentation_attack
SNIPER: https://www.imperva.com/learn/application-security/snmp-reflection/
PINGER: https://www.cloudflare.com/learning/ddos/ping-icmp-flood-ddos-attack/
UFOACK: https://www.f5.com/services/resources/glossary/push-and-ack-flood
OVERLAP: https://cyberhoot.com/cybrary/fragment-overlap-attack/
NUKE: https://dl.packetstormsecurity.net/papers/general/tcp-starvation.pdf
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.11-dev python3-pycurl python3-geoip python3-whois python3-cryptography python3-requests libgeoip1 libgeoip-dev
python3 -m pip install --upgrade pip --no-warn-script-location --root-user-action=ignore
python3 -m pip install pycurl --upgrade --root-user-action=ignore
python3 -m pip install GeoIP python-geoip pygeoip requests whois scapy pycryptodomex duckduckgo-search --ignore-installed --root-user-action=ignore
UFONet is released under the GPLv3. You can find the full license text in the LICENSE file.