Added command reference

This commit is contained in:
RyoshiKayo 2018-02-10 05:17:04 -05:00
parent 22cae605e1
commit 1be59aadb5
1 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,16 @@ The script will do its best to detect mitigations, including backported non-vani
![batch](https://framapic.org/HEcWFPrLewbs/om1LdufspWTJ.png)
## Quick Run Command
```bash
curl -L https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh | sudo bash
# With JSON output
curl -L https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh | sudo bash -s -- --batch json 2>/dev/null | jq .
```
## Quick summary of the CVEs
**CVE-2017-5753** bounds check bypass (Spectre Variant 1)