Commit Graph

1261 Commits

Author SHA1 Message Date
05283b60c3 Fix #226 2016-10-09 06:54:53 +00:00
7f8e98cc51 formatting for errors 2016-10-08 18:36:29 +00:00
54f3ca8378 no arg fix for sudo 2016-10-08 18:06:03 +00:00
5fe9e489db fix for busybox with no arguments 2016-10-08 18:00:52 +00:00
50eada87d4 change file_download to command.input 2016-10-07 17:54:00 +00:00
18af0e48a4 add Python3 compatible "print" statement (#281)
otherwise the CI bot fails ;)
2016-10-06 07:54:35 +04:00
7e5fd6bf01 remove dblog_hpfeeds example 2016-10-03 11:22:59 +04:00
01f6b195b8 Merge branch 'master' of https://github.com/micheloosterhof/cowrie 2016-10-01 21:05:09 +00:00
98ed2b52c2 add crypto explicitly, it's missing for some people 2016-10-01 21:04:37 +00:00
504c56b5b7 typofix 2016-09-29 15:40:29 +04:00
06c8f57c44 respect outAddr for SSL 2016-09-29 15:31:34 +04:00
f5ba33ca7a improve display of wget 2016-09-29 15:08:17 +04:00
f522e29889 wip 2016-09-29 12:24:29 +04:00
3437a9ea8b wip 2016-09-29 12:02:55 +04:00
7f91be37c2 wip 2016-09-29 11:09:59 +04:00
d547da41f6 add output plugin 2016-09-29 11:06:11 +04:00
7dace024c7 wip 2016-09-29 11:06:11 +04:00
c2b8090315 add RSA key workaround 2016-09-28 22:51:34 +04:00
0cce757ba0 don't log stdin as a URL? 2016-09-27 22:49:53 +04:00
3c05bef286 stop tail from crashing 2016-09-27 22:45:48 +04:00
e148e0e241 add bin path to busybox 2016-09-26 09:09:46 +00:00
ccdf54bed1 fix references to urllib 2016-09-26 05:12:38 +00:00
0337ac9674 Revert "Squashed commit of the following:"
This reverts commit e4950e3713.
2016-09-25 20:06:44 +00:00
0863461255 add $SHELL to environment 2016-09-25 19:48:20 +00:00
f8a5c3e595 improve exception to remove error message 2016-09-24 09:51:55 +00:00
e4950e3713 Squashed commit of the following:
commit 16466803b98f1dcbe9ba264346bc12a22215e0c4
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Sat Sep 24 09:17:06 2016 +0000

    wip

commit e1bbb9bff1b0e69b6300894a858b1fbf8b2215ae
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Fri Sep 23 20:27:19 2016 +0000

    make copy of env. not original

commit fdddad4fc683ab3c61b9330d553a0efd0bd3bbfa
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Fri Sep 23 20:26:49 2016 +0000

    simplify more

commit c31b88dd075a01551be006d03539d5fab2e216a9
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Fri Sep 23 20:17:11 2016 +0000

    simplify command passing

commit 9c7fe9dc0646814e270e06551ffd7c7f69e3acf0
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Fri Sep 23 19:42:32 2016 +0000

    replace command/args -> argv

commit 3ea6dd00947aeb9b1ebf7d7e61ae5888d02c3276
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Fri Sep 23 19:11:49 2016 +0000

    rargs -> args

commit 3eb4e77fc056f3458ce22fe4f8177ca95019c938
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Fri Sep 23 19:06:18 2016 +0000

    rename to CowrieProcess

commit 603c9611d53380163323fc85749970ea323a8582
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Thu Sep 22 19:13:41 2016 +0000

    wip

commit c253b4031476c7e5f912b9cbeb49887ef97023d0
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Sun Sep 18 21:08:29 2016 +0000

    formatting

commit 730df305057a19a22754ba6d3883e75db653d235
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Sun Sep 18 21:03:14 2016 +0000

    formatting

commit 1e167e9a535b7173abb32e07ae5157dac53af08d
Author: Dave Germiquet <davegermiquet@trulycanadian.net>
Date:   Wed Sep 7 10:01:43 2016 -0400

    Fixed bug(missing err_data in stdout)

commit 23150cb25581d27e2efc9b43b2a7655f9cd1fcd8
Author: Dave Germiquet <davegermiquet@trulycanadian.net>
Date:   Sun Sep 4 22:02:00 2016 -0400

    Used Stack to keep track of running commands
    Fixed up LOg out
    Took out debug line
    MAde it more like master, (took out unneeded changes)
    Added check back for length
    Fixed up some trouble issues with passwd/and call backs
    Removed debugging logging statements
    Reformatted for master/merge
    Took out parameter in constructor..which broke everything

    Second Implementation Choice

commit daf0c74db8a3357342ac2d448fc68cfef0fc7a28
Author: Dave Germiquet <davegermiquet@trulycanadian.net>
Date:   Sun Sep 4 04:24:22 2016 -0400

    Fixed up PIPE and ; implemetation
    Fixed up WGET, so now it should show prompt by using when commands have stopped.
2016-09-24 09:19:52 +00:00
12ec797bbb add option to disable ssh 2016-09-23 19:55:34 +00:00
910256686b typo fix, only impacts log message 2016-09-20 18:22:33 +00:00
dc08166308 Fixed error code and message with wget (#266) 2016-09-20 22:05:42 +04:00
a8c7f4da4c fix sessoinno 2016-09-19 16:00:26 +00:00
d0eac4dcba require Twisted 15.2.1 for future logger work 2016-09-19 12:52:52 +04:00
261d9c95c3 remove debug print statement 2016-09-19 11:40:31 +04:00
54f13c6467 use getboolean() rather than get() 2016-09-19 11:32:13 +04:00
8cd1df882f Fix #268 2016-09-19 11:15:14 +04:00
fc8620a2da Added some assertEquals to shell commands (RegExp) (#199) 2016-09-19 10:09:30 +04:00
4075e55c3d python3 compat 2016-09-18 21:25:50 +00:00
d6c6d7a788 python 3 compatible. maxdepht = 100 by default 2016-09-18 21:19:49 +00:00
68455baae6 fix > for telnet 2016-09-18 21:13:58 +00:00
67c568ba76 new FAQ location 2016-09-18 16:48:49 +00:00
57a349d291 formatting + debug remove 2016-09-18 16:45:04 +00:00
a98163ce93 Squashed commit of the following:
commit b9a01e7652625aae03b3a2114a422695694ed0e7
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Sun Sep 18 15:43:16 2016 +0000

    py3 comp

commit b0d927fb359d187ca520f21c6542bdead04546fd
Author: Michel Oosterhof <michel@oosterhof.net>
Date:   Sun Sep 18 15:31:45 2016 +0000

    wip
2016-09-18 15:44:13 +00:00
3ea2012e27 earlier fix broke dispatch 2016-09-18 15:37:15 +00:00
d410925584 remove unused dependencies 2016-09-18 15:20:47 +00:00
e5ec9bf1de remove unused dependencies 2016-09-18 15:18:57 +00:00
bb3b05e530 undo Crypto addon? 2016-09-18 15:07:52 +00:00
91dca9f1c6 use 'open', not 'file' for py3 2016-09-18 14:57:55 +00:00
1efa964d45 py3 comp 2016-09-18 14:52:36 +00:00
f388b76937 Squashed commit of the following:
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
2016-09-18 14:51:02 +00:00
0a1d259cdc 'Crypto' is a missing dependency 2016-09-18 14:41:01 +00:00
45cbc2b59e switch to configparser 2016-09-18 13:38:20 +00:00