Open juushya opened 10 years ago
SNMP is not supported yet for Metasploit XML. It should be a fairly easy update but I won't have much time to do it for the next few days.
The Medusa (and THC Hydra) importer does not really have support for SNMP as it's only applying to the t_accounts table. Can you put a gist up with some sample SNMP output from medusa? I'll see about adding support when I get some time.
Hi Kurt,
Medusa run output for SNMP comm strings adds only one of either RO / RW string. This is because each string is added against the same '' username. So, if medusa output has RO and RW strings for SNMP port, importing the results, overwrite one of the two comm strings.
Importing Metasploit XML which has SNMP RO/RW does not add comm strings to host in Kvasir either.
It will be useful to have functionality for SNMP mass import.
Thanks.