This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import csv | |
import os.path | |
import os | |
import shutil | |
'''Haystack.py - sifting through photorec recovered data | |
Concept of using photorec, md5deep, NSRL "known" file dataset and personal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Merge indexed text files and print the result | |
@ECHO OFF | |
SETLOCAL EnableDelayedExpansion | |
:: User Config | |
SET ina_base=part1_ | |
SET inb_base=part2_ | |
SET out_base=sum12_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
HOSTNAME="apollo" | |
USERNAME="paretech" | |
TIMEZONE="US/Eastern" | |
LANGUAGE="en_US.UTF-8" | |
DRIVE=/dev/sda | |
MOUNT_PATH=/mnt | |
USERSHELL=/bin/bash |
NewerOlder