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
UDP channels mostly work in a client-oriented way, but lack all the datagram features. Windows meterpreter seems to support the following that mettle does not (see: https://github.com/rapid7/metasploit-payloads/blob/master/c/meterpreter/source/extensions/stdapi/server/net/socket/udp.c)
'LocalPort'
sendto
recvfrom
Additional minor thing: network channel reads are not written to the debug log.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
UDP channels mostly work in a client-oriented way, but lack all the datagram features. Windows meterpreter seems to support the following that mettle does not (see: https://github.com/rapid7/metasploit-payloads/blob/master/c/meterpreter/source/extensions/stdapi/server/net/socket/udp.c)
'LocalPort'
in Rex parlance.sendto
recvfrom
Additional minor thing: network channel reads are not written to the debug log.
The text was updated successfully, but these errors were encountered: