Commit Graph

2185 Commits

Author SHA1 Message Date
Mehtab Zafar 571d4f0308 Use command instead of which for checking authbind (#1145) 2019-06-20 11:28:18 +04:00
Mehtab Zafar 4ef3d18270 Remove deprecated options from config file (#1151) 2019-06-20 11:27:50 +04:00
Michel Oosterhof 5d321950a0
dependency upgrade Thu Jun 20 10:34:24 +04 2019 (#1152) 2019-06-20 11:27:13 +04:00
Michel Oosterhof 31ad2c1a54
handle submission if there is no good url (#1144) 2019-06-13 08:34:49 +04:00
Michel Oosterhof 8b363c3432
dependency upgrade Sun Jun 9 10:45:35 +04 2019 (#1143) 2019-06-09 13:07:43 +04:00
Michel Oosterhof 179166cd63
sleep command accepts 's' 'h' or 'm' (#1141) 2019-05-30 11:11:08 +04:00
Michel Oosterhof 4bf5b4a3cc
Dependency upgrade 2019 05 29 (#1140)
* python dependency upgrade Wed May 29 05:34:21 +04 2019
2019-05-30 10:36:24 +04:00
Michel Oosterhof d925e23d13
scripts to update and freeze main dependencies (#1139) 2019-05-29 05:17:45 +04:00
Michel Oosterhof efa4df978f
Tests on CircleCI
* version one
2019-05-25 11:09:10 +04:00
Michel Oosterhof 73fda01b1a
travis org->com for icon (#1135) 2019-05-25 10:35:01 +04:00
Michel Oosterhof f551b249f0
Pickle (#1134)
* load pickle from scratch, don't deepcopy
* allow output module `import` without side effects
* set up intersphinx for py3 and twisted
2019-05-21 01:00:49 +04:00
Michel Oosterhof c0217d3ef4
don't use `url` key for non-urls (#1133) 2019-05-17 21:56:23 +04:00
Michel Oosterhof 9e471824fc
Rewrite config as a singleton object (#1129)
* config as singleton so that the cowrie code can be imported without running code.
2019-05-17 20:49:45 +04:00
Michel Oosterhof 68a15bf93a
'scans' key does not exist if item was submitted but not yet scanned (#1132) 2019-05-17 20:47:54 +04:00
Michel Oosterhof 2c39da7684
run with 'allinfo' to get more data (#1130) 2019-05-16 18:12:35 +04:00
Walter af89919b16 Update commands/files (#1128)
* Update commands/files

There were some typo's in the README, these were adjusted and tested.

* Removed StateDirectory & LogsDirectory in .service

Were not required and giving errors:
May 16 12:28:07 debian systemd[1]: [/etc/systemd/system/cowrie.service:16] Unknown lvalue 'StateDirectory' in section 'Service'
May 16 12:28:07 debian systemd[1]: [/etc/systemd/system/cowrie.service:17] Unknown lvalue 'LogsDirectory' in section 'Service'
2019-05-16 18:11:06 +04:00
Michel Oosterhof 4a3f3ae30a
only submit url if there is a url (#1127) 2019-05-15 12:22:40 +04:00
Michel Oosterhof ec38fd2447
vt fixes (#1126) 2019-05-12 21:50:16 +04:00
Aurélien SVEVI 888b1ca786 Update rm implementation (#1117)
* Update rm implementation
2019-05-12 21:39:21 +04:00
Michel Oosterhof 3c99ed531b
more tox (#1125) 2019-05-12 21:38:49 +04:00
Michel Oosterhof a1324ddac0
Tox (#1123)
* tox
2019-05-12 19:40:45 +04:00
Michel Oosterhof 4840e586f6
add Michel as copyright owner and RST formatting (#1121) 2019-05-12 19:33:14 +04:00
Michel Oosterhof d3c65ca19e
allow wget error message to be utf8 (#1120) 2019-05-12 18:50:09 +04:00
Michel Oosterhof 9aa66b05bd
virustotal output parsing (#1119) 2019-05-12 18:44:24 +04:00
Guilherme Borges 6157d066bc exclude env dir in flake test (#1115) 2019-05-12 18:20:30 +04:00
Guilherme Borges b291702b65 get supported versions from twisted (#1114) 2019-05-12 18:00:40 +04:00
Michel Oosterhof cde184ce72
Makefile updates (#1118)
* makefile updates
2019-05-12 17:58:14 +04:00
Michel Oosterhof 25eba0aab0
iterator that works on python 2 and 3 (#1111) 2019-05-06 17:00:40 +04:00
Michel Oosterhof d5ca8321e4
add makefile (#1108) 2019-05-04 20:34:16 +04:00
Michel Oosterhof 63d697e0bf
better handling of non existing users and malformatted passwd files (#1106)
* better handling of non existing users and malformatted passwd files
2019-05-04 11:58:52 +04:00
Michel Oosterhof d55418dcb0
posix parsing (#1105) 2019-05-04 11:16:20 +04:00
Michel Oosterhof 1c87da0f54
correct var expansion for AUTHBIND_ENABLED (#1104) 2019-05-04 11:14:30 +04:00
Mehtab Zafar f2c899cb96 Handle timeout error (#1093)
* Handle timeout error
* Add debug option in config file
2019-04-21 11:41:21 +04:00
Mehtab Zafar 94408f8c41 Remove unused import (#1098) 2019-04-20 22:47:46 +04:00
Michel Oosterhof 80b77d8e1e use existing id 2019-04-16 21:54:54 +04:00
Michel Oosterhof e4e9f115e6 overlapping id 2019-04-16 21:54:04 +04:00
Michel Oosterhof 338e2edc4a
Authbind check (#1094)
* check authbind executable
* make possible to override authbind.
2019-04-16 15:57:48 +04:00
Michel Oosterhof 4e515fdba9
add unique id to forwarding session (#1091)
to make it easier to combine multiple requests.
2019-04-16 15:47:50 +04:00
Michel Oosterhof 44efaa17bd
wrong text type in bash stdin (#1092)
* wrong text type
* new test case for 'echo echo test | bash'
2019-04-16 15:44:22 +04:00
Michel Oosterhof 7e5f50fcaa
add bcrypt requirement (#1087) 2019-04-11 12:57:18 +04:00
Michel Oosterhof 8a0d18320a change python version message 2019-04-05 00:58:46 +04:00
Michel Oosterhof f0ed16ee14 add changelog for release 2019-04-05 00:54:51 +04:00
isra ee01f9cb75 Enable utf8 charset on mysql output and small improvement of documentation (#1082)
* add utf8mb4 charset to mysql output plugin
* added missing option for enabling mysql output (documentation)
2019-04-04 10:37:06 +04:00
Michel Oosterhof 297937fcfb
Sphinx rtd theme (#1081)
* read-the-docs theme
* import all dev requirements
* add FAQ and fix Sphinx warnings
2019-03-31 13:09:15 +04:00
Richard Dzenis 74ad5a338c fix automatic authbind detection (#1078) 2019-03-29 16:34:36 +04:00
Michel Oosterhof fe1ce7d74e
move message() around (#1077) 2019-03-28 00:44:57 +04:00
Michel Oosterhof c02a473889
queued command fix (#1074) 2019-03-25 22:55:47 +04:00
Mehtab Zafar 10d1dfde17 Fix log message (#1073) 2019-03-24 16:51:52 +04:00
Michel Oosterhof 0e88350ab0
Optim (#1072)
* small updates
* remove spaces from JSON to compress more
2019-03-24 02:23:25 +04:00
Michel Oosterhof 93d1c4112d
update greynoise (#1071)
* update greynoise
* flake8 fix for reversedns
2019-03-23 22:19:48 +04:00