UFONet - Denial of Service Toolkit https://ufonet.03c8.net/
|
|
4 dias atrás | |
|---|---|---|
| botnet | 4 dias atrás | |
| core | 4 dias atrás | |
| data | 4 dias atrás | |
| docs | 4 dias atrás | |
| maps | 6 anos atrás | |
| test | 4 dias atrás | |
| .gitattributes | 4 dias atrás | |
| .gitignore | 4 dias atrás | |
| README.md | 4 dias atrás | |
| setup.py | 4 dias atrás | |
| ufonet | 4 dias atrás |
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
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
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.