@@ -81,6 +81,7 @@ def print_line(msg='')
81
81
# @option rhost [String] :vhost
82
82
# @option rhost [String] :ip IPv4 address
83
83
# @param opts [Hash] Information about the Rex request.
84
+ # @raise [RuntimeError] Failure to make a request.
84
85
# @return [Rex::Proto::Http::Response]
85
86
def send_http_request ( rhost , opts = { } )
86
87
res = nil
@@ -532,13 +533,10 @@ def self.banner
532
533
#{ __FILE__ } -q "Internet Explorer"
533
534
534
535
Searching advisories via Technet:
535
- When you submit a query, the Technet search engine will first look it up from a product list.
536
- If there is more than one match found, then the script will collect all of the advisories.
537
- For example, the current product list has Internet Explorer 10 and 9, and if the query is
538
- "Internet Explorer", then it will return results for both of them. If there's no match found,
539
- then the Technet search engine will try a more generic search that doesn't use the product list.
540
- But keep in mind this tends to return irrelevant results. If the generic search function kicks
541
- in, you can use it to search via the MSB, KB, or even the CVE number.
536
+ When you submit a query, the Technet search engine will first look it up from a product list,
537
+ and then return all the advisories that include the keyword you are looking for. If there's
538
+ no match from the product list, then the script will try a generic search. The generic method
539
+ also means you can search by MSB, KB, or even the CVE number.
542
540
543
541
Searching advisories via Google:
544
542
Searching via Google requires an API key and an Search Engine ID from Google. To obtain these,
0 commit comments