077aaba7f1
dependency upgrade Wed Apr 1 09:08:33 +08 2020 ( #1321 )
2020-04-01 09:33:44 +08:00
d3d602ca6b
put hpfeeds3 in default config file ( #1322 )
2020-04-01 09:33:04 +08:00
62abf94669
Update hpfeeds3 plugin to use config named hpfeeds3 ( #1304 )
2020-04-01 09:18:46 +08:00
cc6da43ba6
Lint fixes ( #1319 )
...
* fix linter
* fix indent
* indent more
2020-03-27 14:09:39 +00:00
5689817f97
Add misp output ( resolves #1306 ) ( #1317 )
...
* Introduce MISP output plugin
* Add cfg dist settings
* Remove non-needed test code
* Rename misp output class and add final newline to config
* Introduce compatibility to Python 2 and 3
* Update new event text
* Adjust for latest PyMISP API changes and introduce debug
As the PyMISP API deprecated the upload_sample method, we now need to do this manually.
Also, a settings switch for debug output was introduced.
* Add requirements compat for 2 and 3 and introduce publish switch
* Linting and code style update
2020-03-27 13:59:04 +00:00
fd6ff4a423
Working ELK setup for 7.6.1 ( #1316 )
...
* Working ELK setup for 7.6.1
* adding custom prompt option
Co-authored-by: axelle <aapvrille@fortinet.com >
2020-03-27 13:51:31 +00:00
c3ba2cf6ef
fix #1311 ( #1312 )
2020-03-09 12:26:10 +00:00
029507ba77
updated doc for ELK 7.6.0 ( #1310 )
2020-03-09 12:21:45 +00:00
fbf9be75b1
remove reference to python2 ( #1302 )
2020-02-10 20:19:00 +00:00
8b6df7e255
disable crash reporter by default ( #1299 )
2020-02-07 15:58:32 +00:00
7148580ca6
Fixed default vaules for S3 Output ( #1296 )
2020-01-31 15:12:42 +00:00
cc7d1a8922
dependency upgrade Tue Jan 21 07:27:12 CET 2020 ( #1292 )
2020-01-21 13:37:14 +01:00
1462073f96
ignore .eggs ( #1293 )
2020-01-21 13:36:58 +01:00
d9f120a4b9
Telnet logging ( #1288 )
...
* fix SSH version comment
* better logging for output modules for telnet commands
2020-01-13 09:37:51 +00:00
def209cc3c
dependency upgrade Fri Jan 3 12:57:29 GMT 2020 ( #1285 )
2020-01-03 13:28:21 +00:00
453dce09e9
allow 2.7 failures ( #1286 )
...
* allow 2.7 failures
* oops
2020-01-03 13:27:58 +00:00
9b732907ba
remove signature value for cpu speed ( #1282 )
2019-12-13 18:14:40 +08:00
3f7fc51159
update cowrie.org->www.cowrie.org ( #1281 )
2019-12-13 18:05:15 +08:00
8628699fa7
dependency upgrade Mon Nov 11 11:06:02 GMT 2019 ( #1273 )
2019-11-20 15:30:45 +00:00
d2728ba7ec
dependency upgrade Sat Nov 16 12:40:00 GMT 2019 ( #1269 )
2019-11-16 13:20:45 +00:00
6916c8e680
fix for tftpy import on py3 ( #1264 )
...
* fix for tftpy import on py3
2019-11-07 11:12:56 +00:00
fb5d3a7e06
don't use log.error for some, because it raises exception and activates crashreporter ( #1263 )
2019-11-07 11:04:24 +00:00
a1e27d90b2
version update ( #1259 )
v2.0.2
2019-11-05 18:40:39 +00:00
1de77945e8
Various bug fixes ( #1261 )
...
* can't append bytes to strings
* log when people run funny execcmd's
* testing python-3.8-rc -> python-3.8
2019-11-05 18:35:22 +00:00
dfa28b845f
dont' need this eof code. is in base class ( #1260 )
2019-11-04 23:14:55 +00:00
a3c7c338af
Log.err.removal ( #1258 )
...
* log.err -> log.msg
2019-11-04 17:19:09 +00:00
f586ba8e40
dont' use log.err, use log.msg ( #1257 )
2019-11-04 16:57:09 +00:00
9738d783d2
remove old slack link ( #1253 )
v1.9.7
v2.0.1
2019-10-31 14:11:04 +00:00
0fd96fa0ff
updates ( #1252 )
2019-10-31 13:16:41 +00:00
d7de4362aa
more data on unknown channels ( #1247 )
2019-10-31 11:25:30 +00:00
e6f75a2b78
better handling stdout ( #1248 )
2019-10-31 11:25:08 +00:00
3cab0dd4d9
turn on reconnect flag ( #1249 )
2019-10-31 11:24:45 +00:00
4b752bbad7
fix for broken exec command when ttylog is disabled ( #1250 )
2019-10-31 11:24:17 +00:00
70cd2bd275
update ipforwards/ipforwardsdate size to hold FQDN ( #1245 )
2019-10-30 16:45:19 +00:00
0d1f511a71
print curl output to stdout ( #1244 )
...
Fix #1243
2019-10-30 15:54:34 +00:00
17e5215fdf
change nme of module ( #1240 )
...
fix #1239
2019-10-25 10:43:13 +02:00
70e5cb56cb
doc update ( #1241 )
2019-10-25 10:42:21 +02:00
439007b385
dependency upgrade Thu Oct 24 12:06:05 BST 2019 ( #1238 )
2019-10-24 13:33:41 +02:00
d0b211f41d
fixes #1236 user/group name columns are now justified ( #1237 )
2019-10-24 11:20:41 +02:00
2d8dbb9aa1
Python 3.8 released ( #1227 )
...
* python 3.8 has been released
2019-10-23 14:13:26 +02:00
d41c74ecca
Fixed #1233 Added .. support for ls -al ( #1234 )
...
Fixes https://github.com/cowrie/cowrie/issues/1233
Also some minor refactoring due to duplicate code
2019-10-23 13:44:26 +02:00
7fc2b26ff8
2.7 discontinue ( #1231 )
2019-10-15 16:53:36 +01:00
dea3034d8d
change dockerfile to link to repository ( #1230 )
v2.0.0
2019-10-15 16:39:23 +01:00
3381ba4052
Slack ( #1226 )
...
* change slack link
2019-10-15 16:24:25 +01:00
b2b05d82ec
Merge pull request #1228 from micheloosterhof/dependency-upgrade-2019-10-15
...
dependency upgrade Tue Oct 15 16:09:51 BST 2019
2019-10-15 16:24:01 +01:00
07ee9b6597
dependency upgrade Tue Oct 15 16:09:51 BST 2019
2019-10-15 16:09:51 +01:00
1dc46a0aec
Merge pull request #1225 from mzfr/playlog
...
Disallow the usage of -i & -b flag together for playlog
2019-10-15 15:21:35 +02:00
ca5937bebb
Disallow the usage of -i & -b flag together for playlog
2019-10-13 11:31:45 +05:30
ca5ba10b6f
Merge pull request #1223 from Sea-n/patch-1
...
Fix rst format
2019-10-11 19:07:46 +02:00
c79ceb525f
Fix rst format
2019-10-11 15:54:55 +08:00