Skip to content

Commit 81406a0

Browse files
committed
tidy up code
1 parent 41e3895 commit 81406a0

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/mimikatz.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def get_privs
159159
end
160160

161161
def system_check
162-
unless (client.sys.config.is_system?)
162+
unless client.sys.config.is_system?
163163
print_warning("Not currently running as SYSTEM")
164164
return false
165165
end

0 commit comments

Comments
 (0)