Skip to content

Commit 62f42c5

Browse files
committed
Add instructions for uploading hop.php
1 parent 85ae327 commit 62f42c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/payloads/stagers/windows/reverse_hop_http.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +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',
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)",
1921
'Author' => ['scriptjunkie <[email protected]>', 'hdm'],
2022
'License' => MSF_LICENSE,
2123
'Platform' => 'win',

0 commit comments

Comments
 (0)