From ebb84d5b328e2120504cff875536ab37987f54e4 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sun, 6 May 2007 22:33:21 +0000 Subject: [PATCH] Check for typos next time =P git-svn-id: file:///home/svn/framework3/trunk@4879 4d416f70-5f16-0410-b530-b9f4589650da --- lib/rex/proto/http/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/proto/http/client.rb b/lib/rex/proto/http/client.rb index 9289887631..65b0d38807 100644 --- a/lib/rex/proto/http/client.rb +++ b/lib/rex/proto/http/client.rb @@ -31,7 +31,7 @@ class Client # Evasion options # 'uri_encode_mode' => 'hex-normal', # hex-all, hex-random, u-normal, u-random, u-all - 'url_encode_count' => 1, # integer + 'uri_encode_count' => 1, # integer 'uri_full_url' => false, # bool 'pad_method_uri_count' => 1, # integer 'pad_uri_version_count' => 1, # integer