All Projects → deeptechlabs → Meltdown

deeptechlabs / Meltdown

Local Exploit for Meltdown

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Meltdown

Watchdog
Watchdog - A Comprehensive Security Scanning and a Vulnerability Management Tool.
Stars: ✭ 345 (+366.22%)
Mutual labels:  security-vulnerability
Sqliscanner
Automatic SQL injection with Charles and sqlmap api
Stars: ✭ 674 (+810.81%)
Mutual labels:  security-vulnerability
Resources
A Storehouse of resources related to Bug Bounty Hunting collected from different sources. Latest guides, tools, methodology, platforms tips, and tricks curated by us.
Stars: ✭ 62 (-16.22%)
Mutual labels:  security-vulnerability
Threatmapper
Identify vulnerabilities in running containers, images, hosts and repositories
Stars: ✭ 361 (+387.84%)
Mutual labels:  security-vulnerability
Herpaderping
Process Herpaderping proof of concept, tool, and technical deep dive. Process Herpaderping bypasses security products by obscuring the intentions of a process.
Stars: ✭ 614 (+729.73%)
Mutual labels:  security-vulnerability
Exploitpack
Exploit Pack -The next generation exploit framework
Stars: ✭ 728 (+883.78%)
Mutual labels:  security-vulnerability
Syzkaller
syzkaller is an unsupervised coverage-guided kernel fuzzer
Stars: ✭ 3,841 (+5090.54%)
Mutual labels:  security-vulnerability
Lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Stars: ✭ 9,137 (+12247.3%)
Mutual labels:  security-vulnerability
Command Injection Payload List
🎯 Command Injection Payload List
Stars: ✭ 658 (+789.19%)
Mutual labels:  security-vulnerability
Safety
Safety checks your installed dependencies for known security vulnerabilities
Stars: ✭ 982 (+1227.03%)
Mutual labels:  security-vulnerability
Pyup
A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
Stars: ✭ 379 (+412.16%)
Mutual labels:  security-vulnerability
Fuzzapi
Fuzzapi is a tool used for REST API pentesting and uses API_Fuzzer gem
Stars: ✭ 521 (+604.05%)
Mutual labels:  security-vulnerability
Brakeman
A static analysis security vulnerability scanner for Ruby on Rails applications
Stars: ✭ 6,281 (+8387.84%)
Mutual labels:  security-vulnerability
Linux kernel cves
Tracking CVEs for the linux Kernel
Stars: ✭ 357 (+382.43%)
Mutual labels:  security-vulnerability
Chimay Red
Mikrotik RouterOS (6.x < 6.38.5) exploit kit. Reverse engineered from the "Vault 7" WikiLeaks publication.
Stars: ✭ 63 (-14.86%)
Mutual labels:  security-vulnerability
Commit Watcher
Find interesting and potentially hazardous commits in git projects
Stars: ✭ 345 (+366.22%)
Mutual labels:  security-vulnerability
Spectre Attack
Example of using revealed "Spectre" exploit (CVE-2017-5753 and CVE-2017-5715)
Stars: ✭ 690 (+832.43%)
Mutual labels:  security-vulnerability
Vuls
Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
Stars: ✭ 8,844 (+11851.35%)
Mutual labels:  security-vulnerability
Uber Cli
🚗Uber, at your fingertips
Stars: ✭ 1,142 (+1443.24%)
Mutual labels:  security-vulnerability
Ossa
Open-Source Security Architecture | 开源安全架构
Stars: ✭ 796 (+975.68%)
Mutual labels:  security-vulnerability

Meltdown/Spectre

https://cxsecurity.com/issue/WLB-2018010039

HOW TO USE

On MacOS X

brew install cmake
mkdir build
cd build
cmake ..
make 
./meltdown

On Ubuntu

sudo apt-get install gcc cmake
mkdir build
cd build
cmake ..
make 
./meltdown

On Cent-OS / Amazon Linux

sudo yum install gcc cmake
mkdir build
cd build
cmake ..
make 
./meltdown

On Alpine

apk update
apk add gcc
apk add cmake
mkdir build
cd build
cmake ..
make 
./meltdown
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].