You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output prints just one https://goldapple.ru/_assets/66d5209.js url. The problem is that program doesnt output results on last iteration. Image below will show that we just go in continue condition (nr.Depth == s.Options.Options.MaxDepth == 1) and don't print reqUrl to user
Anything else:
The text was updated successfully, but these errors were encountered:
0x123456789
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Sep 22, 2023
katana version:
1.0.4
Current Behavior:
katana loses results from JS files on iteration when maximum depth is reached.
Expected Behavior:
katana will print results to stdout/etc
Steps To Reproduce:
As example we can use the following file
https://goldapple.ru/_assets/66d5209.js
. This file has a lot of urls on same domain (so they are in scope)The easiest way to see issue is to use depth
1
. Running katana:The output prints just one
https://goldapple.ru/_assets/66d5209.js
url. The problem is that program doesnt output results on last iteration. Image below will show that we just go incontinue
condition (nr.Depth
==s.Options.Options.MaxDepth
==1
) and don't print reqUrl to userAnything else:
The text was updated successfully, but these errors were encountered: