Sandeep Singh
Sandeep Singh
duplicate of https://github.com/projectdiscovery/katana/issues/638, fixed in dev
@nullenc0de you are using passive crawl mode which can't have actual status code, as of now output include a placeholder value to make it resuable to process the output file...
@ResistanceIsUseless thanks! we will work on common implementation to support this in all / applicable projects.
this should be fixed with latets utils update.
@abhijithpa Can you also include details of your system/OS/arch?
@brutexploiter this is being tracked as part of https://github.com/projectdiscovery/katana/issues/209
@edoardottt the above example was for response format, for the filenames, we are adopting httpx to follow [meg](https://github.com/tomnomnom/meg) format in https://github.com/projectdiscovery/httpx/pull/848 and something to adopt here as well.
`export VT_API_KEY ="your_vt_key"`
Another example is where the actual response is HTML encoded and nuclei see it as unencoded. test2.yaml ```yaml id: reflected-xss info: name: test author: test severity: info headless: - steps:...
@fmunozs those are warnings that can be seen using `-v` option: ``` nuclei -duc -t nuclei-old-templates/ -v ```