Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ancat/chef
Make available a bunch of cool infosec related projects via chef for e-z installation
https://github.com/ancat/chef
Last synced: about 2 months ago
JSON representation
Make available a bunch of cool infosec related projects via chef for e-z installation
- Host: GitHub
- URL: https://github.com/ancat/chef
- Owner: ancat
- Created: 2015-12-31T01:38:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-31T05:32:48.000Z (about 9 years ago)
- Last Synced: 2024-03-21T05:31:24.673Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chef
## How To?
```
sudo apt-get install chef-solo # install chef-solo
sudo yum install chef-solo # or install chef-sologit clone https://github.com/ancat/chef.git # clone this repo
cd chef
vim node.json # edit the run list for the things you want
sudo chef-solo -c ~/chef/solo.rb # apply chef to your vm
```## Why?
Because vagrant is 2 hard 4 me. Some projects/libraries/etc are easier to install via chef instead of having one vm per project.
## What's Here?
- [Capstone](http://www.capstone-engine.org/)
- [Angr](http://angr.io/)
- [Radare2](https://github.com/radare/radare2)
- [peda](https://github.com/longld/peda)
- Build Essentials (and related like valgrind and python-pip)