This module determine the vulnerability of a bash binary to the shellshock exploits (CVE-2014-6271 or CVE-2014-7169) and then patch that where possibleThis module determine the vulnerability of a bash binary to the shellshock exploits (CVE-2014-6271 or CVE-2014-7169) and then patch that where possible.
Supported platforms:
* Debian (5, 6, 7)
* Ubuntus (12.04 LTS, 14.04 LTS, 14.10)
* RHEL/CentOS (5, 6)
Usage
------
```puppet
class {'shellshock':
}
```
Facter provided
```bash
facter -p shellshock
not_vulnerable
```
Author
------
* Renan Vicente ([@renanvicente](https://github.com/renanvicente/))
[4.0K] /data/pocs/2b722b0c8653e1db15f85c926ed86d290a6c2c79
├── [4.0K] lib
│ └── [4.0K] facter
│ └── [ 140] shellshock.rb
├── [4.0K] manifests
│ ├── [4.0K] fix
│ │ ├── [ 469] package.pp
│ │ ├── [ 313] params.pp
│ │ ├── [ 279] repo.pp
│ │ └── [ 581] url-package.pp
│ ├── [ 222] fix.pp
│ └── [ 22] init.pp
├── [1.1K] metadata.json
├── [ 459] Modulefile
├── [ 462] README.md
└── [4.0K] tests
└── [ 28] init.pp
5 directories, 11 files