5 unstable releases

0.3.1 Aug 9, 2021
0.2.1 Aug 9, 2021
0.2.0 Aug 8, 2021
0.1.1 Aug 7, 2021
0.1.0 Aug 7, 2021

#17 in #bug-bounty

GPL-3.0 license

24KB
271 lines

wayback-rs

Rust version of tomnomnom/waybackurls

Command line interface for fetching url from Wayback Machine, CommonCrawl, VirusTotal.

Install:

  1. git clone https://github.com/PFAhard/wayback-rs.git
  2. cd wayback-rs
  3. cargo build --release
  4. cp target/release/wayback path_to_bin_path
USAGE:
    wayback [FLAGS] [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -s               scan for subdomain also
    -V, --version    Prints version information

OPTIONS:
    -d, --domain <domain>        use for scan one domain
    -l, --list <list>            file with domains for scan
    -v, --vt-api-key <vt_key>    virus total api key

Dependencies

~6–18MB
~241K SLoC