Skip to content

Instantly share code, notes, and snippets.

View vicpon's full-sized avatar

Victor P vicpon

View GitHub Profile
"""A little script to recover deleted recording of a mongoDB db file
There's no optimization but it work and has saved me
"""
import struct
import bson
import pymongo
import sys