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 4eeab66 + bcec2df commit 1cbcc71Copy full SHA for 1cbcc71
modules/payloads/stagers/windows/reverse_hop_http.rb
@@ -15,9 +15,9 @@ module Metasploit3
15
def initialize(info = {})
16
super(merge_info(info,
17
'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)",
+ 'Description' => %q{ Tunnel communication over an HTTP hop point. Note that you must first upload
+ data/hop/hop.php to the PHP server you wish to use as a hop.
+ },
21
'Author' =>
22
[
23
'scriptjunkie <scriptjunkie[at]scriptjunkie.us>',
0 commit comments