-
katana version:cli: version 1.02 Current Behaviour:Using
The source code used is available in this Gist, though it doesn't differ from the example in the README: https://gist.github.com/leonjza/82f7b89df1abe7b4a768349313a58920 Using the command line program however, the output appears as expected.
Expected Behaviour:When using Steps To Reproduce:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@leonjza I've tried to run the code snippet with the dev branch, and the issue seems fixed: $ go run .
[INF] Started standard crawling for => https://tesla.com
https://www.tesla.com/
[INF] https://www.tesla.com/
https://tesla.com
[INF] https://tesla.com
[INF] https://www.tesla.com/themes/custom/tesla_frontend/assets/favicons/favicon-32x32.png
https://www.tesla.com/modules/custom/tesla_banners/js/index.js?v=1.x If you checkout the dev branch in your project until a new release is created, you should be able to perform crawling at the wanted nesting level: go install github.com/projectdiscovery/katana/cmd/katana@dev |
Beta Was this translation helpful? Give feedback.
@leonjza I've tried to run the code snippet with the dev branch, and the issue seems fixed:
If you checkout the dev branch in your project until a new release is created, you should be able to perform crawling at the wanted nesting level:
go install github.com/projectdiscovery/katana/cmd/katana@dev