Skip to content

Commit 6571213

Browse files
committed
Remove un-truthy doc string.
1 parent 5a8eca8 commit 6571213

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/msf/core/exploit/remote/browser_exploit_server.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ def get_payload(cli, browser_info)
567567
end
568568

569569
# @return [String] custom Javascript to check if a vulnerability is present
570-
# @return [nil] when no such test is specified by the module
571570
def js_vuln_test
572571
all_reqs = self.module_info['BrowserRequirements'] || {}
573572
if all_reqs[:vuln_test].present?

0 commit comments

Comments
 (0)