Hi everyone!
According to the docs, for a set of sqlmap config files, each one needs to be defined by lines like: <sqlMap resource="sqlmaps/myconfigfile1.xml" /> <sqlMap resource="sqlmaps/myconfigfile2.xml" /> ... Is there a possibility instead to define a directory in which all my sqlmap config files reside? Something like: <sqlMap resourcedir="sqlmaps" /> or alternatively wildcards? Something like: <sqlMap resource="sqlmaps/*.xml" /> If there are non of these possibilities available, are there reasons against implementing them? Greetings, Markus