Skip to content

Commit 2276466

Browse files
authored
Update README.md
1 parent 7cbe7e8 commit 2276466

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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)
22
Using 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

0 commit comments

Comments
 (0)