From 065d042ec475a5c2d5eba190c5dfaffc8ea5bfb2 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Wed, 21 Oct 2015 16:29:27 -0500 Subject: [PATCH] Update doc a little bit --- lib/rex/proto/http/response.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/rex/proto/http/response.rb b/lib/rex/proto/http/response.rb index be01c442ce..70395a36a3 100644 --- a/lib/rex/proto/http/response.rb +++ b/lib/rex/proto/http/response.rb @@ -120,7 +120,7 @@ class Response < Packet end # Returns the title from the HTML document. - # Instead of using a regex, normally you should call this to retrieve the title tag. + # You will probably want to use this if you want to grab the web app's banner in the title. # # @return [String] def get_html_title @@ -130,7 +130,8 @@ class Response < Packet end # Returns meta tags. - # Instead of using a regex, you should use this to collect the meta tags. + # You will probably want to use this the web app's version info (or other stuff) can be found + # in the metadata. # # @return [Array] def get_html_meta_elements