Skip to content

Commit f97cd97

Browse files
committed
Update documentation
1 parent e226526 commit f97cd97

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

tools/msu_finder.rb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def print_line(msg='')
8181
# @option rhost [String] :vhost
8282
# @option rhost [String] :ip IPv4 address
8383
# @param opts [Hash] Information about the Rex request.
84+
# @raise [RuntimeError] Failure to make a request.
8485
# @return [Rex::Proto::Http::Response]
8586
def send_http_request(rhost, opts={})
8687
res = nil
@@ -532,13 +533,10 @@ def self.banner
532533
#{__FILE__} -q "Internet Explorer"
533534
534535
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.
542540
543541
Searching advisories via Google:
544542
Searching via Google requires an API key and an Search Engine ID from Google. To obtain these,

0 commit comments

Comments
 (0)