Skip to content

Commit 2c0a916

Browse files
committed
Made the password optional
1 parent b221711 commit 2c0a916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/xbmc_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(info={})
4141
OptString.new('FILEPATH', [false, 'The name of the file to download', '/private/var/mobile/Library/Preferences/XBMC/userdata/passwords.xml']),
4242
OptInt.new('DEPTH', [true, 'The max traversal depth', 9]),
4343
OptString.new('USERNAME', [true, 'The username to use for the HTTP server', 'xbmc']),
44-
OptString.new('PASSWORD', [true, 'The password to use for the HTTP server', 'xbmc']),
44+
OptString.new('PASSWORD', [false, 'The password to use for the HTTP server', 'xbmc']),
4545
], self.class)
4646
end
4747

0 commit comments

Comments
 (0)