Skip to content

axlshear/dora-osint-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DORA OSINT VM

DORA is a virtual machine based on @inteltechnique latest book. The vm is built using packer and the resulting build files can be imported into Virtualbox. The operating system is 64-bit Debian with XFCE as the desktop environment.

DORA is not an exact implementation of the VM in the book:

  1. Not all software in the book is installed
  2. Firefox is not preconfigured and no add-ons have been installed
  3. No scripts from the book have been included, if the author consents then I will consider merging them in.

This project is meant to provide a method for automating the VM creation and some of the software installation steps of Chapter 5. The user still needs to complete the configuration of Firefox and install the desired add-ons. I strongly recommend purchasing the book and completing the exercise of building a VM manually.

Requirements

I use linux as my host machine, there may be additional requirements for Windows or Mac hosts.

Building VM

packer build debian-osint.json

This can take a while depending on your hardware and network speed and will create a vmdk and ovf file in a folder called output-virtualbox-iso

If you have built a previous version or are tweaking the configuration for a new build you will have to remove the output-virtualbox-iso folder before running packer build.

Importing into VirtualBox

  1. Launch Virtualbox
  2. Click File > Import Appliance
  3. Click the open file icon next to the File textbox
  4. Navigate to the output-virtualbox-iso folder created during the build
  5. Click the ovf file
  6. Click Next
  7. Click Import

VM Configuration

  • OS: Debian 10.3.0 64-bit
  • Memory: 4GB
  • HD Size: 32GB
  • Video Memory: 64MB
  • Shared clipboard: Bidirectional
  • Drag n’ Drop: Bidirectional
  • DE: xfce

User Accounts:

User Pass Additional Groups
root t00r
osint tnis0 sudo, vboxsf

Installed Software:

The preseed config installs the following additional packages:

Provisioning scripts are used to install the following software

User bashrc

A modified bashrc file is included which provides environment variables for golang and updates the $PATH

About

OSINT VM based on Open Source Intelligence Techniques 7th Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages