Skip to content

Building from Source

Tyler Camp edited this page Jul 20, 2018 · 1 revision

Build Instructions

Clone the repository or download its ZIP file and extract appropriately.

The module can be built with maven:

C:\...\attack-surface-detector-cli> mvn clean package

You'll find two compiled JARs under the target directory. One is named attack-surface-detector-cli.jar, and another named attack-surface-detector-cli-<version>-jar-with-dependencies.jar. The jar-with-dependencies version is what should be used, as it can be ran standalone. Any references to attack-surface-detector-cli.jar throughout this wiki refers to the jar-with-dependencies version.

Clone this wiki locally