Skip to content

Commit 769f2e4

Browse files
committed
Change elevator to 'elevator'
This would have made lots of people uhnappy.
1 parent ac03b7c commit 769f2e4

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/extensions/priv

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/extensions/priv/priv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def getsystem( technique=0 )
4545

4646
elevator_name = Rex::Text.rand_text_alpha_lower( 6 )
4747

48-
elevator_path = MeterpreterBinaries.path(elevator, client.binary_suffix)
48+
elevator_path = MeterpreterBinaries.path('elevator', client.binary_suffix)
4949

5050
elevator_path = ::File.expand_path( elevator_path )
5151

0 commit comments

Comments
 (0)