Hey MalwareTech,
upon using you Honeypot on a public facing VPS, I am getting the following erros:
~/Log4jTools# python3 SimpleHoneypot.py
error: uncaptured python exception, closing channel <__main__.Log4jHandler 178.239.21.144:59913 at 0x7f7603e76940> (<class 'UnicodeDecodeError'>:'utf-8' codec can't decode byte 0xbf in position 12: invalid start byte [/usr/lib/python3.7/asyncore.py|read|83] [/usr/lib/python3.7/asyncore.py|handle_read_event|422] [SimpleHoneypot.py|handle_read|45])
error: uncaptured python exception, closing channel <__main__.Log4jHandler 178.239.21.144:60037 at 0x7f7603e76dd8> (<class 'UnicodeDecodeError'>:'utf-8' codec can't decode byte 0xbf in position 12: invalid start byte [/usr/lib/python3.7/asyncore.py|read|83] [/usr/lib/python3.7/asyncore.py|handle_read_event|422] [SimpleHoneypot.py|handle_read|45])
error: uncaptured python exception, closing channel <__main__.Log4jHandler 192.241.207.116:46952 at 0x7f7603e76dd8> (<class 'UnicodeDecodeError'>:'utf-8' codec can't decode byte 0xfe in position 11: invalid start byte [/usr/lib/python3.7/asyncore.py|read|83] [/usr/lib/python3.7/asyncore.py|handle_read_event|422] [SimpleHoneypot.py|handle_read|45])
error: uncaptured python exception, closing channel <__main__.Log4jHandler 68.183.125.37:47268 at 0x7f7603e76dd8> (<class 'UnicodeDecodeError'>:'utf-8' codec can't decode byte 0xd9 in position 11: invalid continuation byte [/usr/lib/python3.7/asyncore.py|read|83] [/usr/lib/python3.7/asyncore.py|handle_read_event|422] [SimpleHoneypot.py|handle_read|45])
They seem to be caused by different people requesting stuff that cant be decoded ?
Any idea how to fix ?