Commit Graph

2151 Commits

Author SHA1 Message Date
0548e4e8e3 Fixed logging of downloads to database
Downloads were not logging to the database due to an incorrect number of parameters passed to VALUES
2015-12-31 07:35:40 -05:00
6cd1ef3867 various formatting 2015-12-31 09:47:01 +00:00
9f1b1fd021 add doc 2015-12-31 09:40:55 +00:00
0809d668fd twistedchecker 2015-12-31 09:39:25 +00:00
e1e561ec60 Merge pull request #100 from g0tmi1k/mysql
Add log size to MySQL database
2015-12-30 17:51:04 +04:00
8e3ab8a0a5 Log SSH fingerprints 2015-12-30 13:00:39 +00:00
1fea62fdee Add log size to MySQL database 2015-12-30 12:18:00 +00:00
10032eb8d6 fix url parsing for curl 2015-12-30 06:49:50 +00:00
bc7c1f2b57 explicit paths for touch 2015-12-29 13:24:23 +00:00
fde9f0bdb0 touch is in multiple places 2015-12-29 13:23:39 +00:00
e2a48b6319 stop logging last, otherwise disconnect logging give exception 2015-12-29 13:18:22 +00:00
fac6ba6fbf Merge branch 'master' of https://github.com/micheloosterhof/cowrie 2015-12-29 12:23:08 +00:00
0dcd4c2091 catch AttributeError in exit() 2015-12-29 12:22:37 +00:00
9519cb3566 fix write for timeout 2015-12-28 21:47:30 +04:00
74b46f4bd9 cHANGELOG updates 2015-12-28 18:44:09 +04:00
ecb8976b20 interact now only listens on localhost interface 2015-12-28 18:42:06 +04:00
ceb96d0487 set TMOUT 2015-12-28 18:24:03 +04:00
1cb8ab1f95 don't create fake malware files 2015-12-28 18:23:38 +04:00
e68a8dca39 remove malware, dice 2015-12-28 18:21:59 +04:00
911ca26793 remove writeln() and variants 2015-12-28 18:13:50 +04:00
1e566483ec fix motd again 2015-12-28 18:06:28 +04:00
82b33cf807 add CTRL-L (clear screen, redraw prompt) 2015-12-28 17:53:31 +04:00
ec47edd8d0 which is both in /usr/bin and /bin 2015-12-28 16:02:41 +04:00
0a2a3b1e2d move ServerProtocol to insults 2015-12-28 15:46:37 +04:00
e56f413417 move ssh files to ssh directory 2015-12-28 15:14:57 +04:00
9af4ab474c add fixme 2015-12-28 14:07:36 +04:00
79e5e81bc3 remove vim trailer 2015-12-28 13:30:22 +04:00
4fd704ecaf complete split of ssh.py 2015-12-28 13:25:35 +04:00
5bda4dfdec split off session.py 2015-12-28 13:18:47 +04:00
7b32a67090 working avatar splitoff 2015-12-28 13:05:46 +04:00
f961139550 split off avatar 2015-12-28 12:56:55 +04:00
e39268d4f7 Merge pull request #97 from davegermiquet/fixxmpp
Fixxmpp
2015-12-27 08:34:38 +04:00
1df9bf04b5 Fixed up bugs, made it return back JSON when dealing with XMPP and sending alerts to room.
Room Configuration looks like this:

Where cowrie is the room, conference is the server configuration and user is the user logging in

[database_xmpp]
server = conference.domain.net
user = cowrie@domain.net
password = xxxxxxx
muc = cowrie
signal_createsession = cowrie-events
signal_connectionlost = cowrie-events
signal_loginfailed = cowrie-events
signal_loginsucceeded = cowrie-events
signal_command = cowrie-events
signal_clientversion = cowrie-events
debug=true
2015-12-26 23:30:04 -05:00
2e9b846c3f only call cmdstack when it's still there 2015-12-24 19:39:12 +00:00
dd98ada205 remove nextLine() calls 2015-12-24 14:07:04 +00:00
fb3628cf34 twistedchecker formatting 2015-12-24 14:05:55 +00:00
a50b1649ad twistedchecker 2015-12-24 13:59:54 +00:00
fc91b3366d remove writeln() and nextLine() calls 2015-12-24 13:52:31 +00:00
4f20da8aa2 remove malware 2015-12-24 13:40:55 +00:00
65e9a6c1f4 remove dice 2015-12-24 13:21:36 +00:00
b19434f775 also write nextLine() to file 2015-12-24 12:48:54 +00:00
f57db87f80 generalize output redirect 2015-12-24 10:27:00 +00:00
7c63055e27 use local write(ln) 2015-12-24 10:01:33 +00:00
f1bb384290 use local write(ln), not protocol.write(ln) 2015-12-24 10:00:08 +00:00
9b4b7c9270 Merge pull request #1 from micheloosterhof/master
Merged From Head Fork
2015-12-23 19:49:13 -05:00
183f5c512a indentation, cleanup 2015-12-23 20:55:15 +00:00
d10cf246eb Merge pull request #95 from davegermiquet/commandredirectchange
Added Redirection code.
2015-12-24 00:30:24 +04:00
bb7f81128e use 'with' syntax for open file 2015-12-23 20:28:15 +00:00
d15bdb574b Merge pull request #93 from davegermiquet/curl
Fixed Curl
2015-12-24 00:25:30 +04:00
8766bc8db7 Merge pull request #94 from davegermiquet/echochange
Fixed echo bug where session would hang.
2015-12-24 00:23:44 +04:00