nebula
0.1.1
Ostorlab OS
The Nebula Agent is responsible for persisting all types of messages locally.
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
Agent Nebula can be installed directly from the ostorlab agent store or built from this repository.
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
pip3 install ostorlab
git clone https://github.com/Ostorlab/agent_nebula.git && cd agent_nebula
ostorlab agent build --file=ostorlab.yaml
You can pass the optional flag --organization
to specify your organisation. The organization is empty by default.
ostorlab scan run --agent agent//nebula ip 8.8.8.8
ostorlab scan run --agent agent/[ORGANIZATION]/nebula link --url www.yourdomain.com --method GET
In
v3
Out
-
September 10th 2024 Last modified
March 5th 2024 Created on