Name

nebula

Version
0.1.0
Author

Ostorlab OS

Description

The Nebula Agent is responsible for persisting all types of messages locally.

Getting Started

To perform your first scan, simply run the following command:

ostorlab scan run --install --agent agent/ostorlab/nebula link --url www.yourdomain.com --method GET

This command will download and install agent/ostorlab/nebula and target www.yourdomain.com with the GET method. For more information, please refer to the Ostorlab Documentation

Usage

Agent Nebula can be installed directly from the ostorlab agent store or built from this repository.

Install directly from ostorlab agent store

ostorlab agent install agent/ostorlab/nebula

You can then run the agent with the following command:

ostorlab scan run --agent agent/ostorlab/nebula link --url www.yourdomain.com --method GET

Build directly from the repository

  1. To build nebula agent you need to have ostorlab installed in your machine. If you have already installed ostorlab, you can skip this step.
pip3 install ostorlab
  1. Clone this repository.
git clone https://github.com/Ostorlab/agent_nebula.git && cd agent_nebula
  1. Build the agent image using ostorlab cli.
ostorlab agent build --file=ostorlab.yaml

You can pass the optional flag --organization to specify your organisation. The organization is empty by default.

  1. Run the agent using on of the following commands:
    • If you did not specify an organization when building the image:
    ostorlab scan run --agent agent//nebula ip 8.8.8.8
    
    • If you specified an organization when building the image:
    ostorlab scan run --agent agent/[ORGANIZATION]/nebula link --url www.yourdomain.com --method GET
    

License

Apache-2.0

Selectors

In

v3

Out

-
Dates

May 14th 2024 Last modified

March 5th 2024 Created on