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
salt-shellshock — Salt recipe for shellshock (CVE-2014-6271) | Kitploit
Tools/GitHubGitHub/apsl/salt-shellshock
Vulnerability ScannersVulnerability AnalysisScripting & AutomationConfiguration AuditingCloud SecurityDevSecOps
GitHubapsl/salt-shellshock

salt-shellshock

Salt recipe for shellshock (CVE-2014-6271)

View Repository
1111 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

====================== shellshock bash update

This recipe tries to upgrade bash from OS pkg, and falls back to compile bash on systems with no update available.

Works for us on old ubuntu/debian.

Bash install script from: http://askubuntu.com/questions/528101/what-is-the-cve-2014-6271-bash-vulnerability-and-how-do-i-fix-it

Usage

Can be used as an gitfs salt formula:

root@kitploit:~
fileserver_backend:
    - roots
    - git
 
gitfs_remotes:
    - git://github.com/APSL/salt-shellshock.git

Runit:

root@kitploit:~
    $ sudo salt "oldubuntu" state.sls shellshock

bonus: Test shellshock from salt:

https://twitter.com/johan_moreau/status/515226448270213121

root@kitploit:~
$ sudo salt -G 'kernel:Linux' cmd.run "env x='() { :;}; echo __bad' bash -c 'echo __good' 2>&1 |grep __"
Download Tool