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 ac03b7c commit 769f2e4Copy full SHA for 769f2e4
lib/rex/post/meterpreter/extensions/priv/priv.rb
@@ -45,7 +45,7 @@ def getsystem( technique=0 )
45
46
elevator_name = Rex::Text.rand_text_alpha_lower( 6 )
47
48
- elevator_path = MeterpreterBinaries.path(elevator, client.binary_suffix)
+ elevator_path = MeterpreterBinaries.path('elevator', client.binary_suffix)
49
50
elevator_path = ::File.expand_path( elevator_path )
51
0 commit comments