Skip to content

Commit

Permalink
smb: add support for v3.0 and v3.0.2 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
scohen-censys authored Nov 8, 2024
1 parent 8333a12 commit ff10897
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/smb/smb/smb.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ func (s *Session) NewNegotiateReq() NegotiateReq {

dialects := []uint16{
uint16(DialectSmb_2_1),
uint16(DialectSmb_3_0),
uint16(DialectSmb_3_0_2),
}
return NegotiateReq{
Header: header,
Expand Down

0 comments on commit ff10897

Please sign in to comment.