The auxiliary/admin/http/netgear_pnpx_getsharefolderlist_auth_bypass module calls handler.run which does not validate the datastore before invoking the handler module. This can introduce subtle bugs and should be rectified by chaning to use the #run_simple API.
See parent issue #21313 for context.
The
auxiliary/admin/http/netgear_pnpx_getsharefolderlist_auth_bypassmodule callshandler.runwhich does not validate the datastore before invoking the handler module. This can introduce subtle bugs and should be rectified by chaning to use the#run_simpleAPI.See parent issue #21313 for context.