reregister rhost

This commit is contained in:
Brent Cook 2017-06-22 18:33:19 -05:00
parent ca813e7a5c
commit 24c43b1822
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class MetasploitModule < Msf::Auxiliary
OptEnum.new('TYPE', [true, 'The record type you want to inject.', 'A', ['A', 'AAAA', 'CNAME', 'TXT']])
])
deregister_options('RHOST', 'RPORT')
deregister_options('RPORT')
end
def update_record(type:, type_enum:, value:)