Getting Started with Scope

Installation

pip install scope-forensics

From Source

# Clone the repository
git clone https://github.com/scope-forensics/scope.git
cd scope

# Install the package
pip install .

# For development (editable mode)
pip install -e .

Usage

Basic Commands

# Display help information
scope --help

# List available commands
scope aws --help