mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 13:53:59 -07:00
Deleted TODO list for Strunk
This commit is contained in:
parent
2d7e1fc1d0
commit
145f7de8d5
1 changed files with 0 additions and 18 deletions
18
TODO.STRUNK
18
TODO.STRUNK
|
@ -1,18 +0,0 @@
|
|||
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:
|
||||
GET /test.php HTTP/1.0
|
||||
XXX\: YYY:H=User-Agent: Foobar
|
||||
Host:81.169.244.210
|
||||
User-Agent:Mozilla/5.0 (Hydra)
|
||||
|
||||
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)
|
Loading…
Add table
Add a link
Reference in a new issue