Functionsยง
- get_
common_ crawl_ url - Makes a request to commoncrawl.org api and parses the result, returns a vector of urls or None.
- get_
otx_ alienvault_ url - Makes a request to otx.alienvault.com api and parses the result, returns a vector of urls or None.
- get_
virus_ total_ url - Makes a request to virustotal.com api and parses the result, returns a vector of urls or None.
- get_
wayback_ url - Makes a request to web.archive.org api and parses the result, returns a vector of urls or None.
- scan_
domain - Scan all sources for one domain and return vector of urls
- scan_
domains - Scan all sources for list of domains and return vector of urls
- unique_
result_ scan_ domain - like
scan_domain
but return vector of unique sorted urls - unique_
result_ scan_ domains - like
scan_domains
but return vector of unique sorted urls