Skip to content

ProfessionallyEvil/Pequod

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pequod - Container hacking lab environment.

TODO: Intro here

Moby Dick Final Chase

Setup

  1. Make sure you've installed VirtualBox and Vagrant.

Usage

TODO: How to use Pequod (tools included?)

Starting

Pequod offers three ways to build/start the vm:

  1. Default recommended
    • Simply run vagrant up in the root dir of the project to get a default instance of the VM
  2. Local box
    • Excute vagrant --box_url=file:///path/to/box/file up to use a box file on your local machine.
  3. Hosted box somewhere other than vagrantcloud
    • Execute vagrant --box_url=http(s)://url.to.box/file up

The options must preceed up to avoid them being processed as args to up.

Connect to the VM

Run vagrant ssh and if all went well you'll get an ssh session as ahab on the VM. Time to start whale hunting.

Troubleshooting

TODO: Common troubleshooting tips

FAQ

TODO: Common questions answered here. Tell people to make issues as well.

About

Lab VM environment for Container Hacking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published