Added TODO for commiter Strunk18.

This commit is contained in:
ajuaristi 2014-10-19 13:15:49 +02:00
commit cef9d52adc

14
TODO.STRUNK Normal file
View file

@ -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)