Xavier Mertens
Xavier Mertens
Good remark! I'll work on this.
I just did a commit to solve this issue (1fe86af). Let me know!
Yes I could but IMHO there is a (small) risk of conflict with common emails if you receive a lot of them at the same time.
I'll have a look. Probably an UTF issue...
As a temporary workaround, you can replace line 211 with: body = part.get_payload(decode=True).decode(errors='ignore')
Thank you for the feedback. It looks an interesting enhancement. I'll look into it. I'm also working on a way to fill extra-fields based on regexes.
Thank you for the quick reply. I'm still discovering the tool and did not test the monitoring server. Looks interesting, however, I think that having a classic flat log file...
Tx for the replies... I can't just load the module... Ex: ``` >>> from floss import stackstrings Traceback (most recent call last): File "", line 1, in ImportError: cannot import...
> Thanks for raising this issue @xme > > It looks like FLOSS is in a bit of broken state right now: > > * vivisect yanked their v0.1.0 release...
Hello, a newcomer in this discussion... I'm facing the exact same situation... TH4 started (everything in docker). I can use it, but the migration script does not work... :(