Hi all !
I performed a crawl with these options:
katana -u https://*** -timeout 30 -headless -js-crawl -xhr -fs dn -depth 1 -aff -fx -j | jq . > crawl.json
I've noticed that in the output file crawl requests using the POST method unfortunately have the GET method in the raw data field.
The problem is that when I use this file as input for nuclei, the request is generated using the GET method and not POST. 😦 (cf. picture)
Is this a misunderstanding on my part or a bug? In addition, these POST requests are generated by the crawl with the -aff option.
Thank you in advance for your help and have a nice weekend! 🙂