nexploit-cli 9.2.0
Install from the command line:
Learn more about npm packages
$ npm install @neuralegion/nexploit-cli@9.2.0
Install via package.json:
"@neuralegion/nexploit-cli": "9.2.0"
About this version
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.
- 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
Before you can use NexPloit CLI make sure you have the following:
- An active user in the Bright app
- A valid
TOKEN
- For the quick start these scopes are required:
bot
,scans:run
andscans:read
- More info about setting up an API key
- For the quick start these scopes are required:
- An active
ID
- More info about Setting up a New Repeater
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
nexploit-cli repeater \
--token {TOKEN} \
--id {ID} \
--bus amqps://amq.app.brightsec.com:5672
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.
You can follow the scan status here: https://app.brightsec.com/scans, or by using the NexPloit CLI polling command.
NexPloit CLI can do so much more! A full documentation with usage examples is available on Bright's knowledgebase
Copyright Β© 2021 Bright.
This project is licensed under the MIT License - see the LICENSE file for details.
Details
- nexploit-cli
- NeuraLegion
- over 1 year ago
- MIT
- 65 dependencies
Assets
- nexploit-cli-9.2.0.tgz
Download activity
- Total downloads 2
- Last 30 days 0
- Last week 0
- Today 0