Closed Chocapikk closed 4 weeks ago
@Chocapikk Does this just fix the crash, or is there an underlying issue? I recently had a problem exactly like this where getServerOS() was returning data that was unpacked incorrectly. Same error, but the underlying issue was in impacket's structs. I'm wondering if this would cause the OS to be misidentified
@Adamkadaban had the same error when accidently scanning myself with responder being active. @Chocapikk can you add a comment in the code explaining why that is needed and when it occured?
Hello @NeffIsBack @Adamkadaban , yes this problem occurs when scanning a machine on the network on which Responder is running. The error is triggered when an attempt is made to interact with this system.
I fixed a bug by moving a portion of the code higher up.