Replies: 1 comment 2 replies
-
I'm not completely sure what you're trying to do, if I understood correctly the flag |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to generate the list of all the URLs I can reach starting from a specific host including every URLs that points to another host.
Here an example:
Starting from
https://subdomain.domain.com/path/
print all the url in the form
domain.com
, subdomain included, (let's say in a regex form/.*domain\.com.*/
)PLUS print also the URLs that point to another host and stop there
Beta Was this translation helpful? Give feedback.
All reactions