Skip to content

Commit

Permalink
Land #15289, Fix a typo in a Meterpreter command requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-tech committed Jun 2, 2021
2 parents 5fe585d + e575507 commit 57621d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/post/windows/mssql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def initialize(info = {})
super(update_info(
info,
'Compat' => { 'Meterpreter' => { 'Commands' => %w{
core_migrate sys_config_getprivs stdapi_sys_config_getuid stdapi_sys_process_* incognito_impersonate_token priv_elevate_getsystem
core_migrate stdapi_sys_config_getprivs stdapi_sys_config_getuid stdapi_sys_process_* incognito_impersonate_token priv_elevate_getsystem
} } }
))
end
Expand Down

0 comments on commit 57621d7

Please sign in to comment.