Commit Graph

1194 Commits

Author SHA1 Message Date
7849fb9768 get package for library. 2016-08-16 11:44:08 +00:00
e2418366c9 no more python 2.6 2016-08-16 11:41:27 +00:00
6f2290ce84 change paths for unittests. get ready for travis 2016-08-16 11:39:32 +00:00
df042e9398 Merge branch 'master' of https://github.com/micheloosterhof/cowrie 2016-08-14 14:34:50 +04:00
a56101f325 fixed do_chgrp in fsctl so it changes GID instead of UID (#220)
This bug was probably a result of copied code from do_chown
2016-08-11 13:04:58 +03:00
37d281ad79 add documentation to systemd entry 2016-07-28 15:17:34 +04:00
57bb3bc886 put pip reqs in requirements.txt 2016-07-28 15:10:04 +04:00
4cf4b9b1f4 Fix #206 2016-07-28 14:57:21 +04:00
ccdc056d50 fix #214 2016-07-28 14:47:30 +04:00
8ba7faae38 formatting, spelling error 2016-07-23 12:26:30 +00:00
37b20feb7e Issue#45.. fix for "." and ".." not appearing on command line (#212)
* Update filetransfer.py

* Update filetransfer.py

* Update filetransfer.py
2016-07-23 11:20:04 +04:00
629208e4ad update reboot/shutdown commands to disconnect 2016-07-21 14:23:36 +04:00
bdf3073510 remove format when message is added 2016-07-19 19:32:02 +04:00
7f83e43b2b update splunk docs 2016-07-19 17:52:29 +04:00
e2ed1dd1c6 splunk HEC as default output 2016-07-19 17:42:30 +04:00
adb6731f35 splunk http event collector 2016-07-19 17:38:49 +04:00
2a3fcee166 updated 2016-07-19 01:02:47 +04:00
cff52095b5 ignore ESC keycodes 2016-07-14 13:30:57 +04:00
ae3b9eb04a ignore ctrl-v 2016-07-14 13:26:13 +04:00
5ac1ad25cf fix time based logout 2016-07-14 13:17:41 +04:00
144f1a80fd add start at boot-time 2016-07-14 07:41:44 +00:00
40ac3b19e8 first version of systemd service file 2016-07-14 07:28:14 +00:00
b155ddbe15 update docs 2016-07-14 07:04:12 +00:00
535d8a5e24 add fgrep, egrep, formatting, don't reuse 'path' name 2016-07-12 10:41:29 +04:00
013b37171d fully commented 2016-07-11 19:22:48 +04:00
d2ba56e8c0 various naming 2016-07-11 19:16:11 +04:00
d5e66564b5 various 2016-07-11 19:09:46 +04:00
0816f0bbe0 updated formatting 2016-07-11 18:57:09 +04:00
456fab8835 better escaping. 2016-07-11 18:48:53 +04:00
483032b459 add test case for trial purposes 2016-07-11 18:35:12 +04:00
c16ed3be25 timeout, spacing, formatting 2016-07-10 21:58:29 +04:00
4488d7dc9e better ipv6 regex 2016-07-10 21:49:54 +04:00
3764b4f93b FIXED XMPP (#205)
* FIXED XMPP
Include ::1 in ev[system]

* Fixed ipv6 stuff

* Needs a : For ipv6
2016-07-10 21:48:48 +04:00
89e1dc81f4 rename example venv to "cowrie-env" 2016-07-10 12:48:48 +04:00
06653d655e add @ to wordchars 2016-07-09 13:26:23 +00:00
cd62bfe191 Fix Uploads to asciinema server. (#207)
Thanks!
2016-07-09 17:06:31 +04:00
8c5c0d7201 Added missing dependency (#208) 2016-07-09 17:06:00 +04:00
62220d581c allow to ls files only: "ls /etc/passwd" 2016-06-29 15:46:08 +00:00
641d7df7ec Fixed shutdown command (#200) 2016-06-27 15:59:30 +04:00
9b4ceab82b simplify env 2016-06-25 18:22:08 +00:00
d78d6c2399 formatting, '-h' option, no option behavior. 2016-06-25 18:17:53 +00:00
1db73be8a0 Quick service implementation (#196)
* Implemented the service command

* Fixed the command not exiting correctly, removed flags from getopt

* removed handle_CTRL_D, lineReceived
2016-06-25 22:10:41 +04:00
5cbf315df6 Fix https://github.com/micheloosterhof/cowrie/issues/197 2016-06-24 16:09:30 +00:00
e406d39169 log python/perl command again as command succesful 2016-06-20 13:57:05 +00:00
c39f059605 fix http://github.com/micheloosterhof/cowrie/issues/195 2016-06-19 20:35:23 +00:00
99f55e449d move install instructions to INSTALL.md. Update preqreq 2016-06-19 13:39:09 +00:00
d2eb56c0f5 start.sh and requirements improvements & no moduli fail fix with key exchanges (#194)
* Extra arguments to start.sh and improved requirements doc

Added possibly to pass extra arguments to twistd in start.sh (e.g. `env XARGS=--nodaemon ./start.sh`). Fixed list of the dependencies based on the issue micheloosterhof/cowrie#132 and added example of dependencies in practice for alpine:3.4.

* Fixes no moduli fail with key exchanges

Tries to fix issue micheloosterhof/cowrie#193

* Missing requirement and fixed logging
2016-06-19 17:36:48 +04:00
c8b7523569 Fixed up sh -c so if its an invalid file it will display command not found (#192) 2016-06-19 10:21:08 +04:00
c1e761dd6a close connection correctly 2016-06-16 21:33:32 +04:00
3d4e782aaa typo fix 2016-06-16 16:21:59 +04:00