I'm trying to run Nuclei with Burp Suite's exported XML as input using the command nuclei -t test.yaml -l burp_export.xml -im burp
However I get the error: "FTL: Could not run nuclei: no templates provided for scan." There is nothing wrong with the test.yaml template, as it works just fine when running it on a single target. The burp_export.xml seems to be valid as well, as Nuclei outputs: [INF] Targets loaded for current scan: 305
What is it I'm doing wrong?