Skip to content

Releases: cowrie/cowrie

v.2.5.0

09 Jan 15:19
0001168
Compare
Choose a tag to compare

Release 2.5.0


  • Datadog output module (Fred Baguelin frederic.baguelin@datadoghq.com)
  • General improvements to shell expansion handling
  • New version of Twisted supported
  • Python 3.11 support
  • Pypy 3.9 support
  • Add session type to Telegram output

v2.4.0

16 Jul 02:41
988c7e8
Compare
Choose a tag to compare

Release 2.4.0


  • Deprecate Python 3.7
  • Early support for Python 3.11
  • ThreatJammer output plugin (@diegoparrilla)
  • Telegram output plugin (@Louren)
  • Discord output plugin (@CyberSparkNL)
  • Updated mongodb output plugin
  • Dependency upgrades
  • Docker repo merged with this one
  • wget and curl rewritten using treq.
  • Migrate test framework from trial to unittest (@lazycrazyowl)

v2.3.0

17 Oct 15:32
555ff10
Compare
Choose a tag to compare

Release 2.3.0
Deprecate Python 3.6
Support Python 3.10
Dependency updates
MISP Output plugin extension
add new public keys ECDSAKeys and ed25519 (#1627)
fix userdb.example (#1619)
cache url submission to virustotal
MySQL connector (#1575) - needs new external dependency mysql-connector-python
Fix mysql string expansion (#1565)
Rewrite CSIRTG output plugin to use new library version
Fixed the Slack output to work with the versions 2.x of slackclient
fix MySQL error handling
fix tar command
limit connections to private address ranges
Update GreyNoise Output Script to Use Community API (#1524)
Implement getopt-style parsing for uname (#1516)
Allow SSLv3 connections for wget and curl
Support for 301 redirects in wget
Malshare update API (#1472)
Remove hpfeeds.py infavour of hpfeeds3.py

v2.2.0

11 Nov 16:35
ecfb7e3
Compare
Choose a tag to compare

Release 2.2.0

  • Deprecate Python 2.7 and 3.5
  • Command substitution with backticks (PeterSufliarsky)
  • Better chmod command line parsing (PeterSufliarsky)
  • Add uniq command (PeterSufliarsky)
  • Enhanced command substitution functionality.
  • Fix nc hang
  • Rename built-in user richard to phil, it's used as detection mechanism.
  • Binary suppport for cat, grep and other commands
  • Azure Sentinel output plugin

v2.1.0

10 May 15:39
53ddb8d
Compare
Choose a tag to compare
  • Deprecate Python 2.7. Still works but removed from testing suite and fixing 2.7 problems will no longer have priority.
  • Disable crashreporter
  • Updated ELK documentation and output plugin
  • tee command added. Updates to cat, dd and wc.
  • Fixed SSH compression issue with AsyncSSH client
  • AbuseIP output plugin.

v2.0.2

05 Nov 18:41
a1e27d9
Compare
Choose a tag to compare

Small bugfixes.

v2.0.1

02 Nov 13:15
9738d78
Compare
Choose a tag to compare

Various fixes to 2.0.0 release.

Proxy support

04 Oct 16:37
9738d78
Compare
Choose a tag to compare

Based on Guilherme's work for Google Summer of Code 2019, this is the beta release for Cowrie 2.0

Cowrie 2.0.0 with Proxy Support!

15 Oct 15:50
dea3034
Compare
Choose a tag to compare
  • Based on @sgtpepperpt's excellent work for GSoC we are now releasing Cowrie 2.0.0 with Proxy Support! Cowrie can now run in Proxy Mode and run a set of real live systems in the back-end using Qemu for more accurate backend simulation.

1.6.0

04 Apr 20:55
Compare
Choose a tag to compare

Release 1.6.0

  • 2019-03-31 New documentation theme
  • 2019-03-23 Greynoise output plugin (@mzfr)
  • 2019-03-19 direct-tcp forwarding now written to databases (@gborges)
  • 2019-03-19 Reverse DNS output plugin (@mzfr)
  • 2019-03-17 Shell emulation pipe upgrade (@NunoNovais)
  • 2019-03-14 Shell emulation environment variables improved (@NunoNovais)
  • 2019-03-14 SSH crypto parameters now configurable in config file (@MSharma)
  • 2019-03-13 Disable keyboard-interactive authentication by default with option to enable
  • 2019-03-13 Added wc, crontab, chpasswd command (@NunoNovais)
  • 2019-
  • 2019-03-07 Output of ssh -V now configurable in cowrie.cfg with ssh_version setting
  • 2019-03-07 Multiple timezone support in cowrie.cfg timezone directive. Default timezone is now UTC for both cowrie.log and cowrie.json
  • 2019-03-12 Handle multiple password prompt. Option to enable or disable keyboard interactive prompt.