thinkst / opencanary

Modular and decentralised honeypot
http://opencanary.org
BSD 3-Clause "New" or "Revised" License
2.28k stars 357 forks source link

Various fixes in MySQL and HTTP proxy modules #223

Closed wtfloris closed 1 year ago

wtfloris commented 1 year ago

Two issues with the MySQL module and one with HTTP proxy are fixed:

All of these issues allowed an attacker to identify the canary without triggering an alert.

Lastly, the test where the MySQL password was checked needed to be disabled. This would fail because the salts are now random, and the password is unpredictable.

jayjb commented 1 year ago

Hi @wtfloris,

Thanks so much for the bug fixes. These are totally great. Please email me at jay [at] thinkst [dot] com so that we can send you something to say thanks for contributing to our project