-
Notifications
You must be signed in to change notification settings - Fork 17
Building from Source
Tyler Camp edited this page Jul 20, 2018
·
1 revision
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.
This material is based on research sponsored by the Department of Homeland Security (DHS) Science and Technology Directorate, Cyber Security Division (DHS S&T/CSD) via contract number HHSP233201600058C.