/fastcrawler

Super fast http crawler written in Go

Primary LanguageGoMIT LicenseMIT

fastcrawler

Super fast http crawler written in Go

Usage

Usage of ./fastcrawl:
  -c int
        Concurency number (default 50)
  -t string
        Target to scan (default "https://example.com")

Example

./fastcrawl -t https://example.com -c 50