Skip to content

purpleteam-labs/purpleteam-app-scanner

Repository files navigation


purpleteam logo

purpleteam application scanner


Application scanning component of PurpleTeam - Currently in alpha

documentation pipeline status test coverage GitHub release (latest SemVer including pre-releases)


If you are setting up the app-scanner, you will be targeting the local environment.

Clone or fork this repository.

If you are developing this project:

cd to the repository root directory and run:

npm install

Configuration

Copy the config/config.example.json to config/config.local.json.
Use the config/config.js for documentation and further examples.

Take the Zap API Key that you set-up in the purpleteam-s2-containers project and replace the <zap-api-key-here> value in the config.local.json file.


Once you have worked through the above steps, head back to the local setup documentation to continue setting up the other PurpleTeam components.