tomnomnom / waybackurls

Fetch all the URLs that the Wayback Machine knows about for a domain
3.41k stars 455 forks source link

Sugestion #24

Open LvMalware opened 3 years ago

LvMalware commented 3 years ago

Add options to filter results by status code, mime-type and file extensions. It can allow for better results for specific targets. I've done something on this myself but in Perl.

pdelteil commented 3 years ago

Is a good idea. I think your tool is doing new requests to the resulting urls?

Instead of giving that work to waybackurls I would use httpx and pipe the results to it.