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
41dc4e93c3
Added Redirection code.
2015-12-23 08:16:40 -05:00
cc5052015b
Fixed echo bug where session would hang.
2015-12-23 08:09:21 -05:00
e981568117
Fixed Curl
2015-12-23 08:03:34 -05:00
f6fec48580
Merge pull request #89 from g0tmi1k/branding
...
Kippo -> Cowrie
2015-12-23 10:58:55 +04:00
0a3916f944
Kippo -> Cowrie
2015-12-22 22:28:26 +00:00
1f75df6827
formatting
2015-12-19 08:01:09 +00:00
af55ff690f
formatting
2015-12-19 07:59:51 +00:00
e931e0692e
formatting
2015-12-19 07:57:30 +00:00
ea11d3cf48
formatting. removed unused functions
2015-12-19 07:56:19 +00:00
c14c08340a
formatting
2015-12-19 07:54:22 +00:00
18efb7aa52
formatting
2015-12-19 07:52:57 +00:00
ff5f1441e2
formatting
2015-12-19 07:50:37 +00:00
da877e8000
formatting
2015-12-19 07:48:53 +00:00
bcd796f915
formatting
2015-12-19 07:47:25 +00:00
0bad8032f5
adduser formatting
2015-12-19 07:45:44 +00:00
90f392561a
long option --help
2015-12-19 07:38:16 +00:00
7a709ce170
cleanup curl. add help
2015-12-19 07:35:16 +00:00
cb1f39f400
set PATH for root and normal users
2015-12-18 13:15:45 +00:00
a1ec906756
Merge pull request #87 from g0tmi1k/ignore
...
gitignore twisted cache
2015-12-16 00:15:07 +04:00
63cee78828
gitignore twisted cache'd
2015-12-13 22:38:46 +00:00
ef7231db97
Merge branch 'master' of https://github.com/micheloosterhof/cowrie
2015-12-12 13:28:01 +00:00
88e912c47e
Merge pull request #86 from SecPascal/patch-1
...
Don't fail on non-existing username in /etc/passwd
2015-12-12 11:07:23 +04:00
5f760a4a14
tabs to spaces
2015-12-12 07:06:45 +00:00
899b3fad02
Merge pull request #85 from g0tmi1k/fsctl
...
Create parent directory & multi folders with fsctl.py
2015-12-12 11:05:23 +04:00
b789699ac1
Don't fail on non-existing username in /etc/passwd
...
The AuthRandom auth class accepts random usernames, which may not exist in /etc/passwd.
2015-12-11 18:13:04 +01:00
d6661784bf
Create parent directory & multi folders with fsctl.py
2015-12-11 14:22:28 +00:00
f1c6f59294
Merge pull request #84 from g0tmi1k/fs
...
Add wildcard support for file system creation. (Thanks @g0tmi1k)
2015-12-11 16:25:57 +04:00
c76f26ee1e
Add wildcard support for file system creation
2015-12-11 12:21:29 +00:00
a1aceab90f
comments, spelling and shutdown output plugins
2015-12-10 14:04:02 +00:00
0ed569b2e6
split ssh.py in multiple files to manage easier
2015-12-10 13:13:54 +00:00