lawndoc / Respotter

MIT License
0 stars 0 forks source link

Bug: Netbios packet not being received by Scapy #16

Closed lawndoc closed 2 days ago

lawndoc commented 3 days ago

There was a PR to fix this bug in Scapy, but so far in my testing the issue still exists. It could be something else we are doing wrong though.

I'm tracking my debugging work over in the Scapy issue

lawndoc commented 2 days ago

Fixed in a62e0bd

Scapy is not matching long hostnames to the response due to Netbios trimming the hostname to length 15. See https://github.com/secdev/scapy/pull/4446

lawndoc commented 2 days ago

We will probably want to remove our workaround after the above PR is merged in Scapy.