Whitespace and a typo
parent
af506240cf
commit
c0e9825565
|
@ -73,10 +73,10 @@ module Exploit::Remote::MSSQL
|
||||||
], Msf::Exploit::Remote::MSSQL)
|
], Msf::Exploit::Remote::MSSQL)
|
||||||
register_advanced_options(
|
register_advanced_options(
|
||||||
[
|
[
|
||||||
OptPath.new('HEX2BINARY', [ false, "The path to the hex2binary script on the disk",
|
OptPath.new('HEX2BINARY', [ false, "The path to the hex2binary script on the disk",
|
||||||
File.join(Msf::Config.install_root, "data", "exploits", "mssql", "h2b")
|
File.join(Msf::Config.install_root, "data", "exploits", "mssql", "h2b")
|
||||||
]),
|
]),
|
||||||
OptString.new('DOMAIN', [ true, 'The domain to use for windows authentification', 'WORKSTATION'])
|
OptString.new('DOMAIN', [ true, 'The domain to use for windows authentication', 'WORKSTATION'])
|
||||||
], Msf::Exploit::Remote::MSSQL)
|
], Msf::Exploit::Remote::MSSQL)
|
||||||
register_autofilter_ports([ 1433, 1434, 1435, 14330, 2533, 9152, 2638 ])
|
register_autofilter_ports([ 1433, 1434, 1435, 14330, 2533, 9152, 2638 ])
|
||||||
register_autofilter_services(%W{ ms-sql-s ms-sql2000 sybase })
|
register_autofilter_services(%W{ ms-sql-s ms-sql2000 sybase })
|
||||||
|
|
Loading…
Reference in New Issue