├── Chrome Passwords Identifier ├── ChromePasswords.py └── Readme.md ├── Connected iPhone Analyzer ├── Iphones.py └── Readme.md ├── GoogleDrive ├── GDrive.py └── Readme.md ├── IE Tiles ├── IETiles.py └── Readme ├── Readme.md ├── Skype Analyzer ├── Readme.md └── Skype.py └── Windows Communication App ├── Readme.md └── WindowsCommAppFileIngestModule.py /Chrome Passwords Identifier/ChromePasswords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/Chrome Passwords Identifier/ChromePasswords.py -------------------------------------------------------------------------------- /Chrome Passwords Identifier/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/Chrome Passwords Identifier/Readme.md -------------------------------------------------------------------------------- /Connected iPhone Analyzer/Iphones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/Connected iPhone Analyzer/Iphones.py -------------------------------------------------------------------------------- /Connected iPhone Analyzer/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/Connected iPhone Analyzer/Readme.md -------------------------------------------------------------------------------- /GoogleDrive/GDrive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/GoogleDrive/GDrive.py -------------------------------------------------------------------------------- /GoogleDrive/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/GoogleDrive/Readme.md -------------------------------------------------------------------------------- /IE Tiles/IETiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/IE Tiles/IETiles.py -------------------------------------------------------------------------------- /IE Tiles/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/IE Tiles/Readme -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/Readme.md -------------------------------------------------------------------------------- /Skype Analyzer/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/Skype Analyzer/Readme.md -------------------------------------------------------------------------------- /Skype Analyzer/Skype.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/Skype Analyzer/Skype.py -------------------------------------------------------------------------------- /Windows Communication App/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/Windows Communication App/Readme.md -------------------------------------------------------------------------------- /Windows Communication App/WindowsCommAppFileIngestModule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomvandermussele-zz/autopsy-plugins/HEAD/Windows Communication App/WindowsCommAppFileIngestModule.py --------------------------------------------------------------------------------