https://github.com/werrett/medusa-cookbook
Simple Chef Cookbook for Medusa - Brute-force 'password auditor'
https://github.com/werrett/medusa-cookbook
Last synced: about 1 year ago
JSON representation
Simple Chef Cookbook for Medusa - Brute-force 'password auditor'
- Host: GitHub
- URL: https://github.com/werrett/medusa-cookbook
- Owner: werrett
- License: mit
- Created: 2014-03-23T04:50:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-23T04:55:29.000Z (about 12 years ago)
- Last Synced: 2025-02-16T04:43:54.097Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Medusa Cookbook
Cookbook to build [Medusa](http://foofus.net/goons/jmk/medusa/medusa.html)
, the 'Parallel Network Login Auditor', from source.
It also compiles [libssh2](http://www.libssh2.org/) from scratch to [support SSH brute forcing](http://foofus.net/goons/jmk/medusa/medusa-ssh.html).
# Requirements
Requires the following packages on Ubuntu:
* build-essential
* libncp-dev
* libpcre3-dev
* libpq-dev
* libsvn-dev
* libafpclient-dev
* libgcrypt-dev
Note: Only tested under Ubuntu 12.04 LTS 64-bit.
# Usage
To spin up an Ubuntu install using [Vagrant](http://vagrantup.com).
```
git clone https://github.com/werrett/medusa-cookbook.git medusa-vm
cd medusa-vm
vagrant up --provision
...
vagrant ssh
medusa -V
medusa -h localhost -u test -p test -M ssh
```
# Attributes
Medusa Attributes
* version - Version of Medusa to install.
* binary - Install location for the Medusa binaries.
* url - URL to pull Medusa source from.
* configure_options - Arguments passed to `configure`.
* make_options - Arguments passed to `make`.
* install_options - Arguments passed to `make install`.
Libssh2 Attributes
* version - Version of Libssh2 to install.
* url - URL to pull Libssh2 source from.
* configure_options - Arguments passed to `configure`.
* make_options - Arguments passed to `make`.
* install_options - Arguments passed to `make install`.
# Author
Jonathan Werrett ()