Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/jdmulloy/meltdown-aws-scanner
Cloud Infrastructure SecurityVulnerability ScannersScripting & AutomationConfiguration AuditingCloud Security
GitHubjdmulloy/meltdown-aws-scanner

meltdown-aws-scanner

Naive shell script to verify Meltdown (CVE-2017-5754) patch status of EC2 instances

View Repository
118 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

meltdown-aws-scanner

Naive shell script to verify Meltdown (CVE-2017-5754) patch status of EC2 instances

Requirements

  • aws cli with working configuration

Using the script

Scan all EC2 instances in default account and region

root@kitploit:~
$ ./check_meltdown.sh | tee $(date '+%Y-%m-%d').csv

Scan a subset of EC2 instances in default account and region

root@kitploit:~
$ ./check_meltdown.sh --filters "Name=tag:Name,Values=prod-*"
Download Tool