Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 346 Bytes

CLI tool to check via node.js if you have a vulnerable bash Shellshock (CVE-2014-6271)

Install

npm install shellshock -g

Execute

shellshock

Output

✗ vulnerable bash

or

✓ bash not vulnerable

Contributors