Crate wayback[−][src]
Functions
Makes a request to commoncrawl.org api and parses the result, returns a vector of urls or None.
Makes a request to otx.alienvault.com api and parses the result, returns a vector of urls or None.
Makes a request to virustotal.com api and parses the result, returns a vector of urls or None.
Makes a request to web.archive.org api and parses the result, returns a vector of urls or None.
Scan all sources for one domain and return vector of urls
Scan all sources for list of domains and return vector of urls
like scan_domain
but return vector of unique sorted urls
like scan_domains
but return vector of unique sorted urls