Skip to content
nexploit-cli / 9.1.0

nexploit-cli 9.1.0

Install from the command line:
Learn more about npm packages
$ npm install @neuralegion/nexploit-cli@9.1.0
Install via package.json:
"@neuralegion/nexploit-cli": "9.1.0"

About this version

NexPloit CLI

NexPloit CLI is a Command Line Interface (CLI) tool for Bright's solutions. You can use NexPloit CLI for full control over scans such as: initialize, stop, poll, maintain and more. In addition, NexPloit CLI can serve as a Repeater to scan local targets, without exposing them to the internet.

Features:
  • Supports official API
  • Configurable using JSON / XML / YML / JS formats
  • Can generate real interaction data (.har files) from mock interactions (Unit Tests), more info about NexMock here
  • Can serve as a Repeater for communication from the cloud to a local target

πŸ”Ž Table of Contents

πŸš€ Quick Start

Before you can use NexPloit CLI make sure you have the following:

1. Install NexPloit CLI globally

npm install @neuralegion/nexploit-cli -g

You can validate the installation by going to the directory of your project and running the command:

nexploit-cli -h

This will show you a list of possible commands for NexPloit CLI, for a full list go here

2. Activate the Repeater

nexploit-cli repeater \
  --token {TOKEN} \
  --id {ID} \
  --bus amqps://amq.app.brightsec.com:5672

3. Start a new scan with a Crawler

nexploit-cli scan:run \
  --token {TOKEN} \
  --repeater {ID} \
  --name "My First Scan" \
  --crawler https://www.example.com \
  --smart

This command will initialize a new scan engine in the cloud, which will start scanning the target via the local Repeater.

4. Check out the scan results

You can follow the scan status here: https://app.brightsec.com/scans, or by using the NexPloit CLI polling command.

πŸ“š Full Documentation

NexPloit CLI can do so much more! A full documentation with usage examples is available on Bright's knowledgebase

πŸ“ License

Copyright Β© 2021 Bright.

This project is licensed under the MIT License - see the LICENSE file for details.

Details


Assets

  • nexploit-cli-9.1.0.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0