File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- # Golang-httpflood ![ ] ( https://img.shields.io/badge/Version-1.8 -brightgreen.svg ) ![ ] ( https://img.shields.io/badge/license-MIT-blue.svg )
1+ # Golang-httpflood ![ ] ( https://img.shields.io/badge/Version-1.9 -brightgreen.svg ) ![ ] ( https://img.shields.io/badge/license-MIT-blue.svg )
22Using Golang(net/socket) to httpflood
33
44** Warning: Please use command "ulimit -n 999999" before use this in linux**
55
6- ** 1 Threads = 1 connection, Normal website about using 300-1000 connections will down in 10s(specially apache server LOL)**
6+ ** 1 Threads = 1 connection, Normal website about using 100 ~ 300 connections will down in 10s(specially apache server LOL)**
77
88** This is golang and threads are just goroutines so you set more higher threads like 1000-5000 is fine.**
99
@@ -24,7 +24,8 @@ Using Golang(net/socket) to httpflood
2424 Default header setting:
2525 - [x] Random user-agents
2626 - [x] Random data(http post flood)
27- - [x] Random Accpet
27+ - [x] Random Accpetall
28+ - [x] Random Referer(only for http get flood)
2829
2930
3031## Download
@@ -40,7 +41,7 @@ Header.txt format:
4041 User-agent: Wget
4142 Referer: http://google.com
4243
43- Or anything else of http header. If you don't have any idea of this please just use nil for using default random header.
44+ Or anything else of http header. If you don't have any idea of this please just use " nil" for using default random header.
4445## Usage
4546
4647 cd golang-httpflood
You can’t perform that action at this time.
0 commit comments