katana icon indicating copy to clipboard operation
katana copied to clipboard

A next-generation crawling and spidering framework.

Results 140 katana issues
Sort by recently updated
recently updated
newest added

when using `-store-field` katana stores data in a hardcoded location: `katana_field` We need some sort of customizability for the saving Directory for example: ``` katana /u sample.tld -store-field dir,file,path,key,value -store-field-dir...

Status: Completed
Type: Enhancement

**Issue with Setting User-Agent Header in Headless Mode** I've encountered an issue where setting the `User-Agent` header in headless mode was not effective, despite specifying it through both `-H "User-Agent:...

Is support auto scan parent dir,such as find a link like "/templates/2009/index.css", then auto detect /templates/2009/ /templates/

Type: Discussion
Type: Enhancement

Some regex updates, a User Agent update, and additional JavaScript libraries: 1. **Chart Libraries**: - `chart[-_.]?js`, `plotly`, `echarts`, `d3[-_.]?force`, `sigma`, `c3`, `nvd3`, `amcharts`, `vis[-_.]?js` 2. **Mapping Libraries**: - `leaflet`, `openlayers`,...

Closes #898. Also #892, [#5140](https://github.com/projectdiscovery/nuclei/issues/5140), and [#6](https://github.com/projectdiscovery/urlfinder/issues/6)

Hey @projectdiscovery team, There seems to be an issue with the `-passive` flag, which doesn't seem to be working as expected. When we use the `-passive` flag with Katana, the...

Type: Bug

lgtm - Unrelated to this PR, just noticing that the output files contain a lot of redundant data (especially the dir one). Shall we create a follow up issue to...

Status: Completed
Type: Enhancement

Based on #930 We crawl an endpoint The request sent by the hybrid engine is according to the proxy : Current output: Based on Custom Headers and GO httpreq only...