|
|
87243f1eaf
|
Merge pull request #2 from raphaj/master
fix import copy bug
|
2014-11-12 13:16:29 +04:00 |
|
|
|
0d2ae7153a
|
fix import copy bug
|
2014-11-11 22:03:00 +01:00 |
|
|
|
f480b985d3
|
cosmetic changes to imports
|
2014-11-11 21:27:06 +04:00 |
|
|
|
0fa0825231
|
rename 'honeypot' parameter to 'protocol', the conch term
|
2014-11-11 21:21:18 +04:00 |
|
|
|
79ac8ca29f
|
move hostname setting to avatar. general direction to move settings to avatar
|
2014-11-11 20:56:52 +04:00 |
|
|
|
a66f8c92cd
|
Merge branch 'master' of https://github.com/micheloosterhof/kippo
|
2014-11-09 23:52:35 +04:00 |
|
|
|
6cf639af74
|
fix copy imports
|
2014-11-09 17:19:27 +00:00 |
|
|
|
9dcb72ff04
|
Merge branch 'master' of https://github.com/micheloosterhof/kippo
|
2014-11-09 17:18:05 +00:00 |
|
|
|
d3bfeca331
|
fix copy imports
|
2014-11-09 17:33:29 +04:00 |
|
|
|
658de4b657
|
ignore all in log/* not just log/kippo.log*
|
2014-11-09 17:28:53 +04:00 |
|
|
|
ad91243658
|
move fscopy out of sftp/protocol into avatar. rename user to avatar
|
2014-11-09 17:28:06 +04:00 |
|
|
|
92013388da
|
add sync command
|
2014-11-09 16:30:27 +04:00 |
|
|
|
4cfa58e73d
|
support additional emacs ctrl keys (c-a, c-b, c-f, c-p, c-n, c-e)
|
2014-11-09 16:26:09 +04:00 |
|
|
|
3b3f1300b9
|
add sleep command
|
2014-11-09 16:05:34 +04:00 |
|
|
|
b697334549
|
add chattr
|
2014-11-08 18:34:24 +00:00 |
|
|
|
5a6d30215a
|
Remove unused modules from textlog
|
2014-11-08 18:32:25 +00:00 |
|
|
|
42fd8a9ee4
|
Do not reset terminal after user logs out
|
2014-11-08 18:30:30 +00:00 |
|
|
|
637e813151
|
Do not store the same malware several times
this decreases disk space consumption
+ also log sha sum
|
2014-11-05 18:20:09 +01:00 |
|
|
|
376015c6b0
|
catch and log full X11 request and catch agent requests.
|
2014-11-05 11:34:56 +04:00 |
|
|
|
3b79c6e861
|
friendly logging of request_env
|
2014-11-05 11:10:16 +04:00 |
|
|
|
8b8651822f
|
check for existence of /etc/ssh/moduli before using it
|
2014-11-05 10:43:39 +04:00 |
|
|
|
e8dc1dec47
|
add pyasn1 to dependencies (needed to do pip install on macosx)
|
2014-11-05 10:35:59 +04:00 |
|
|
|
bd557ade12
|
better logging direct-tcp, shuffle imports.
|
2014-11-04 14:16:35 +00:00 |
|
|
|
8979177a33
|
reverse default exit_jail behavior if option is not specified
|
2014-11-04 10:51:28 +00:00 |
|
|
|
41bc8b65e4
|
Switch from uuid1 to uuid4. uuid4 does not leak ip address
|
2014-11-04 10:42:08 +00:00 |
|
|
|
818c5c16d4
|
put file logs in log directory by default, changelog update
|
2014-11-04 10:37:38 +00:00 |
|
|
|
43b915f68e
|
added simple unstructured JSON logging
|
2014-11-04 10:31:26 +00:00 |
|
|
|
7aa3505adc
|
we need the full re.split for the field limitation
|
2014-11-02 08:51:52 +00:00 |
|
|
|
091197d92a
|
split on && and newline
|
2014-10-31 11:59:23 +00:00 |
|
|
|
806dfa194d
|
add support for '-c' option. option has no effect
|
2014-10-26 07:38:20 +00:00 |
|
|
|
72518cd662
|
Version 7.0 -> 7 to match real Debian
|
2014-10-11 11:51:35 +00:00 |
|
|
|
636b31cd27
|
last log import
|
2014-10-05 21:20:06 +00:00 |
|
|
|
d61ed77be4
|
more twisted.python.log imports
|
2014-10-05 21:16:10 +00:00 |
|
|
|
6c0695ea4c
|
move from implements to @implementer
|
2014-10-05 21:15:14 +00:00 |
|
|
|
c4efff1283
|
add imports for logging, disable logging from fs.py
|
2014-10-05 21:02:24 +00:00 |
|
|
|
4ace22db76
|
convert all 'print' calls to 'log.msg'
|
2014-10-05 20:54:14 +00:00 |
|
|
|
9b8f3d02ca
|
improved ip address regex match in ping
|
2014-10-05 08:31:26 +00:00 |
|
|
|
548a32e935
|
add changelog message on non-port-80 wget
|
2014-10-05 08:25:57 +00:00 |
|
|
|
c9c1792456
|
remove non-port 80 restriction
|
2014-10-05 06:43:48 +00:00 |
|
|
|
1c1a4e7c2b
|
local changes
|
2014-10-04 19:38:23 +00:00 |
|
|
|
c6e495ec20
|
clearer doc, reverse default behavior to disable exi tjail
|
2014-10-04 19:33:43 +00:00 |
|
|
|
9d5930e109
|
Fix timestamp issue when gen'ing fs (Issue #83)
|
2014-10-04 19:22:27 +00:00 |
|
|
|
3fbf21dc5c
|
Merge branch 'exitjail' of https://github.com/g0tmi1k/kippo
|
2014-10-04 19:19:14 +00:00 |
|
|
|
e75fed058f
|
only log stdin to separate file when using execcmd
|
2014-10-04 13:15:06 +00:00 |
|
|
|
27304ba9d8
|
log keystrokes in loggingserver, not in protocol
|
2014-10-04 12:53:40 +00:00 |
|
|
|
c01ef07be1
|
log stdin when
|
2014-10-04 12:43:24 +00:00 |
|
|
|
a3503afc71
|
Merge branch 'diffie-hellman-group-exchange-sha1'
|
2014-10-04 11:03:15 +00:00 |
|
|
|
721cb7ce8d
|
import primes function
|
2014-10-04 11:02:50 +00:00 |
|
|
|
8d95f15202
|
reorder cipher negotiation to resemble current openssh more
|
2014-10-04 10:57:19 +00:00 |
|
|
|
fd4ca2bcf6
|
load module for diffie-hellman-group-exchange-sha1
|
2014-10-04 10:53:55 +00:00 |
|