We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f121e3 commit 2290249Copy full SHA for 2290249
modules/auxiliary/scanner/http/ntlm_info_enumeration.rb
@@ -38,9 +38,8 @@ def run_host(ip)
38
turi = datastore['TARGET_URI']
39
turis_file = datastore['TARGET_URIS_FILE']
40
if (!turi && !turis_file)
41
- print_error("Either TARGET_URI or TARGET_URIS_FILE must be specified")
42
# can't simply return here as we'll print an error for each host
43
- raise Rex::Script::Completed
+ fail_with "Either TARGET_URI or TARGET_URIS_FILE must be specified"
44
end
45
if (turi and !turi.blank?)
46
test_uris << normalize_uri(turi)
0 commit comments