From cef9d52adcb77b210c7ed79c7ea36a853b5abd92 Mon Sep 17 00:00:00 2001 From: ajuaristi Date: Sun, 19 Oct 2014 13:15:49 +0200 Subject: [PATCH] Added TODO for commiter Strunk18. --- TODO.STRUNK | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO.STRUNK diff --git a/TODO.STRUNK b/TODO.STRUNK new file mode 100644 index 0000000..96a28b5 --- /dev/null +++ b/TODO.STRUNK @@ -0,0 +1,14 @@ +Fix issues with escape characters +================================= +Cmd line: + -l aaa -p aaa -t 2 -w 30 -d 'http-form-get://81.169.244.210:80/test.php:user=^USER^&pass=^PASS^&mid=123:incorrect:h=XXX\: YYY:H=User-Agent\: Foobar' +Result: + +Cmd line: + -l aaa -p aaa -t 2 -w 30 -d 'http-form-get://81.169.244.210:80/test.php:user=^USER^&pass=^PASS^&mid=123:incorrect:h=XXX: YYY:H=User-Agent\: Foobar' +Result: + GET /test.php HTTP/1.0 + XXX: YYY + User-Agent\: Foobar: + Host:81.169.244.210 + User-Agent:Mozilla/5.0 (Hydra) \ No newline at end of file