Updated Home (markdown)

Gabe Stocco 2020-05-05 20:55:26 -07:00
Родитель c0db108d2f
Коммит 391a51e031
1 изменённых файлов: 12 добавлений и 15 удалений

27
Home.md

@ -36,6 +36,16 @@ Note: Attack Surface Analyzer requires administrator privileges to accurately ga
The assumption is that both data collection and data analysis will be run on the same machine and that the same
elements are collected in the baseline and subsequent scans.
## Installation
### Nuget Packages
Attack Surface Analyzer is distributed on Nuget in [CLI](https://www.nuget.org/packages/Microsoft.CST.AttackSurfaceAnalyzer.CLI/) and [Library](https://www.nuget.org/packages/Microsoft.CST.AttackSurfaceAnalyzer/) form.
If you have .NET Core installed, you can install Attack Surface Analyzer with `dotnet tool install -g Microsoft.CST.AttackSurfaceAnalyzer.CLI`.
### Binaries
The application does not come with an installation program but binaries are provided with each release branch update for convenience and can be downloaded for immediate use or you may build the source code and run it. Pre-built binaries are located under [releases](https://github.com/Microsoft/AttackSurfaceAnalyzer/releases).
## Running ASA from the GUI
#### Startup
@ -83,24 +93,11 @@ Our core technologies are ASP.NET and .NET Core 3.1. No other systems are teste
Additional OS compatibility for .NET Core is located here https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md.
## Installation
### Nuget Packages
Attack Surface Analyzer is distributed on Nuget in [CLI](https://www.nuget.org/packages/Microsoft.CST.AttackSurfaceAnalyzer.CLI/) and [Library](https://www.nuget.org/packages/Microsoft.CST.AttackSurfaceAnalyzer/) form.
If you have .NET Core installed, you can install Attack Surface Analyzer with `dotnet tool install -g Microsoft.CST.AttackSurfaceAnalyzer.CLI`.
### Binaries
The application does not come with an installation program but binaries are provided with each release branch update for convenience and can be downloaded for immediate use or you may build the source code and run it. Pre-built binaries are located under [releases](https://github.com/Microsoft/AttackSurfaceAnalyzer/releases).
### Other Installation Information
ASA does not add or change any environment variables. If you believe it has done so, check if it is an issue we've already identified.
## For Previous Users of Attack Surface Analyzer
## For Users of Attack Surface Analyzer 1.0
Note that .cab files generated from versions of Attack Surface Analyzer are not compatible with Attack Surface Analyzer 2. You will need to run a new baseline and product scan to perform the analysis.
# Support
For submitting defects, just use the standard GitHub Issues link.
For submitting defects, just use the standard GitHub [Issues](https://github.com/microsoft/AttackSurfaceAnalyzer/issues/new/choose) link.
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [secure@microsoft.com](mailto:secure@microsoft.com). You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the [MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/en-us/security/default).