From c6218b582c383a97dca929e00788871f5a0a45b7 Mon Sep 17 00:00:00 2001 From: NodeSocket Date: Sat, 17 Aug 2013 20:48:05 -0700 Subject: [PATCH] Show example of using http basic auth in targets file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b442cf3..e37bea4 100644 --- a/README.md +++ b/README.md @@ -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 ... ```