Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sr-lab/analytic-password-cracking-box
Box to run the analytic password cracking utility.
https://github.com/sr-lab/analytic-password-cracking-box
analytic password-cracking password-security vagrant vm
Last synced: 15 days ago
JSON representation
Box to run the analytic password cracking utility.
- Host: GitHub
- URL: https://github.com/sr-lab/analytic-password-cracking-box
- Owner: sr-lab
- License: unlicense
- Created: 2019-07-08T12:16:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T11:52:16.000Z (over 5 years ago)
- Last Synced: 2024-11-12T15:17:37.795Z (3 months ago)
- Topics: analytic, password-cracking, password-security, vagrant, vm
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Analytic Password Cracking Box
Vagrant box with Ubuntu 18.04 Bionic Beaver with desktop system installed. Comes with the [analytic password cracking tool](https://github.com/UChicagoSUPERgroup/analytic-password-cracking) all set up and ready to go.## Prerequisites
You'll need [Oracle VM VirtualBox](https://www.virtualbox.org/wiki/Downloads) installed as well as [Vagrant](https://www.vagrantup.com/downloads.html).### Plugins
You'll need the `vagrant-reload` plugin because the box needs a restart after provisioning. Install it like this:```bash
vagrant plugin install vagrant-reload
```## Setup
Like any Vagrant box, run:```bash
vagrant up
```From there, use:
```bash
vagrant ssh
```To access the box over SSH if you like, though there's a full desktop system installed for you to interact with if you like.
## Usage
For usage information, consult the repo for the [analytic password cracking tool](https://github.com/UChicagoSUPERgroup/analytic-password-cracking) repo. The utility is installed to `~/analytic-password-cracking`.## Details
The box is running Ubuntu "Bionic Beaver" 18.04 LTS (Desktop) with:* Gnome 3 Desktop
* VirtualBox Guest Additions 6.0.4
* The [analytic password cracking tool](https://github.com/UChicagoSUPERgroup/analytic-password-cracking) from @UChicagoSUPERgroup