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.
2 parents c3f10c1 + 086f657 commit 7849155Copy full SHA for 7849155
modules/auxiliary/scanner/dcerpc/hidden.rb
@@ -55,7 +55,7 @@ def run_host(ip)
55
print_status("Looking for services on #{ip}:#{rport}...")
56
57
ids = dcerpc_mgmt_inq_if_ids(rport)
58
- return if not ids
+ next if not ids
59
60
ids.each do |id|
61
if (not servs.has_key?(id[0]+'_'+id[1]))
0 commit comments