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 2530fb9 commit 4f121e3Copy full SHA for 4f121e3
modules/auxiliary/scanner/http/ntlm_info_enumeration.rb
@@ -37,7 +37,7 @@ def run_host(ip)
37
test_uris = []
38
turi = datastore['TARGET_URI']
39
turis_file = datastore['TARGET_URIS_FILE']
40
- if !(turi && turis_file)
+ 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
0 commit comments