mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-08 08:44:28 +01:00
according to http://www.securityfocus.com/infocus/1876, "123456" should be the
most common password attempt git-svn-id: https://kippo.googlecode.com/svn/trunk@41 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@@ -14,7 +14,7 @@ pubKeyString, privKeyString = honeypot.getRSAKeys()
|
||||
# Move this somewhere if we decide to use more passwords
|
||||
users = (
|
||||
('root', 'root'),
|
||||
('root', '1234'),
|
||||
('root', '123456'),
|
||||
)
|
||||
factory.portal.registerChecker(honeypot.HoneypotPasswordChecker(users))
|
||||
factory.publicKeys = {'ssh-rsa': keys.Key.fromString(data=pubKeyString)}
|
||||
|
||||
Reference in New Issue
Block a user