-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'BSON message larger than MAX_MESSAGE_LENGTH' For Non-Content File #483
Comments
no hash no happens :P |
I dont really understand. all process logs has 'BSON' string on their first 4 chars. it can be encode or decode error, something that conflicting with index lenght. |
can you share sample? it looks like it report with wring package header |
before the example,
i also found this similar cuckoosandbox/cuckoo#520 |
you need to check how logging working, it start netlogger and send bson data, and you answered your question in second part |
Hello people, i cant analyze any of bson logs. i changed the code little and tried to see error. and there is;
File:
netlog.py line - 78
I dont know why blen variable is really more than max_message_lenght without any content but just 'BSON'
debug output:
BsonParser decoding problem bad eoo on data[:50] b'\n\xe4\x00\x00\x00\x10I\x00\x00\x00\x00\x00\x02name\x00\x0c\x00\x00\x00__process__\x00\x02type\x00\x05\x00\x00\x00info\x00\x02'
The text was updated successfully, but these errors were encountered: