Skip to content

Library usage MaxDepth issues #542

Answered by Mzack9999
leonjza asked this question in Q&A
Discussion options

You must be logged in to vote

@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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MetzinAround
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #503 on July 31, 2023 12:15.