projectdiscovery / katana

A next-generation crawling and spidering framework.
MIT License
10.25k stars 533 forks source link

Output file not created when using -kf option #765

Closed 99smith closed 4 months ago

99smith commented 4 months ago

the command : katana -list xyz.com.txt -jc -kf -cs xyz.com -o xyz.katana

will not create output file xyz.katana

but if we will remove -kf option the output file will be created ..

katana -list xyz.com.txt -jc -cs xyz.com -o xyz.katana

dogancanbakir commented 4 months ago

When using the -kf flag, please ensure that you provide one of the following options:

   -kf, -known-files string      enable crawling of known files (all,robotstxt,sitemapxml), a minimum depth of 3 is required to ensure all known files are properly crawled.