Skip to content

MozillaSecurity/site-scout

Repository files navigation

Site Scout

Task Status codecov Matrix PyPI

Site Scout is a tool that can identify and report issues that are triggered in the wild. A URL or a collection of URLs must be provided. All results are collected and reported.

The primary goal is to find issues such as crashes, assertion failures and other issues detected by AddressSanitizer, UndefinedBehaviourSanitizer and ThreadSanitizer.

Installation

Install the latest version from PyPI:

python3 -m pip install site-scout --upgrade

Usage

Visit a collection of URLs:

python3 -m site_scout <firefox-bin> -i <urls>.yml [<urls>.yml ...]

-or-

Visit one or more URLs (typically used to reproduce an issue):

python3 -m site_scout <firefox-bin> -u <url> [<url> ...]

Input YAML Layout

URLs to visit are stored in the following format:

# subdomain.domain.tld/path
domain.tld:
  subdomain:
  - /path
# '*' is used to omit the subdomain
github.com:
  '*':
  - /MozillaSecurity/site-scout
mozilla.org:
  www:
  - /
  - /firefox/browsers/mobile/
  - /firefox/new/