Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Katana style scope control for URLFinder #17

Open
fail-open opened this issue Nov 14, 2024 · 2 comments · May be fixed by #46
Open

Katana style scope control for URLFinder #17

fail-open opened this issue Nov 14, 2024 · 2 comments · May be fixed by #46
Assignees
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@fail-open
Copy link

fail-open commented Nov 14, 2024

Please describe your feature request:

Please port over the field scope control functionality from katana to urlfinder (dn, rdn, fqdn). It would help give a lot more control over the results.

SCOPE:
   -us, -url-scope string[]       in scope url regex to be followed by urlfinder
   -uos, -url-out-scope string[]  out of scope url regex to be excluded by urlfinder
   -fs, -field-scope string         pre-defined scope field (dn,rdn,fqdn) or custom regex (e.g., '(company-staging.io|company.com)') (default "rdn")
   -ns, -no-scope                   disables host based default scope
   -do, -display-out-scope          display external endpoint from scoped urls

Describe the use case of this feature:

It would be helpful to be able to pass in a domain and request either all results for all of the subdomains, or just the fqdn specified.

@fail-open fail-open added the Type: Enhancement Most issues will probably ask for additions or changes. label Nov 14, 2024
@freelancermijan
Copy link

Yes, This option will helps lot. please add this option.

@zy9ard3
Copy link
Contributor

zy9ard3 commented Dec 8, 2024

@ehsandeep @dogancanbakir

Please consider adding the below features as well for more flexible output and to control junk results

FILTER:
   -mr, -match-regex string[]       regex or list of regex to match on output url (cli, file)
   -fr, -filter-regex string[]      regex or list of regex to filter on output url (cli, file)
   -f, -field string                field to display in output (url,path,fqdn,rdn,rurl,qurl,qpath,file,ufile,key,value,kv,dir,udir)
   -em, -extension-match string[]   match output for given extension (eg, -em php,html,js)
   -ef, -extension-filter string[]  filter output for given extension (eg, -ef png,css)

This was referenced Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants