# CVE-2014-6271
_An automated way to fix bash_
## Testing for the Vulnerability
You can determine if you are vulnerable by executing this test:
_env x='() { :;}; echo vulnerable' bash -c 'echo hello'_
## Fixing Vulnerability
Run this on the command line. You may be prompted to enter your password.
_bash <( curl -s https://raw.githubusercontent.com/mattclegg/CVE-2014-6271/master/patch-mac.sh)_
## Credits
- Based on http://alblue.bandlem.com/2014/09/bash-remote-vulnerability.html登录后查看神龙缓存的 POC 文件快照
登录查看