Update JSON-RPC URI output to fixed version v1

GSoC/Meterpreter_Web_Console
Matthew Kienow 2019-01-09 16:00:45 -05:00
parent a2aac31eff
commit a465d09110
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ if $PROGRAM_NAME == __FILE__
end
$stderr.puts "[*] JSON-RPC starting on #{opts['ServerHost']}:#{opts['ServerPort']} (#{opts['SSL'] ? "SSL" : "NO SSL"})..."
$stderr.puts "[*] URI: /api/<version>/json-rpc"
$stderr.puts "[*] URI: /api/v1/json-rpc"
$stderr.puts "[*] JSON-RPC server log: #{@ws_log}" unless foreground
ws_conf_full_path = File.expand_path(File.join(File.dirname(msfbase), @ws_conf))