Land #9791, s/upts/opts/ in transport_config.rb

GSoC/Meterpreter_Web_Console
William Vu 2018-04-01 01:22:20 -05:00
commit 7da1900dfc
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -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