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 08e7072 commit eb830cbCopy full SHA for eb830cb
lib/rex/post/meterpreter/ui/console/command_dispatcher/incognito.rb
@@ -221,7 +221,7 @@ def cmd_snarf_hashes(*args)
221
end
222
223
def system_privilege_check
224
- if !client.sys.config.is_system?
+ unless client.sys.config.is_system?
225
print_line("[-] Warning: Not currently running as SYSTEM, not all tokens will be available")
226
print_line(" Call rev2self if primary process token is SYSTEM")
227
0 commit comments