Hi, is there a way to do a non-blocking read on an SMB named pipe? If not, could there be support added? I have been trying to hack something together, similar to netcat, but over an SMB named pipe using impacket. Maybe my Python skills are just inept, but I'm having a hard time getting both reading/writing working when poll()'ing on the SMBConnection.get_socket()
Hi, is there a way to do a non-blocking read on an SMB named pipe? If not, could there be support added? I have been trying to hack something together, similar to netcat, but over an SMB named pipe using impacket. Maybe my Python skills are just inept, but I'm having a hard time getting both reading/writing working when poll()'ing on the SMBConnection.get_socket()