Skip to content

Commit

Permalink
Update JSON-RPC URI output to fixed version v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkienow-r7 committed Jan 9, 2019
1 parent a2aac31 commit a465d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msfrpcd
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit a465d09

Please sign in to comment.