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 85ae327 commit 62f42c5Copy full SHA for 62f42c5
modules/payloads/stagers/windows/reverse_hop_http.rb
@@ -15,7 +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',
+ '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)",
21
'Author' => ['scriptjunkie <[email protected]>', 'hdm'],
22
'License' => MSF_LICENSE,
23
'Platform' => 'win',
0 commit comments