3176 Commits

Author SHA1 Message Date
dd9907922a move realm out of ssh 2015-11-04 17:32:10 +04:00
140b4f427f initial implementation of server concept 2015-11-04 17:27:02 +04:00
2f063b8047 call different writeln() 2015-11-03 13:43:33 +00:00
a78604e11e add timeout feature. 60 seconds for non-interactive, 1800 seconds for shell 2015-11-02 17:14:02 +00:00
29e5f2f310 Merge pull request #54 from hiviah/ping
Tiny fixes for ping command
2015-11-02 19:14:31 +04:00
009839da95 Do not accept non-positive count for ping packets 2015-11-02 15:40:46 +01:00
9f64a20c63 Remove ping test print 2015-11-02 15:40:46 +01:00
e8bb39094d support for ping -c 2015-11-02 08:56:06 +00:00
3056c83294 more standard output for apt-get 2015-10-25 15:50:05 +04:00
6ec4622151 log ssh public key fingerpint in json log 2015-10-17 08:02:21 +00:00
86b28e6ab2 Merge branch 'master' of https://github.com/micheloosterhof/cowrie 2015-10-10 08:33:06 +00:00
516844f33a minimum supported python is now set to 2.7 2015-10-07 23:39:27 +04:00
b5646b2dff 2to3 2015-10-07 23:17:06 +04:00
e91c23eb7e 2to3 2015-10-07 23:14:56 +04:00
5ad68a16a6 fix wrong function name in descriptive test 2015-09-28 19:22:39 +00:00
b7f9d3ff6b imports now python3 compatible 2015-09-28 19:17:12 +00:00
dbf45b4d31 separate out auth.py and checkers.py 2015-09-28 18:41:59 +00:00
c0d9652a41 mark sftp uploaded files 2015-09-28 18:10:29 +00:00
f9c462da72 fix handling relative links 2015-09-28 16:05:46 +00:00
1124a509f9 mkdir now raises excpetions. Fix #41 2015-09-27 18:59:07 +00:00
ca564204b8 fix strip executable bit 2015-09-27 18:16:05 +00:00
fdd08264dc implement rmdir for sftp 2015-09-27 17:39:26 +00:00
c4b754ea41 fix for cd to non-existing directory 2015-09-27 05:08:54 +00:00
e8e604b908 basics of sftp work again 2015-09-27 05:08:54 +00:00
856906f0bc seems to work. symbolic links 2015-09-27 05:08:54 +00:00
c1a12655b8 update changelog 2015-09-25 21:10:26 +00:00
caacace873 keyboard-interactive is back 2015-09-25 21:09:23 +00:00
53b07f2803 add interface for IPAM 2015-09-25 19:55:18 +00:00
b2e1dd0fa3 add splunk readme 2015-09-25 19:44:18 +00:00
cf7cb868b1 rename is_dir and is_link to isdir and islink to be like os.path python functions 2015-09-18 06:39:50 +00:00
3e7514178a update /proc/version 2015-09-16 14:20:45 +00:00
acac82020b document workaround for TypeError: must be long, not mpz 2015-09-12 09:47:21 +00:00
43a53f8f73 add cfg parameter to authdb call 2015-09-06 16:23:27 +00:00
07eda9506d fall back to old style implements support instead of @implementer 2015-09-02 19:22:33 +00:00
17340c50a7 Merge pull request #38 from maxduijsens/master
Support wget -q and added head and tail commands
2015-09-02 22:20:40 +04:00
4131bafe60 Add head and tail commands 2015-09-02 16:57:50 +02:00
3138e96b34 Support for wget quiet mode 2015-09-02 15:46:24 +02:00
8fd285191c Merge pull request #37 from maxduijsens/master
Add SSL Support to wget and curl
2015-08-30 19:59:17 +04:00
d0a2b836e6 Add SSL Support 2015-08-30 15:49:21 +02:00
60af26cf56 close forwarding channel with friendly error 2015-08-29 07:57:57 +00:00
dbaca05201 add direct-tcp to output logging framework 2015-08-29 07:49:49 +00:00
a572c4fd15 split out credentials to credentials.py 2015-08-28 11:48:36 +00:00
5dd463e8ef Remove PluggableAuthenticationModules for 15.3 compatiblity. Fix #35 2015-08-28 06:47:25 +00:00
0de25af036 rename ctrl_c to handle_CTRL_C 2015-08-27 16:50:35 +04:00
9acee60fe7 workaround for <>| tokens without spaces. 2015-08-27 14:30:20 +04:00
d0107929c2 fix cat crash with multiple arguments 2015-08-27 14:29:33 +04:00
99d96922fa Merge pull request #33 from SecPascal/cdlink
Added is_link() to core/fs.py to enable cd into symbolic link
2015-08-25 18:28:45 +04:00
4afea8b187 Support of multiple symlink levels in command_cd 2015-08-25 13:12:26 +02:00
e7ff1d95ac Support for multiple symlink levels in command_cd 2015-08-25 13:10:15 +02:00
c549f03e7e Merge branch 'master' of http://github.com/micheloosterhof/cowrie 2015-08-25 13:49:38 +04:00