276 Commits

Author SHA1 Message Date
adam-m
ea71a5bba2 Delete temp reg ripper file only when done reading 2012-03-26 15:40:23 -04:00
Alex Ebadirad
138edf1d2c Fixed possible delete before buffer has read in full file in registryextract
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-26 12:37:17 -07:00
adam-m
897e0200ea Merge branch 'master' of https://github.com/aebadirad42six/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
2012-03-26 15:23:07 -04:00
Alex Ebadirad
52fcef0014 Installed programs now available w/ version of windows
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-26 12:04:33 -07:00
adam-m
99357be817 Fix encoding when reading files from regripper 2012-03-26 13:44:40 -04:00
Alex Ebadirad
e82ec772db Fixed recent documents displaying, added IE cookies and bookmarks, chrome bookmarks now work
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-23 15:13:39 -07:00
Alex Ebadirad
5247386092 Simple html reporting and bug fixes to extraction
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-23 09:19:53 -07:00
Alex Ebadirad
fa8ff3365a Cleaned up web downloads and it's associated html format
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-21 12:46:50 -07:00
Alex Ebadirad
6197700737 Replaced null/none with empty strings on extraction, make final report panel resizable, removed unnecessary columns from html report. Changed component alignment on report filter panel.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-21 11:18:31 -07:00
adam-m
f6475428d8 Fix recent activity build issues (SQLException) and lack of countFsContentType() in SKCase yet 2012-03-20 21:36:41 -04:00
adam-m
5548d3155a Merge Recent reporting changes + registry extraction bugfixes 2012-03-20 21:33:47 -04:00
adam-m
c928788bb6 - Fix to show stats and file ingest dialog after ingest complete and also all background threads (keyword search) completed.
- fix to not run complete() portion of keyword search service in some cases, when service was not selected to run
2012-03-19 18:54:12 -04:00
Dick Fickling
423fd43161 Move regripper to release folder 2012-03-16 15:17:56 -04:00
dickfickling
af5086d53b Merge pull request #17 from aebadirad42six/master
bug fixes and moving regripper
2012-03-16 12:05:48 -07:00
Alex Ebadirad
76af03fa72 Moving regripper to release folder, restored greying out of report button until case is opened.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-16 10:37:32 -07:00
Alex Ebadirad
e0a9926726 Additional .pl files added, modification of cookie storage value attribute
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-16 10:05:07 -07:00
adam
2971236223 Merge pull request #16 from aebadirad42six/master
Fundamental reworking of extractregistry
2012-03-16 06:23:57 -07:00
Alex Ebadirad
25a816adb3 changed how regripper runs, still need to modify absolute path
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-15 18:29:01 -07:00
Alex Ebadirad
c3bfcf00cd Added css styling to exported html report.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-15 13:53:33 -07:00
Dick Fickling
fc0a69bf0b Merge branch 'master' of github.com:sleuthkit/autopsy 2012-03-15 09:59:16 -04:00
Alex Ebadirad
42b184312a Report formatting and additional extract bugfixes.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-14 22:28:13 -07:00
Dick Fickling
09e05961d7 TSK-410: Remove warnings 2012-03-14 17:18:15 -04:00
Alex Ebadirad
2ba7e534e0 Fixes to the extract registry original file ID 2012-03-09 18:36:57 -07:00
Alex Ebadirad
eb5b5b87d8 bug fixes to firefox/IE
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-09 15:41:27 -07:00
Alex Ebadirad
21cebd2e17 Additional fixes to reporting for IE
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-08 19:05:55 -07:00
Alex Ebadirad
6860541da7 Fixed some merge issues, several minor updates.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-08 16:40:14 -07:00
Dick Fickling
9e3e71b3eb Merge github.com:sleuthkit/autopsy
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestService.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbMgmtAction.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbMgmtPanel.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbPanel.form
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbPanel.java
	Ingest/src/org/sleuthkit/autopsy/ingest/AdvancedConfigurationDialog.java
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialog.java
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialogPanel.form
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialogPanel.java
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestServiceAbstract.java
	Ingest/src/org/sleuthkit/autopsy/ingest/example/ExampleFsContentIngestService.java
	Ingest/src/org/sleuthkit/autopsy/ingest/example/ExampleImageIngestService.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationDialog.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel.form
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestSimplePanel.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
	Report/src/org/sleuthkit/autopsy/report/reportAction.java
	Report/src/org/sleuthkit/autopsy/report/reportHTML.java
	Report/src/org/sleuthkit/autopsy/report/reportPanel.form
	Report/src/org/sleuthkit/autopsy/report/reportPanel.java
