Pike doesn't sign SMB2_CANCEL request
Open
bug
- Dominant language
- Python
- Stars
- 39
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
model.py
```
1207 # Don't bother trying to sign cancel
1208 smb_req.flags &= ~smb2.SMB2_FLAGS_SIGNED
```
Windows Server 2016 returns STATUS_ACCESS_DENIED when this unsigned cancel request comes in on a channel that has negotiated signing required
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.