We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcac4c commit 139306fCopy full SHA for 139306f
lib/msf/core/exploit/remote/ms_icpr.rb
@@ -546,7 +546,7 @@ def get_original_esc9_esc10_object_value
546
print_good("Original value retrieved: #{original_value}")
547
return original_value
548
end
549
- if output.buf =~ /Query returned 1 result/
+ if output.buf =~ /Query returned 1 result/
550
# The Administrator account does not have it's UPN set by default
551
return ''
552
else
0 commit comments