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 b984d33 commit 33429c3Copy full SHA for 33429c3
modules/exploits/windows/local/ask.rb
@@ -68,8 +68,8 @@ def exploit
68
print_status "UAC is set to 'Always Notify'"
69
print_status "The user will be prompted, wait for them to click 'Ok'"
70
when 5
71
- print_error "UAC is set to Default"
72
- print_error "The user will be prompted, wait for them to click 'Ok'"
+ print_debug "UAC is set to Default"
+ print_debug "The user will be prompted, wait for them to click 'Ok'"
73
when 0
74
print_good "UAC is not enabled, no prompt for the user"
75
end
0 commit comments