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
Create a custom.yaml file with a field definition.
Run Katana with the -flc and -f options.
Observe that the extracted field is shown, but the source URL is missing from the output.
Anything else:
Adding the source URL to the output when using custom fields would improve traceability and usability. Implementing a flag to enable this functionality when using the -f parameter would also be beneficial.
Thank you!
The text was updated successfully, but these errors were encountered:
kayra-s4e
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Feb 17, 2025
Yes, I have also tried using the -j parameter. When I use -j to output in JSON format, it writes all the crawled endpoints to the output file. However, in this scenario, even though 7 TCK numbers were found, the JSON output contains 15 lines. How can I determine which TCK number belongs to which source?
katana version:
v1.1.2 (latest)
Current Behavior:
When using a custom.yaml file and extracting a specific field with Katana, the output does not show the source URL from which the field was found.
Expected Behavior:
When using a field from custom.yaml, the output should include the source URL along with the extracted field.
Example Command:
katana -u https://redacted.com/ -flc custom.yaml -f tckno
Expected Output:
39478627938 ---> https://redacted.com/index.php
98575212324 ---> https://redacted.com/index.php
12345678950 ---> https://redacted.com/contact.php
44455354000 ---> https://redacted.com/index.php
23456789012 ---> https://redacted.com/about.php
10012345000 ---> https://redacted.com/index.php
Steps To Reproduce:
Anything else:
Adding the source URL to the output when using custom fields would improve traceability and usability. Implementing a flag to enable this functionality when using the -f parameter would also be beneficial.
Thank you!
The text was updated successfully, but these errors were encountered: