1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-29 23:51:58 +00:00

Updated python report module, added July2015 tutorial folder with code of final module

This commit is contained in:
Brian Carrier
2015-08-11 14:45:57 -04:00
parent aa8f7f68cb
commit a164030947
6 changed files with 195 additions and 32 deletions

View File

@@ -114,6 +114,7 @@ class SampleJythonDataSourceIngestModule(DataSourceIngestModule):
# For our example, we will use FileManager to get all
# files with the word "test"
# in the name and then count and read them
# FileManager API: http://sleuthkit.org/autopsy/docs/api-docs/3.1/classorg_1_1sleuthkit_1_1autopsy_1_1casemodule_1_1services_1_1_file_manager.html
fileManager = Case.getCurrentCase().getServices().getFileManager()
files = fileManager.findFiles(dataSource, "%test%")