Created
August 22, 2019 21:49
-
-
Save will/c7b6185694bb03ea0cd2cae0bb2be09d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir /asa | |
cd /asa | |
curl -L https://github.com/microsoft/AttackSurfaceAnalyzer/releases/download/v2.0.154%2B303aa9fef5/AsaCli-linux-2.0.154.tar.gz -o asa.tgz | |
tar xvf asa.tgz | |
cd AsaCli-linux-2.0.154 | |
./AsaLaunch.sh collect -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment