mirror of
https://github.com/projectdiscovery/nuclei
synced 2026-06-08 16:50:47 +00:00
bbc010b637
`ConnectSMBInfoMode` only tried SMBv1 when SMB2/3 negotiation failed so dual-stack servers could report `SupportV1` as false even when SMBv1 was enabled. Run a same-target SMBv1 probe after successful SMB2/3 negotiation and merge the support flag into the returned log w/o changing the negotiated SMB2/3 version. Fixes #4832 Signed-off-by: Dwi Siswanto <git@dw1.io>