75024a095f
i.path -> filepath
2018-06-18 18:17:07 +04:00
415a40a74d
fix EXTENDED_DATA_STDERR
2018-06-18 18:14:39 +04:00
8c1f385451
UNIQUECHAN not defined. write to COWRIECHAN
2018-06-18 18:01:40 +04:00
8f3bf5031e
add log import
2018-06-18 18:00:05 +04:00
6a8c6c872e
fix import of Failure()
2018-06-18 17:56:18 +04:00
8794fb5fea
fix import
2018-06-18 17:54:51 +04:00
c5fb8b1345
name -> self.name
2018-06-18 17:52:06 +04:00
f51e885c4e
define IsADirectory exception and formatting
2018-06-18 17:49:53 +04:00
a0b20f565d
Merge branch 'master' of http://www.github.com/micheloosterhof/cowrie
2018-06-18 17:05:20 +04:00
088830e635
kafka
2018-06-18 17:05:12 +04:00
7a8b3884ed
kafka
2018-06-18 17:04:57 +04:00
cb7a034540
kafka v1
2018-06-18 17:04:38 +04:00
743b9394d1
don't log 'system' in json
2018-06-18 11:46:25 +00:00
8c4b4705d9
use session rather than sessionno variables in log
2018-06-18 11:43:51 +00:00
2156c72196
rewrite uname. store config in [shell]
2018-06-18 10:32:42 +00:00
293d6ff9e8
Allow customization of 'uname -a' response via config file ( #742 )
...
* Allow customization of 'uname -a' return values
- Make uname behave like http://www.gnu.org/software/coreutils/uname
- Add config file options to customize responses
* Fix config defaults
2018-06-18 14:11:07 +04:00
078f682e32
Support reading all config vars from env ( #735 )
2018-06-18 13:24:05 +04:00
8d2446273b
sometimes webStatus is empty
2018-06-18 08:47:22 +00:00
178042ae0c
wrap version in repr() since we get nonsene input
2018-06-18 08:34:17 +00:00
1edc5e4fc0
make twistedchecker happy
2018-06-18 08:05:28 +00:00
6efc0f3f61
buffer remote stdin in input_data
2018-06-18 08:01:27 +00:00
25889ff0b6
remove utf8 comments
2018-06-18 08:01:20 +00:00
a3dc7a4f3d
fix argument checking
2018-06-18 08:01:03 +00:00
9223e06eaa
UUID generate inside connection function
2018-06-18 07:42:18 +00:00
3b56e4f1a4
grep help goes to stdout not stderr
2018-06-18 06:47:01 +00:00
88dee1336b
getopt/line number support for cat.
2018-06-18 06:45:52 +00:00
450e2df348
add slack workspace link
2018-06-10 12:20:27 +04:00
bdc7b34516
Add regex support to the userdb. ( #763 )
2018-06-09 20:47:51 +04:00
0a03195726
add name of program to replay ttylog
2018-06-06 13:37:18 +04:00
2ff43991fa
Merge branch 'master' of http://www.github.com/micheloosterhof/cowrie
2018-06-06 13:36:13 +04:00
1bd1669ab9
WIP: Hpfeeds: Native Twisted, Python 3 support, TLS support + memory leak fix ( #766 )
...
* New version of hpfeeds output plugin
* Update requirements-output.txt
2018-06-04 23:32:13 +04:00
3dac1aa2a9
Recommend Slack for questions
2018-06-04 15:18:31 +04:00
77682e636c
Merge branch 'master' of http://www.github.com/micheloosterhof/cowrie
2018-06-04 15:16:39 +04:00
d32cb40ce3
Add flake8 to the Travis CI testing ( #767 )
...
* Add flake8 to the Travis CI testing
* exceptions.AttributeError —> AttributeError
* notImplementedError —> NotImplementedError
* notImplementedError —> NotImplementedError
* buffer was removed in Python 3
* New Style Exception for Python 3
* file() —> open() for Python 3
__file()__ was removed in Python 3
* from twisted.conch.ssh.common import getNS
__getNS()__ is called on lines 208 and 209 but it is never imported.
* New Style Exception again
2018-06-04 13:58:08 +04:00
0e7b7f8b7a
formatting
2018-05-26 11:10:21 +04:00
daaeb84ebd
formatting
2018-05-26 11:02:40 +04:00
dde9b848bc
formatting
2018-05-26 10:59:43 +04:00
80a6594c46
formatting, cleanup
2018-05-26 10:53:29 +04:00
6f2b3f8438
command_ftpget: fix initial value for out_addr ( #758 )
2018-05-23 00:07:40 +04:00
ee967310a5
Add 'destfile' key in cowrie.session.file_download ( #761 )
...
* Add destfile key
* Add destfile key
* Add destfile key
* Add destfile key
* Add destfile key
* Add destfile key
2018-05-23 00:07:24 +04:00
1e5fe5490d
ftpget_command: ( #755 )
...
[+] Implement wrapper around ftplib.FTP class in order to bind on address specified in cowrie.cfg (out_addr)
[+] Save payload as Artifact
[-] Clean up the code
Conflicts:
cowrie/commands/ftpget.py
2018-05-16 20:15:13 +04:00
cf03b14824
command_tftp: ( #756 )
...
[!] Fix exception in tftpy library due to incorrect type of input parameter
Artifact:
[+] Add property "closed"
Conflicts:
cowrie/commands/tftp.py
cowrie/core/artifact.py
2018-05-16 20:14:12 +04:00
8633cbb7ff
Added changed for XMPP ( #741 )
...
USE WOKKEL VERSION
Update cowrie.cfg.dist
v1.3.0
2018-05-07 00:35:17 +04:00
1b7e0e490c
more explanations
2018-05-06 21:48:59 +04:00
7ea639a060
Py3 compatibility for SFTP
2018-05-06 21:42:31 +04:00
b1b83b0fde
make redirect work in Py3
2018-05-06 19:07:40 +04:00
f31937ffd5
catch disconnected session in command exit
2018-05-05 16:32:23 +00:00
3a88cf390b
shuffle config sections around. Fix #739
2018-05-03 09:49:16 +04:00
7cb8c8930c
working output for py2 and py3. Fix #738
2018-05-02 14:40:02 +04:00
218da10aa8
Comment out all default plugins, so people with existing active plugins get a warning
...
when enabled is not set
2018-04-27 05:13:38 -05:00