Skip to content

Commit 33429c3

Browse files
committed
Change print_error to print_debug as a warning
1 parent b984d33 commit 33429c3

File tree

1 file changed

+2
-2
lines changed
  • modules/exploits/windows/local

1 file changed

+2
-2
lines changed

modules/exploits/windows/local/ask.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def exploit
6868
print_status "UAC is set to 'Always Notify'"
6969
print_status "The user will be prompted, wait for them to click 'Ok'"
7070
when 5
71-
print_error "UAC is set to Default"
72-
print_error "The user will be prompted, wait for them to click 'Ok'"
71+
print_debug "UAC is set to Default"
72+
print_debug "The user will be prompted, wait for them to click 'Ok'"
7373
when 0
7474
print_good "UAC is not enabled, no prompt for the user"
7575
end

0 commit comments

Comments
 (0)