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
The snmp_enumshares signature is ' - ' in order to match the enumeration of the shares.
' - '
But when the module fails because the connection is refused, this signature also matches:
[*] Initializing modules... ^[[0m^[[0mRHOSTS => 127.0.0.1 ^[[0mRPORT => 161 ^[[0m^[[1m^[[34m[*]^[[0m Error: 127.0.0.1: Errno::ECONNREFUSED Connection refused - recvfrom(2) ^[[1m^[[34m[*]^[[0m Scanned 1 of 1 hosts (100% complete) ^[[1m^[[34m[*]^[[0m Auxiliary module execution completed ^[[0m
For now, 448187c removes the broken signature (which by the way breaks one unit test case).
The text was updated successfully, but these errors were encountered:
[metasploit] Deactivate currently broken test (#3).
325811c
No branches or pull requests
The snmp_enumshares signature is
' - '
in order to match the enumeration of the shares.But when the module fails because the connection is refused, this signature also matches:
For now, 448187c removes the broken signature (which by the way breaks one unit test case).
The text was updated successfully, but these errors were encountered: