MCPcopy Index your code
hub / github.com/Leeon123/golang-httpflood

github.com/Leeon123/golang-httpflood @v2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.0 ↗ · + Follow
5 symbols 11 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Golang-httpflood

Using Golang(net/socket) to httpflood

Warning: Please use command "ulimit -n 999999" before use this in linux

1 Threads = 1 connection, 100~300 connections can down a normal website in 10s(specially apache server LOL)

This is golang and threads are just goroutines so you set more higher threads like 1000-5000 is fine.

Why can it run over 1000 threads(goroutines)? Read this

INFO

  • [x] HTTP Get Flood
  • [x] HTTP Post Flood
  • [x] Random url(http get flood)
  • [x] Self edit header(You can use "nil" to use default header)
  • [x] Improved threading control
  • [x] More powerful flood
  • [x] Auto get ip form domain(golang inbuilt function)
  • [x] More format for random url(http get flood)
  • [x] Fixed for 386 systems

Default header setting: - [x] Random user-agents - [x] Random data(http post flood) - [x] Random Accpetall - [x] Random Referer(only for http get flood)

Download

Please download the F*cking golang at first.

Then:

git clone https://github.com/Leeon123/golang-httpflood.git

Header.txt format:

Accept: text/html
User-agent: Wget
Referer: http://google.com

Or anything else of http header. If you don't have any idea of this please just use "nil" for using default random header.

Usage

cd golang-httpflood
go build httpflood.go
./httpflood  <url> <threads> <get/post> <seconds> <header.txt/nil>

Core symbols most depended-on inside this repo

getuseragent
called by 1
httpflood.go
contain
called by 1
httpflood.go
flood
called by 1
httpflood.go
init
called by 0
httpflood.go
main
called by 0
httpflood.go

Shape

Function 5

Languages

Go100%

Modules by API surface

httpflood.go5 symbols

For agents

$ claude mcp add golang-httpflood \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page