projectdiscovery / katana

A next-generation crawling and spidering framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output file not created when using -kf option

99smith opened this issue · comments

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

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.
  • all
  • robotstxt
  • sitemapxml