Add instructions for uploading hop.php

bug/bundler_fix
scriptjunkie 2013-12-30 23:38:09 -06:00
parent 85ae32775a
commit 62f42c57a9
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ module Metasploit3
def initialize(info = {})
super(merge_info(info,
'Name' => 'Reverse Hop HTTP Stager',
'Description' => 'Tunnel communication over an HTTP hop point',
'Description' => "Tunnel communication over an HTTP hop point (note you must first upload "+
"the hop.php found at #{File.expand_path("../../../../data/php/hop.php", __FILE__)} "+
"to the HTTP server you wish to use as a hop)",
'Author' => ['scriptjunkie <scriptjunkie@scriptjunkie.us>', 'hdm'],
'License' => MSF_LICENSE,
'Platform' => 'win',