The post/multi/recon/local_exploit_suggester module calls mod[:module].check which does not validate the datastore before invoking the module's check method. This can introduce subtle bugs and should be rectified by changing to use the #check_simple API.
See parent issue #21313 for context.
The
post/multi/recon/local_exploit_suggestermodule callsmod[:module].checkwhich does not validate the datastore before invoking the module's check method. This can introduce subtle bugs and should be rectified by changing to use the#check_simpleAPI.See parent issue #21313 for context.