tomnomnom / waybackurls

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

Json Output #5

Closed jaikishantulswani closed 5 years ago

jaikishantulswani commented 5 years ago

Hey @tomnomnom , Is there any switch to get output in json format.

tomnomnom commented 5 years ago

Hi @jaikishantulswani, thanks for raising an issue!

There isn't a switch for that I'm afraid. You did prompt me to write a small tool over my lunch break that might help though: https://github.com/tomnomnom/hacks/tree/master/tojson

With that tool installed you can run a command like waybackurls example.com | tojson and get the output in JSON format :)

jaikishantulswani commented 5 years ago

Thank You @tomnomnom :100:

tomnomnom commented 5 years ago

No problemo :)