-
Notifications
You must be signed in to change notification settings - Fork 79
/
changelog.txt
114 lines (84 loc) · 2.84 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
1.0.7 (2020-12-27)
- Added custom POP3 banner (#143)
- Disabled RDP until we have an stable implementation.
- Various minor fixes and improvements
1.0.6 (2019-10-12)
- Added RDP capability (#25)
- Added MySQL capability (#76)
- Fixed HPFeeds bug (#123)
- Added basic password cracker
- Various minor fixes and improvements
1.0.5 (2019-04-18)
- Fixed asynssh issue (#111)
1.0.4 (2019-04-13)
- Added logging for auxiliary data for socks5, http and ssh (#85, #93, #95, #100)
- Added mysql capability (#95)
- Various fixes
1.0.3 (2018-11-20)
- Get destination ip from socket (#88)
1.0.2 (2018-09-10)
- HPFeeds issue fixed (#86, #87)
1.0.1 (2018-04-27)
- Socks5 capability added (#72)
- Added feature that allows pcap recording of session (Curiosum integration)
- Various minor fixes and improvements
1.0.0 (2017-12-28)
- Added VNC support (#68)
- New logging scheme (log_session.csv and log_auth.csv)
- Various minor fixes and improvements
0.2.4 (2017-12-3)
- Fixed issue with MANIFEST.IN (#69)
0.2.3 (2017-12-3)
- Added requirements-test.txt to MANIFEST.IN (#69)
0.2.2 (2017-10-19)
- Added PostgreSQL support.
- Added preliminary HPFriends support.
0.2.1 (2017-08-23)
- Gevent replaced with asyncio
- Various fixes
0.2.0 (2017-06-23)
- Heralding converted to Python 3
0.1.17 (2017-06-20):
- NOTICE: This will be the last python 2 version of Heralding. All
future versions will be Python 3.
- Imap capability added
0.1.16 (2017-04-25):
- Added ability to customize SSH banner
- Fixed issue with encoding in CSV logger (#17)
- Fixed issue when no shared ciphers found (#22)
0.1.15 (2016-10-31):
- improvements to logger shutdown flow
0.1.14 (2016-08-17):
- fixed premature ending of SSH sessions
0.1.13 (2016-05-20):
- fixed decoding issue in smtp capability
0.1.12 (2016-05-15):
- https and pop3s fixed and enabled by default
0.1.11 (2016-05-6):
- Fixed bug that involved source_port not getting logged in CSV files
0.1.10 (2016-04-17):
- Application will now be taken down if a logger fails
0.1.9 (2016-04-15):
- Fixed typo in CSV reporter (souce_port -> source_port)
0.1.8 (2016-04-08):
- Application will now exit if a capability cannot bind to a port
- Added option to lookup public ip
0.1.7 (2016-04-03):
- Configurable timeouts
0.1.6 (2016-04-03):
- Fixed issue with sessions not getting closed
- Introduced hard limit on number of concurrent sessions
0.1.5 (2016-04-03):
- Added some debug logging
0.1.4 (2016-04-02):
- Added ZMQ logger
- Added auth_id to file logger
0.1.3 (2016-03-20):
- Fixed CSV logging issue
0.1.2 (2016-03-19):
- Fixed issue where config file was not included in module
0.1.1 (2016-03-18):
- Minor build update
0.1.0 (2016-03-18):
- Support for the following protocols: SSH, telnet, smtp, ftp, http, pop3
- Stripped away unneeded components from the Beeswarm project (https://github.com/honeynet/beeswarm)