Skip to main content

Arvos Command Line Helper

Project description

CLI tool for running arvos.

Requirements

  1. Python >= 3.9 and pip installed

  2. Docker installed

  3. Debugfs mounted ( sudo mount -t debugfs debugfs /sys/kernel/debug )

How to install

$ pip install arvos

Usage

The following command will build an application image ( based on jdk 17 ) from the specified jar, run it, and run the tracer app for a period of 2 minutes.

$ arvos --jar target/application.jar --trace-period 2 --pom pom.xml

Or ( This will generate a .pdf report of the found vunlerable )

$ arvos --jar target/java-app-0.0.1-SNAPSHOT.jar --trace-period 2 --save-report

If you do not have a ready Java 17 based application, you can use the following sample application: https://github.com/ayoubeddafali/spring-vulnerable-app.

The .jar file can be downloaded from : https://github.com/ayoubeddafali/spring-vulnerable-app/releases/download/0.0.1-snapshot/java-app-0.0.1-SNAPSHOT.jar

Supported platforms

Only Linux is supported.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

arvos-1.0.7-py2.py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 2 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