2012-02-29 14:35:29 -05:00
Dick Fickling
ba21811f45 TSK-362 2nd level of ingest configuration 2012-02-29 13:15:13 -05:00
adam-m
9c89af1168 TSK-360 Move ingest panel into add image wizard
TSK-362	2nd level of ingest configuration
first iteration - changed wizard, service configs, reusable panel components
2012-02-29 13:09:49 -05:00
Dick Fickling
d2c4725330 Add second level of configuration to Ingest Services 2012-02-28 16:55:16 -05:00
adam-m
2c33c67aae Ingest configuration API additions 2012-02-28 14:14:47 -05:00
Dick Fickling
270b740140 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-27 12:54:30 -05:00
Dick Fickling
4512964496 No longer assume that blackboard artifacts are associated with a File object,
instead they are associated with any generic Content object
2012-02-27 12:49:04 -05:00
adam-m
ad7d2294c9 - add details to warning and error messages
- fix no keyword set detection in keyword search ingest
2012-02-27 10:33:05 -05:00
adam-m
a8e71f6526 Merge remote-tracking branch 'aebadirad42six/master' 2012-02-24 20:57:03 -05:00
Dick Fickling
22f09d14d2 minor tweaks to Recent Activity, lists viewer 2012-02-24 17:25:42 -05:00
Alex Ebadirad
28dd773c00 Modifications to html Report/src/org/sleuthkit/autopsy/report/reportHTML.java
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-24 12:44:49 -07:00
Alex Ebadirad
fc2147ba31 Merge branch 'master' of https://github.com/aebadirad42six/autopsy
Conflicts:
	DirectoryTree/nbproject/genfiles.properties
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
2012-02-24 12:22:53 -07:00
Alex Ebadirad
8386f8cc26 Report module addition
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-24 12:19:40 -07:00
adam-m
defd6cd2f5 Ingest API: add a way to query individual service if it has any background jobs running that are managed by the service. Needed for more precise service state tracking by the manager. 2012-02-22 16:03:02 -05:00
Dick Fickling
89589c1934 Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RecentActivityDataExplorer.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RecentActivityKeyValueChildFactory.java
2012-02-11 00:30:34 -05:00
adam-m
631b230f49 Merge branch 'master' of https://github.com/aebadirad42six/autopsy
+resolved conflicts, minor adjustment to progress bar - added 1 subtask to track (registry)
2012-02-10 16:40:50 -05:00
Alex Ebadirad
6b5fa72de2 Added controller states to the processes, added image specific processing to all processes, reinstated registry extraction and included a few new scripts to draw information.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-10 09:08:39 -07:00
Dick Fickling
38e424fd3a Make Pasco results include correct obj_id 2012-02-09 13:18:38 -05:00
Dick Fickling
978bb41ea5 Merge git://github.com/alawrence/autopsy
Conflicts:
	DataModel/src/org/sleuthkit/autopsy/datamodel/BlackboardArtifactNode.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchResultFactory.java
2012-02-08 09:49:39 -05:00
Alex Ebadirad
ac8d3b75a7 Removed old code, changed ingestion service to accept image ID, cleaned up pasco results
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-07 17:15:10 -07:00
Dick Fickling
67d6bf3aef Add configure button to Ingest Dialog 2012-02-07 15:58:06 -05:00
adam-m
7086ed3cf5 proper order of closing statement after runQuery() 2012-02-06 17:18:47 -05:00
Alex Ebadirad
fe0cae3da7 closed opened sql connections to aut db from Recent activity
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-06 14:51:16 -07:00
adam-m
7bab52f6d4 close sql statement and result set when done, freeing sqlite internal db lock earlier 2012-02-06 16:05:48 -05:00