Land #9791, s/upts/opts/ in transport_config.rb
commit
7da1900dfc
|
@ -17,7 +17,7 @@ module Msf::Payload::TransportConfig
|
|||
config
|
||||
end
|
||||
|
||||
def transport_config_reverse_udp(upts={})
|
||||
def transport_config_reverse_udp(opts={})
|
||||
config =transport_config_reverse_tcp(opts)
|
||||
config[:scheme] = 'udp'
|
||||
config
|
||||
|
|
Loading…
Reference in New Issue