Skip to content

Commit

Permalink
Added release hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos Moullotou committed Jul 12, 2020
1 parent e82723e commit 41f8df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The tool aims to allow security teams to easily account and track the impact of
MITIG&TE is currently under development. Current coverage [here](https://mitre-attack.github.io/attack-navigator/enterprise/#layerURL=https://raw.githubusercontent.com/moullos/Mitigate/master/examples/Coverage.json).

## Quick Start and Example
If you would like to try MITIG&TE you can either compile it yourself (recommended) or use the precompiled files in [bin](./bin). For maximum effectiveness, consider running MITIG&TE as an administrator and specifying a user for the least privilege checks. Ideally, that user should have the same privileges as a typical end-user in your environment. By default, MITIG&TE performs the checks for the last logged-in user. When executed, MITIG&TE will pull the latest ATT&CK information and iterate over all the Windows techniques, pulling information on the mitigations defined for each one.
If you would like to try MITIG&TE you can either compile it yourself (recommended) or use the latest [released](./releases/latest) version. For maximum effectiveness, consider running MITIG&TE as an administrator and specifying a user for the least privilege checks. Ideally, that user should have the same privileges as a typical end-user in your environment. By default, MITIG&TE performs the checks for the last logged-in user. When executed, MITIG&TE will pull the latest ATT&CK information and iterate over all the Windows techniques, pulling information on the mitigations defined for each one.
```
Mitigate.exe -OutFile=results.json # Outputs findings into results.json
Mitigate.exe -OutFile=results.json -UserName=user1 # Outputs findings into results.json and performs least privileges checks for user1
Expand Down

0 comments on commit 41f8df4

Please sign in to comment.