Skip to main content

A tool to identify and report browser issues triggered by visiting a list of URLs.

Project description

Site Scout

Task Status codecov Matrix

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

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

Usage

Visit a collections of URLs:

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

-or-

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

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

Input Format

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/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

site-scout-1.0.0.tar.gz (26.6 kB view hashes)

Uploaded Source

Built Distribution

site_scout-1.0.0-py3-none-any.whl (26.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page