Fix bug with -s flag
parent
4f3ee6dd83
commit
8022294d1d
|
@ -110,7 +110,6 @@ module Msf
|
|||
port = args.shift
|
||||
when '-s', '--ssl'
|
||||
protocol = "https"
|
||||
args.shift
|
||||
else
|
||||
host = arg
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue