Merge pull request #4 from nodesocket/master

Show example of using http basic auth in targets file
This commit is contained in:
Tomás Senart
2013-08-18 01:44:21 -07:00

View File

@@ -97,6 +97,7 @@ Specifies the attack targets in a line sepated file. The format should
be as follows:
```
GET http://goku:9090/path/to/dragon?item=balls
GET http://user:password@goku:9090/path/to
HEAD http://goku:9090/path/to/success
...
```