Fix bug with -s flag

GSoC/Meterpreter_Web_Console
James Barnett 2018-01-19 16:18:20 -06:00
parent 4f3ee6dd83
commit 8022294d1d
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ module Msf
port = args.shift
when '-s', '--ssl'
protocol = "https"
args.shift
else
host = arg
end