Michel Oosterhof

Results 134 comments of Michel Oosterhof

Hello! Would it be possible to merge this? XMPP output support in Cowrie depends on this and is broken with newer versions of Twisted.

``` Python 3.9.0 (default, Oct 8 2020, 06:18:59) [Clang 7.1.0 (tags/RELEASE_710/final)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from wokkel import muc Traceback (most recent...

Please don't post screenshots, but copy and paste the window contents. The honeypot doesn't start because you're already running another twistd process, see the last line of the error. The...

This should be fairly easy to implement as a modification to the MySQL plugin.

can you share the rest of the exception? i'm missing the main error.

Shutting down the honeypot doesn't make a lot of sense, it's not a normal machine. But we could disconnect the user when they type `kill -1 -1`.

Yeah, -1 sends SIGHUP, and -9 sends SIGKILL, for the init process that usually means rereading /etc/inittab (before systemd days)

If you are going to change the schema around massively, maybe create a new output plugin, and do all your changes there? So not to disturb the user base of...

I'll change the value to 2133.304 Mhz as a quick way to avoid the indicator. These values can easily be modified by the honeypot owner to look like a new...

Okay, looks like a string/bytes issue, I'll take a look.