Permissions
parent
53affcb76c
commit
5922ec1f7a
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
@ -40,6 +40,9 @@ class Metasploit3 < Msf::Auxiliary
|
|||
)
|
||||
|
||||
deregister_options('PASSWORD')
|
||||
register_options( [
|
||||
OptString.new('USERNAME', [ true, 'The username to authenticate as', "root" ])
|
||||
], self.class )
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue