Skip to content

Lemophile/KrakenNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦑 KrakenNet - v2.5

KrakenNet is a high-performance L7 and L4 DoS tool. It simulates random user traffic using rotating User-Agents, random HTTP methods, and dynamic paths. Proxy support is included to help bypass basic DDoS protections.

Currently it's the only real DoS tool on github, i mean it is the only one who can really take down websites.

Tested on Ubuntu and Termux.. Should work on all the plateforms.

⚠️ Disclaimer: This tool is for educational and authorized testing purposes only. Unauthorized use against systems you don't own or have explicit permission to test is illegal.

Never target .gov, .mil or .edu websites.

🚀 Features

for kraken method (the one i created)

  • Random path generation and method rotation (GET, POST, HEAD)
  • Dynamic User-Agent switching
  • HTTP proxy support via http.txt (You can replace it by your proxies file if you want)
  • Basic protection bypass
  • Live statistics during and after attack (success, fail, RPS, server status)
  • Detection of server downtime (HTTP 500/502/503/504)

other methods

  • TLS (hight request per sec http/2 flood using TLS queries)
  • udp-discord (static data flood targeting discord VoIP servers with Dynamic RTC payload)
  • udp-bypass (randomized udp data + small packets)
  • udp-gbps (optimised udp attack for gbps)
  • Fivem (optimised for fivem servers)
  • Minecraft (optimised for Minecraft servers)

Future features

  • Adding raw methods

Powerproofs

dsat

website

website

website

🔧 Installation

Linux / Termux

git clone https://github.com/Lemophile/KrakenNet.git
cd KrakenNet
go mod init KrakenNet
go mod tidy
CGO_ENABLED=0 go run main.go

Created by Lemophile

Discord : Piwiii2.0

Don't hesitate to do suggestions and drop a star, it will motivate me !