Skip to content

Commit 8a8396d

Browse files
authored
Update README.md
1 parent f67ba8b commit 8a8396d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,15 @@ Then:
2222

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

25+
Header.txt format:
26+
27+
Accept: text/html
28+
User-agent: Wget
29+
Referer: http://google.com
30+
31+
Or anything else of http header. If you don't have any idea of this please just use nil for using default random header.
2532
## Usage
2633

2734
cd golang-httpflood
2835
go build httpflood.go
29-
./httpflood
36+
./httpflood <ip> <port> <threads> <page> <get/post> <seconds> <header.txt/nil>

0 commit comments

Comments
 (0)