Skip to main content

Eze the one stop cli for security testing

Project description

Overview

Eze the one stop solution for security testing in modern development

Features:

  • improve uptake of security testing in modern development
  • improve discovery and uptake of open source security tools
  • provide single cli entrypoint to run the multiple tools needed to test modern applications
  • simple multi-tool configuration via a single common configuration file
  • quick setup via Dockerfile with preinstalled tools
  • normalise multiple tool output into common report format
  • extending capabilities of opensource tools (adding missing features like ignore patterns, version detection, and cve metadata annotation, as needed)
  • extendable plugin architecture for adding new security tools to eze
  • layering enterprise level reporting and auditing via the eze management console (PAID service offered by RiverSafe)

This tool can be run locally on the cli by developers or security consultants, or deeply integrated into a team / organisations CI pipeline, with team and organisation management dashboards available for reviewing and monitoring the overall security of a organisation's estate.

Installation

Use Locally via Pip

Install eze with pip. Keep in mind that eze only supports Python 3.7 and up.

pip install eze-cli

Use in Container via Docker

Eze can also be used inside a Docker image, the default Dockerfile contains the eze cli and a selection of common opensource tools out the box.

It's recommended to tailor this Dockerfile, download it and add/remove tools as needed to optimise size of the image.

# Pull docker image
docker pull riversafe/eze-cli:latest

# Test docker running ok
docker run riversafe/eze-cli --version

# Run pulled image in docker (cmd)
docker run --rm -v %cd%:/data riversafe/eze-cli test

# Run pulled image in (powershell)
docker run --rm -v ${PWD}:/data riversafe/eze-cli test

# Run pulled image in (git bash)
docker run --rm -v $(pwd -W):/data riversafe/eze-cli test

# Run pulled image in (linux/mac os bash)
docker run --rm -v "$(pwd)":/data riversafe/eze-cli test

Usage

Test install

eze --version
$ eze --version
eze, version X.X.X

Run Eze

  • create .ezerc.toml
  • run eze eze test

Detect tools locally installed

eze tools list
$ eze tools list
Available Tools are:
=======================
raw                   0.6.1             input for saved eze json reports
trufflehog            2.0.5             opensource secret scanner
semgrep               0.53.0            opensource multi language SAST scanner
...

Configuring Eze

Eze runs off a local .ezerc.toml file, for customising your scans please edit this

When this config is not present, a sample config will be build automatically by scanning the codebase.

Get Tool Configuration Help

What version if any is installed, and instructions howto install and configure said tool

eze tools help <TOOL>
$ eze tools help semgrep
Tool 'semgrep' Help
opensource multi language SAST scanner
=================================
Version: 0.52.0 Installed

Tool Configuration Instructions:
=================================
Configuration Format for SemGrep

[semgrep]
...

Developers Documentation

See README-DEVELOPMENT.md

Contribute

See CONTRIBUTING.md

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

eze-cli-0.8.1a0.tar.gz (67.0 kB view hashes)

Uploaded Source

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