Show example of using http basic auth in targets file

This commit is contained in:
NodeSocket
2013-08-17 20:48:05 -07:00
parent adebd470a6
commit c6218b582c

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
...
```