-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
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:
- 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!