-
Is it possible to get all URLs under specific path in a domain using katana ? Example :
Expected result :
|
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Apr 18, 2023
Replies: 2 comments
-
HI @ehsandeep. Got a question here about katana and getting all the urls in a domain. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@bahlawi89, you need to use katana -headless -nc -silent -jc -timeout 25 -retry 2 -fs dn -u https://www.tesla.com/en_CA/ -mr en_CA |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ehsandeep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bahlawi89, you need to use
-mr
instead of-cs
to filter the results.katana -headless -nc -silent -jc -timeout 25 -retry 2 -fs dn -u https://www.tesla.com/en_CA/ -mr en_CA