* Improve handling of ImportErrors to notify users that they need to install new dependencies
Also added missing dependency to requirements.txt
* Mention installing dependencies in virtualenv if used
* Move requirements used only by output modules to a separate file
* Using a virtualenv is now the only officially supported method
* Handle ImportErrors when loading output plugins so different install instructions can be given
* Cleanup requirements-output.txt
commit 79fff5332ba74bab40d0059e1051ca62614488ff
Merge: 645f25f 39c9fa4
Author: Michel Oosterhof <michel@oosterhof.net>
Date: Sun Sep 18 14:46:09 2016 +0000
Merge branch 'configparser' of https://github.com/micheloosterhof/cowrie into configparser
commit 645f25f6f22dbe374b544f08d69b7de2ef0dcb45
Author: Michel Oosterhof <michel@oosterhof.net>
Date: Sun Sep 18 14:37:46 2016 +0000
rewrite code for prompt. this had issues with unicode
commit 99adf95f27ef03b229e592f1fa393cf66be3faf0
Author: Michel Oosterhof <michel@oosterhof.net>
Date: Sun Sep 18 14:15:10 2016 +0000
can't use "mode"
commit bee2b6693fe009d361a0b117c67d11f37ed21c41
Author: Michel Oosterhof <michel@oosterhof.net>
Date: Sun Sep 18 14:09:57 2016 +0000
configparser changes. not working well yet on py2
commit 39c9fa406cca9ede51af8329280af81fff870e31
Author: Michel Oosterhof <michel@oosterhof.net>
Date: Sun Sep 18 14:37:46 2016 +0000
rewrite code for prompt. this had issues with unicode
commit 3dd08206fcb4c7dd0a66d20b914e3279947c77de
Author: Michel Oosterhof <michel@oosterhof.net>
Date: Sun Sep 18 14:15:10 2016 +0000
can't use "mode"
commit f54272b239409b65ef0292ac328b0a2efccbe6cd
Author: Michel Oosterhof <michel@oosterhof.net>
Date: Sun Sep 18 14:09:57 2016 +0000
configparser changes. not working well yet on py2
A squash merge of GoSecure/cowrie telnet-poc branch:
https://github.com/GoSecure/cowrie/tree/telnet-poc
Rebased on current upstream master.
August 2016 update: Resolved several conflicts when rebasing