We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "./checker.py", line 56, in recvPkt = conn.send_trans(pack('<H', TRANS_PEEK_NMPIPE), maxParameterCount=0xffff, maxDataCount=0x800) File "/mnt/hgfs/OSCP/5/MS17-010/mysmb.py", line 262, in send_trans self.send_raw(self.create_trans_packet(setup, param, data, mid, maxSetupCount, totalParameterCount, totalDataCount, maxParameterCount, maxDataCount, pid, tid, noPad)) File "/mnt/hgfs/OSCP/5/MS17-010/mysmb.py", line 259, in create_trans_packet return self.create_smb_packet(transCmd, mid, pid, tid) File "/mnt/hgfs/OSCP/5/MS17-010/mysmb.py", line 229, in create_smb_packet req = str(pkt)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
File "./checker.py", line 56, in
recvPkt = conn.send_trans(pack('<H', TRANS_PEEK_NMPIPE), maxParameterCount=0xffff, maxDataCount=0x800)
File "/mnt/hgfs/OSCP/5/MS17-010/mysmb.py", line 262, in send_trans
self.send_raw(self.create_trans_packet(setup, param, data, mid, maxSetupCount, totalParameterCount, totalDataCount, maxParameterCount, maxDataCount, pid, tid, noPad))
File "/mnt/hgfs/OSCP/5/MS17-010/mysmb.py", line 259, in create_trans_packet
return self.create_smb_packet(transCmd, mid, pid, tid)
File "/mnt/hgfs/OSCP/5/MS17-010/mysmb.py", line 229, in create_smb_packet
req = str(pkt)
The text was updated successfully, but these errors were encountered: