Interface CrawlConfiguration


public interface CrawlConfiguration
This class represents the configuration required for an crawl in the Burp Scanner Tool.
  • Method Details

    • seedUrls

      List<String> seedUrls()
      Returns:
      the seed urls for the crawl
    • crawlConfiguration

      static CrawlConfiguration crawlConfiguration(String... seedUrls)
      Build a crawl configuration with seed urls
      Parameters:
      seedUrls - used by the crawler
      Returns:
      crawl configuration required by the crawler.