namnamir / domainia

Domainia helps to find subdomains, DNS records, IP addresses, SSL Certificates, HTTP info, etc. of domain by doing the passive reconnaissance.
https://irsec.eu
MIT License
10 stars 1 forks source link

Add Wayback API to features #14

Open namnamir opened 2 years ago

namnamir commented 2 years ago

https://github.com/internetarchive/wayback/blob/master/wayback-cdx-server/README.md

http://web.archive.org/cdx/search/cdx?url=*.archive.org/*&output=json&output=json

# data range
&from=2014&to=2014

# read from the list, -N the last N results
&limit=-1

# remove duplications
&collapse=digest

# add a varible to show if the entry is duplicated or not 
# 0 is either the first entry or no duplication
# 1 duplicated
&showDupeCount=true