6168584a29
add docs to indx ( #991 )
2019-01-20 14:54:19 +04:00
b22c7ba327
Doclink ( #990 )
...
* move docs to docs dir and link back
2019-01-20 14:39:37 +04:00
f80d5bd3d8
Format expression cleanup ( #986 )
...
* remove extra brackets
* remove extra argument in format (should be a newline character I assume).
2019-01-18 18:15:57 +04:00
337ec405b1
update install ( #985 )
2019-01-15 11:58:17 +04:00
b9821e5c05
update readme with docker instructions ( #983 )
2019-01-15 11:57:58 +04:00
bdff9601ca
Move to Restructured text ( #979 )
...
From Markdown to RestructuredText
2019-01-09 12:05:16 +04:00
4f26b85569
test case for hex input with echo -e ( #974 )
2018-12-05 17:59:24 +04:00
50b31b409b
VT: scan only new files ( #968 )
2018-12-04 12:01:11 +04:00
87591ec369
fixed unicode bug ( #972 )
2018-12-04 12:00:53 +04:00
2e73ee9fe6
data/ -> etc/ ( #971 )
2018-11-25 19:00:16 +04:00
bc2338f47f
release 1.5.2 ( #969 )
1.5.2
2018-11-20 11:53:03 +04:00
76a7c78913
add tftp test ( #965 )
...
* add tftp test
* line length fix
2018-11-19 11:45:14 +04:00
da7880d58d
explicit args ( #964 )
2018-11-19 11:24:33 +04:00
305b9b73c3
remove legacy (splunksdk) splunk output plugin ( #961 )
2018-11-14 23:17:30 +04:00
bcb27a78e4
remove dblog ( #960 )
2018-11-14 23:16:26 +04:00
c802232b09
use configparser fallback rather than try/except ( #956 )
...
* use configparser fallback rather than try/except
2018-11-11 15:28:35 +04:00
ff47b0b360
Fix tftp issue ( #951 )
2018-11-07 18:55:21 +04:00
8ca39676fd
document hec http/https ( #954 )
2018-11-07 18:54:14 +04:00
24c9c9507b
Disable MySQL strict mode ( #937 )
...
To get the kippo-graph Overview rendering correctly MySQL strict mode needs to be disabled.
(see https://github.com/ikoniaris/kippo-graph/issues/61 )
2018-11-02 14:33:12 +04:00
35e95ff04e
py3 for splunk ( #947 )
2018-11-01 11:51:38 +04:00
e9dc44d5f8
Fixed issue #919 and improved caching logic ( #946 )
...
* Fixed issue #919 and improved caching logic
2018-10-31 12:38:31 +04:00
ba01137534
Fix W605 ( #944 )
...
* Fix W605 and bytes/string issues in echo -e
2018-10-29 17:47:00 +04:00
6372cb9e0a
fix w605 ( #942 )
...
* partial fix w605 and f841
2018-10-24 13:08:39 +04:00
9c02409c44
Virustotal save to jsonlog - lower fields ( #926 )
...
* VT: lower fields fix
2018-10-24 12:35:42 +04:00
b6a6dd5316
OS libraries needs to branch py2/py3 ( #940 )
2018-10-24 12:18:40 +04:00
4d548dd57d
Issue #725 | Made the free command a lot more dynamic ( #934 )
...
* Issue #725 | Made the free command a lot more dynamic
* Issue #725 | Fixed intergration tests
2018-10-23 23:19:12 +04:00
7db8f57b89
Improving honeypot fingerprinting resistance ( #938 )
...
* rm on an non-existing file should throw an error
* Return an error on file creation for special pseudo-filesystems
* Redirection errors now python3 compatible
* Special filesystems, `touch` now honors them
* Whitespace fixes for CI
2018-10-23 23:17:23 +04:00
1b8046b578
Fix typo ( #936 )
...
You neet to install `acl` not `act`. ;-)
2018-10-23 23:15:17 +04:00
b7ac2c7ec2
clean code for empty files ( #932 )
2018-10-22 12:01:12 +04:00
5f1198da28
More realistic uname command ( #931 )
...
* More realistic uname command
2018-10-20 20:00:38 +04:00
8399023a0b
VirusTotal: Save the file scan report and URL scan report to json log ( #923 )
...
* VirusTotal: Save the file scan report and URL scan report to json log
* VT: Add field is_new to json log (both url and file scans)
* VT: Don't save to json log when request is already queued in VirusTotal
2018-10-16 17:02:42 +04:00
b7ceb7eca4
userdb.example ( #922 )
2018-10-13 18:21:16 +04:00
faaf8c9e3e
V1.5.1 Release ( #921 )
...
* upgrade version to 1.5.1
* changelog
1.5.1
2018-10-13 11:07:02 +04:00
4fb0447e87
Fix #917 ( #920 )
2018-10-13 11:06:42 +04:00
7653869e1f
fix for tab completion on python3 ( #918 )
...
Fix #878
2018-10-13 00:58:44 +04:00
4de474ecb3
Vt fixes ( #916 )
...
* add url, fix upload
2018-10-10 19:37:27 +04:00
5d88e90566
fixes for format strings ( #915 )
2018-10-10 19:17:16 +04:00
4f0fc85e02
stop leaking error on python3 because of failing bytes/string conversion ( #913 )
2018-10-08 15:33:07 +04:00
2333840fb5
startup tweaks for docker ( #912 )
2018-10-06 16:24:41 +04:00
7c5f19c1ad
more text around macos firewall + moving normal SSH ( #905 )
2018-10-01 17:54:17 +04:00
3edfbee31c
updated hassh log message ( #904 )
2018-09-29 22:16:17 +04:00
b72cbdff0f
HASSH fingerprint support ( #899 ) ( #900 )
...
Created hassh and hasshAlgorithms based on KEXINIT's kexAlgs, encCS, macCS, and compCS fields.
Added these fileds to `cowrie.client.kex` log message.
2018-09-28 19:47:35 +04:00
3946dc042c
Fix #896 ( #897 )
2018-09-20 20:12:14 +04:00
fb160f0a09
Fix #856
2018-09-19 21:12:36 +04:00
0d80f9b1e0
Setup ( #892 )
...
* Set license, classifiers, packages / run setup build as part of CI workflow.
2018-09-18 23:17:11 +04:00
3b86c0d117
json->jsonlog config entry
2018-09-17 19:03:46 +00:00
33087f5f2d
false -> False
2018-09-17 11:33:42 +04:00
7aee48df3f
Fabiola busch unix timestamp ( #886 )
...
* Add UNIX millisecond epoch time format for logging timestamp by @FabiolaBusch
2018-09-17 11:11:06 +04:00
807c8eeab2
Move py2 dockerfile to docs/docker
2018-09-17 10:54:29 +04:00
ef88ca2d3c
Quoting ( #885 )
...
* echo shouldn't strip quotes now we use posix shlex + test cases
2018-09-17 10:50:37 +04:00