From 1be59aadb5e3698d2b0f9132ab8efa15aac9d9cf Mon Sep 17 00:00:00 2001 From: RyoshiKayo Date: Sat, 10 Feb 2018 05:17:04 -0500 Subject: [PATCH] Added command reference --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f701318..16fe4ac 100644 --- a/README.md +++ b/README.md @@ -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)