#Burp bulk input not working with Nuclei?

1 messages · Page 1 of 1 (latest)

compact birch
#

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?

warped spruce
#

There is nothing wrong with the test.yaml template, as it works just fine when running it on a single target
i’m assuming you’re using -u for a single target, but does it also work with -l list.txt?