M
M
murxy2021-09-22 20:37:04
Computer networks
murxy, 2021-09-22 20:37:04

How to find all existing links on a site?

There is a site, it is known that it has links of the format abc.com/?location=xxxxx , where xxxxx is a random combination of 5 characters az,AZ,0-9, and in case of an error, the site is redirected to xyz.com. Is there a ready-made script for searching addresses with the given parameters? If there is no ready-made solution, then tell me, what is the best way to write it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Viktor Golovanenko, 2021-09-29
@murxy

There is a category of software that searches for directories or fuzzing HTTP request parameters - web fuzzers. I think Wfuzz will work for you: https://wfuzz.readthedocs.io/en/latest/user/gettin...

K
ky0, 2021-09-22
@ky0

Write (however, as always) - on what you know best. At least on the bash through a cyclic call wget/curl.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question