You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting results to JSON, the field banner.byte is often padded with null bytes, making it unreliable. This seems to happen with short (less than 256 bytes) TCP banners (when the server talks first, without needing a hello from the client).
The 256 bytes is consistent with buffer sizes often used in the code.
The text was updated successfully, but these errors were encountered:
When exporting results to JSON, the field
banner.byte
is often padded with null bytes, making it unreliable. This seems to happen with short (less than 256 bytes) TCP banners (when the server talks first, without needing a hello from the client).The 256 bytes is consistent with buffer sizes often used in the code.
The text was updated successfully, but these errors were encountered: