deregister_options RHOSTS

This commit is contained in:
Brendan Coles
2018-09-17 16:58:57 +00:00
parent bcb7348648
commit 30d8a38897
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class MetasploitModule < Msf::Auxiliary
OptEnum.new('URL_TYPE', [ true, 'The type of URL(s) specified', 'html', [ 'pdf', 'html' ] ]),
OptBool.new('STORE_LOOT', [ false, 'Store authors in loot', true ])
])
deregister_options 'RHOST', 'RPORT', 'VHOST'
deregister_options 'RHOST', 'RHOSTS', 'RPORT', 'VHOST', 'SSL'
end
def progress(current, total)
@@ -25,7 +25,7 @@ class MetasploitModule < Msf::Auxiliary
OptBool.new('ENUM_YAHOO', [ true, "Enable Yahoo Search Subdomains", true])
])
deregister_options('RHOST', 'RPORT', 'VHOST', 'SSL', 'Proxies')
deregister_options('RHOST', 'RHOSTS', 'RPORT', 'VHOST', 'SSL', 'Proxies')
end
def rhost_yahoo