incremental
A simple CLI to run incremental BrightSec scans.
Scanning APIs...
Scanning JS...
Scanning POSTs...
Scanning HTML...
Scanning XML...
Scanning other...
Done spawning scans
Project Summary
---------------
New: 128
Vulnerable: 0
Tested: 0
---------------
[s\scan] [r\refresh] [ea\evaluate all] [en\evaluate new] [q\quit]
Installation
- Install Crystal
git clone
this repocd
into the reposhards build
Usage
Usage: incremental <api_key> <project_id> [cluster - default: app.brightsec.com]
Docker usage
- clone the repo
cd
into the repodocker build -t incremental .
docker run -it incremental <api_key> <project_id> [cluster - default: app.brightsec.com]
Contributing
- Fork it (https://github.com/NeuraLegion/incremental/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Bar Hofesh - creator and maintainer
- Dor Shaer - maintainer