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 22b875d commit 0919f74Copy full SHA for 0919f74
modules/auxiliary/gather/eventlog_cred_disclosure.rb
@@ -128,7 +128,6 @@ def run
128
doc.elements.each('Details/Hosts') do |ele|
129
# Add an empty string if a variable doesn't exist, we have to check it
130
# somewhere and it's easier to do it here.
131
- dns_name = (ele.attributes["dns_name"] != nil ? ele.attributes["dns_name"] : "")
132
host_ipaddress = (ele.attributes["host_ipaddress"] != nil ? ele.attributes["host_ipaddress"] : "")
133
134
ele.elements.each('HostDetails') do |details|
0 commit comments