Commit Graph

966 Commits

Author SHA1 Message Date
4f8b1d2d56 implemented postcomment 2016-01-05 12:38:43 +04:00
95f4cb485c remove unnecesary depenency requests 2016-01-05 04:18:44 +00:00
672cc0dc7c improve VT support 2016-01-05 04:15:14 +00:00
e218c7c371 remove dependency 2016-01-05 03:40:18 +00:00
efab340cc1 virustotal via Twisted http client 2016-01-04 19:55:00 +00:00
4e59ddfba0 more paths for head/tail 2016-01-04 13:40:32 +00:00
c07a5d6b18 properly log SFTP uploads 2016-01-04 13:37:13 +00:00
68fdb81550 virustotal now working with URLs only 2016-01-04 13:07:40 +00:00
0da9dc0791 virustotal wip 2016-01-04 11:10:10 +00:00
b89684587f wip 2016-01-04 11:10:10 +00:00
60ec0ca280 gracefully handle ecdsa failures 2016-01-04 11:08:50 +00:00
357073616c default linux link loop limit is 8. 2016-01-03 13:11:53 +04:00
819b3c65e0 py3 compatible string 2016-01-03 13:03:02 +04:00
3f66e248e0 convert to new style classes 2016-01-03 11:38:41 +04:00
7d9423ad60 Merge pull request #103 from Kc57/master
Fixed logging of downloads to database
2016-01-01 13:12:22 +04:00
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