🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

site-scout

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

site-scout

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

2.6.1
PyPI
Maintainers
2

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:

site-scout <firefox-bin> -i <urls>.yml [<urls>.yml ...]

-or-

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

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/

Keywords

automation testing

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts