From dfa679043ffaed9cbf998feccdf5499110759d6e Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Fri, 10 Oct 2014 23:41:50 -0700 Subject: [PATCH] Updated How to send an HTTP request using Rex::Proto::Http::Client (markdown) --- How-to-send-an-HTTP-request-using-Rex::Proto::Http::Client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-send-an-HTTP-request-using-Rex::Proto::Http::Client.md b/How-to-send-an-HTTP-request-using-Rex::Proto::Http::Client.md index 0027d3bc9e..e06bc481e4 100644 --- a/How-to-send-an-HTTP-request-using-Rex::Proto::Http::Client.md +++ b/How-to-send-an-HTTP-request-using-Rex::Proto::Http::Client.md @@ -118,7 +118,7 @@ cli.close ## Configuring advanced options -** Evasion Options ** +**Evasion Options** Rex::Proto::Http::Client also comes with its own collection of evasion options. You can set them either when you're asking Rex::Proto::Http::ClientRequest to make the HTTP request, or you can set them with a #set_config method. The main difference is that if you are using #set_config, you should make these options user-configurable, and based on HttpClient's implementation, almost each has its own datastore option. @@ -153,7 +153,7 @@ Rex::Proto::Http::Client also comes with its own collection of evasion options. | header_folding | Boolean | false | HTTP::header_folding | | chunked_size | Fixnum | 0 | N/A | -** NTLM Options ** +**NTLM Options**