Skip to content

Instantly share code, notes, and snippets.

View bitsgalore's full-sized avatar

Johan van der Knijff bitsgalore

View GitHub Profile
<?xml version="1.0" ?>
<isolyzer>
<toolInfo>
<toolName>isolyzer</toolName>
<toolVersion>1.3.0</toolVersion>
</toolInfo>
<image>
<fileInfo>
<fileName>bewaarmachine.iso</fileName>
<filePath>/home/johan/diskImagesKBDepot/testset2015/bewaarmachine.iso</filePath>
@bitsgalore
bitsgalore / tapes-all.txt
Created June 3, 2019 12:56
File(1) id results of xxLINK tapes
fileName,mimeTypeFile,matchFile
/media/bcadmin/Elements/xxLINK/tapes-DDS/1/file000001.dd,/media/bcadmin/Elements/xxLINK/tapes-DDS/1/file000001.dd: new-fs dump file (big endian), Previous dump Wed Dec 20 13:07:49 1995, This dump Thu Jan 1 00:00:00 1970, Volume 1, Level zero, type: tape header, Label none, Filesystem /, Device /dev/sd0a, Host www.xxlink.nl, Flags 1,1
/media/bcadmin/Elements/xxLINK/tapes-DDS/1/file000002.dd,/media/bcadmin/Elements/xxLINK/tapes-DDS/1/file000002.dd: new-fs dump file (big endian), Previous dump Wed Dec 20 13:08:19 1995, This dump Thu Jan 1 00:00:00 1970, Volume 1, Level zero, type: tape header, Label none, Filesystem /usr, Device /dev/sd0g, Host www.xxlink.nl, Flags 1,1
/media/bcadmin/Elements/xxLINK/tapes-DDS/1/file000003.dd,/media/bcadmin/Elements/xxLINK/tapes-DDS/1/file000003.dd: new-fs dump file (big endian), Previous dump Wed Dec 20 13:14:01 1995, This dump Thu Jan 1 00:00:00 1970, Volume 1, Level zero, type: tape header, Label none, Filesystem /home, Device /dev/sd0h, Host ww
<?xml version="1.0" encoding="UTF-8" ?>
<dfxml xmlns='http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xmlns:dc='http://purl.org/dc/elements/1.1/'
xmlns:hfs='http://www.forensicswiki.org/wiki/HFS' version='1.0'>
<metadata>
<dc:type>CD</dc:type>
</metadata>
@bitsgalore
bitsgalore / genSelection.py
Created January 17, 2019 14:42
Generate cleaned-up selection list from tab-delimited WebCurator dump
#! /usr/bin/env python3
"""
Generate cleaned-up selection list from tab-delimited WebCurator dump
Johan van der Knijff
"""
import sys
import csv
import argparse
@bitsgalore
bitsgalore / mhvtl-notes.md
Last active December 5, 2018 12:35
Mhvtl virtual tape library notes
#! /usr/bin/env python3
import os
import threading
import _thread as thread
import time
import tkinter as tk
import tkinter.scrolledtext as ScrolledText
class myGUI(tk.Frame):
@bitsgalore
bitsgalore / session.sh
Created October 26, 2018 11:45
Restore session with terminal windows, file manager windows, vscode and web browser
#!/bin/bash
#
# Set up session
mate-terminal --working-directory=/media/bcadmin/Elements/testDDS
mate-terminal --working-directory=/home/bcadmin/forensicImagingResources
caja /home/bcadmin/forensicImagingResources
caja /media/bcadmin/Elements/testDDS
vscode /home/bcadmin/forensicImagingResources/doc/tape-dds.md /home/bcadmin/forensicImagingResources/scripts/readtape.sh &
firefox &
#!/bin/bash
dirSurfDrive="/home/johan/ownCloud/blogkbresearch"
dirDeploy="/var/www/blog.kbresearch.nl"
# Scrape local instance of kbresearch blog to static site
# 24/8 removed --adjust-extension \
wget --mirror \
--page-requisites \