├── README ├── classOLEScanner.py ├── lpmd.zip ├── mdownloader.py ├── mwclass.py ├── office2k7_forensics.py ├── pbar.py ├── pecarver.py ├── pyOLEScanner.py ├── pyOLEScanner.zip ├── pySwfCarve.py ├── setup_test.py ├── test.pyx └── test_class.py /README: -------------------------------------------------------------------------------- 1 | Empty For Now, check Wiki :-) 2 | -------------------------------------------------------------------------------- /classOLEScanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/classOLEScanner.py -------------------------------------------------------------------------------- /lpmd.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/lpmd.zip -------------------------------------------------------------------------------- /mdownloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/mdownloader.py -------------------------------------------------------------------------------- /mwclass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/mwclass.py -------------------------------------------------------------------------------- /office2k7_forensics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/office2k7_forensics.py -------------------------------------------------------------------------------- /pbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/pbar.py -------------------------------------------------------------------------------- /pecarver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/pecarver.py -------------------------------------------------------------------------------- /pyOLEScanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/pyOLEScanner.py -------------------------------------------------------------------------------- /pyOLEScanner.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/pyOLEScanner.zip -------------------------------------------------------------------------------- /pySwfCarve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/pySwfCarve.py -------------------------------------------------------------------------------- /setup_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/setup_test.py -------------------------------------------------------------------------------- /test.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/test.pyx -------------------------------------------------------------------------------- /test_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evilcry/PythonScripts/HEAD/test_class.py --------------------------------------------------------------------------------