Skip to main content

How to check your Linux system for the Spectre and Meltdown vulnerabilities


Tip: Watch the video full screen and HD.
Buy Me a Coffee at ko-fi.com

Hello in this video i am going to show how to get and run the script to tell if your Linux installation is vulnerable against the Spectre Variant 1 , Variant 2 and Meltdown vulnerabilities.
Support the Channel on Patreon https://www.patreon.com/ribalinux
Ethereum or ERC20 Tokens i gladly accept (╯✧∇✧)╯ 0xB2d7E1470818FF8D35278b45B6fefe341d2d1220
Buy Me a Coffee http://ko-fi.com/A0383T5
follow me on Steemit https://steemit.com/@ribalinux

Meltdown and Spectre exploit critical vulnerabilities in modern processors. These hardware vulnerabilities allow programs to steal data which is currently processed on the computer. While programs are typically not permitted to read data from other programs, a malicious program can exploit Meltdown and Spectre to get hold of secrets stored in the memory of other running programs. This might include your passwords stored in a password manager or browser, your personal photos, emails, instant messages and even business-critical documents.
Meltdown and Spectre work on personal computers, mobile devices, and in the cloud. Depending on the cloud provider's infrastructure, it might be possible to steal data from other customers.

Commands:


Install git
On Debian and Debian based distros "sudo apt install git"


Install git
On Fedora and Fedora based distros "sudo dnf install git"


Install git
On Arch Linux and Arch Linux based distros "sudo pacman -S git"


Install git
On Solus "sudo eopkg install git"


Go to the tmp directory
cd /tmp


Clone the spectre meltdown checker script
git clone https://github.com/speed47/spectre-meltdown-checker


Go to the script directory
cd spectre-meltdown-checker


Run the spectre meltdown checker script
sudo ./spectre-meltdown-checker.sh

PLEASE SUBSCRIBE AND FOLLOW ME ON TWITTER GOOGLE+ OR FACEBOOK!! IF YOU CAN PLEASE SUPPORT THE CHANNEL ON PATREON

Popular Posts