-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error after run the command ./start.sh #233
Comments
I get this error (env) kippo@ubuntu:~$ twistd -n -y kippo.tac Failed to load application: [Errno 2] No such file or directory: 'kippo.tac' |
looks like you are trying to run kippo.tac in a directory where there is no kippo.tac |
what is the right command to run it? |
The command is right, you're just running it in a wrong directory. I'm sorry to point this out, but this is rather basic operating system stuff. I do not recommend that you run honeypots outside your local environment, and never expose it to the internet. Since this is security related stuff, a high level of technical expertise is a requirement, otherwise your honeypot may do more harm than good. |
Ok noted. Thanks for your advice. |
guys. i have error after i run this command ./start.sh
twistd (the Twisted daemon) 16.0.0
Copyright (c) 2001-2016 Twisted Matrix Laboratories.
See LICENSE for details.
Starting kippo in the background...
Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 617, in run
runApp(config)
File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 25, in runApp
_SomeApplicationRunner(config).run()
File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 348, in run
self.application = self.createOrGetApplication()
File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 413, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- ---
File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 424, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/usr/lib/python2.7/dist-packages/twisted/application/service.py", line 411, in loadApplication
passphrase)
File "/usr/lib/python2.7/dist-packages/twisted/persisted/sob.py", line 224, in loadValueFromFile
eval(codeObj, d, d)
File "kippo.tac", line 26, in
import kippo.core.auth
File "/home/kippo/kippo/kippo/core/auth.py", line 102, in
class HoneypotPasswordChecker:
File "/home/kippo/kippo/kippo/core/auth.py", line 106, in HoneypotPasswordChecker
credentials.IPluggableAuthenticationModules)
exceptions.AttributeError: 'module' object has no attribute 'IPluggableAuthenticationModules'
Failed to load application: 'module' object has no attribute 'IPluggableAuthenticationModules'
Currently I'm using Ubuntu 16.04.4 LTS
The text was updated successfully, but these errors were encountered: