Skip to content

Instantly share code, notes, and snippets.

View bobthesecurityguy's full-sized avatar

Bob bobthesecurityguy

View GitHub Profile

Oh no!

So, you have a video DVD that definitely has data on it (you can see the lines on the shiny side), but that looks blank when you insert it into your computer. Don't worry, it's not ruined. The data really is there. What has likely happened is that whoever burned the DVD for you failed to "finalize" the disc before giving it to you, so the player/operating system has no idea what to do with the data that it sees. Fear not, though, there are options.

Setup

First, we're going to get some software. I'm assuming that we're on a Windows machine here, but these utilities all exist for non-Windows users and I'll leave the minor translations there as an exercise to the reader.

DVD Tools

Go to this page to get pre-compiled Windows versions of the dvd+rw-tools programs. The one that you need is called dvd+rw-mediainfo. We'll be using this to read the structure of the disc to figure out where our data lives.

DD

@bobthesecurityguy
bobthesecurityguy / keybase.md
Created September 1, 2015 05:35
My keybase.io proof

Keybase proof

I hereby claim:

  • I am bobthesecurityguy on github.
  • I am securitybob (https://keybase.io/securitybob) on keybase.
  • I have a public key whose fingerprint is 1DA9 E2D5 1D44 4B36 0F5A 6B12 599A CBF2 7348 752A

To claim this, I am signing this object:

@bobthesecurityguy
bobthesecurityguy / 0-update_pf-ring.sh
Last active December 29, 2015 02:49
Some pf_ring (with/without libzero) installation scripts for Bro.
#!/bin/bash
#################################################
##
## Update PF_RING + PF_RING-aware driver
##
#################################################
SVNDIR=/opt/pf_ring/pf_ring-svn
BRODIR=/opt/bro