Skip to content

Commit 1cbcc71

Browse files
committed
Land rapid7#3509, Meterpreter PHP hop description fix
2 parents 4eeab66 + bcec2df commit 1cbcc71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/payloads/stagers/windows/reverse_hop_http.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ module Metasploit3
1515
def initialize(info = {})
1616
super(merge_info(info,
1717
'Name' => 'Reverse Hop HTTP Stager',
18-
'Description' => "Tunnel communication over an HTTP hop point (note you must first upload "+
19-
"the hop.php found at #{File.expand_path("../../../../data/php/hop.php", __FILE__)} "+
20-
"to the HTTP server you wish to use as a hop)",
18+
'Description' => %q{ Tunnel communication over an HTTP hop point. Note that you must first upload
19+
data/hop/hop.php to the PHP server you wish to use as a hop.
20+
},
2121
'Author' =>
2222
[
2323
'scriptjunkie <scriptjunkie[at]scriptjunkie.us>',

0 commit comments

Comments
 (0)