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.
2 parents 59ab73b + 53cbbba commit 11b3fd9Copy full SHA for 11b3fd9
lib/rex/post/meterpreter/extensions/priv/priv.rb
@@ -68,6 +68,7 @@ def getsystem( technique=0 )
68
69
if( response.result == 0 and technique != nil )
70
client.core.use( "stdapi" ) if not client.ext.aliases.include?( "stdapi" )
71
+ client.update_session_info
72
client.sys.config.getprivs
73
if client.framework.db and client.framework.db.active
74
client.framework.db.report_note(
0 commit comments