TestingScripts icon indicating copy to clipboard operation
TestingScripts copied to clipboard

SNMPv3Enum misses users where there's no authentication

Open raesene opened this issue 9 years ago • 0 comments

If a response comes back to a user enumeration request where it allows the request just with the username, the enum script barfs as it's not one of our two handled cases.

Need to add a third case, likely where it matches the OID requested.

iso.3.6.1.2.1.1.1.0

would seem like a plausible string to match.

raesene avatar Nov 22 '16 12:11 raesene