├── Create-ImageVm.psm1 ├── Group-Policy-Method.md ├── LICENSE ├── Mount-VSC.ps1 ├── README.md ├── Virtualize-an-E01.md ├── dec2ip.py ├── gooloc.py ├── ip2dec.py ├── iptools.py ├── ipvis.py ├── mcafee-quarantine.py ├── ms_antimalware.py ├── pilfer.bat ├── rawccopy.exe ├── sqlite-port.zip ├── vssmount.cmd └── winky.py /Create-ImageVm.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/Create-ImageVm.psm1 -------------------------------------------------------------------------------- /Group-Policy-Method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/Group-Policy-Method.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/LICENSE -------------------------------------------------------------------------------- /Mount-VSC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/Mount-VSC.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/README.md -------------------------------------------------------------------------------- /Virtualize-an-E01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/Virtualize-an-E01.md -------------------------------------------------------------------------------- /dec2ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/dec2ip.py -------------------------------------------------------------------------------- /gooloc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/gooloc.py -------------------------------------------------------------------------------- /ip2dec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/ip2dec.py -------------------------------------------------------------------------------- /iptools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/iptools.py -------------------------------------------------------------------------------- /ipvis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/ipvis.py -------------------------------------------------------------------------------- /mcafee-quarantine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/mcafee-quarantine.py -------------------------------------------------------------------------------- /ms_antimalware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/ms_antimalware.py -------------------------------------------------------------------------------- /pilfer.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/pilfer.bat -------------------------------------------------------------------------------- /rawccopy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/rawccopy.exe -------------------------------------------------------------------------------- /sqlite-port.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/sqlite-port.zip -------------------------------------------------------------------------------- /vssmount.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/vssmount.cmd -------------------------------------------------------------------------------- /winky.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalsleuth/forensics_tools/HEAD/winky.py --------------------------------------------------------------------------------