adam-m
c78462d6a4
Ingests API changes.
...
Rename "service" to "module"
2012-08-29 16:46:34 -04:00
adam-m
640493529e
remove STOP module return value
2012-08-29 15:48:10 -04:00
adam-m
3ad3e64952
Hash DB ingest config: fix setting syncing in widgets, simplify NSRL widget
2012-08-28 17:25:35 -04:00
adam-m
c7a9409f41
remove deprecation where possible
2012-08-28 10:08:54 -04:00
dhurd
4d3fa28f92
Added logging and detection for a corrupt HashDbXML file.
2012-08-22 10:29:40 -04:00
adam-m
267d1cf3df
synchronize hashdbxml singleton instance creation / loading file
2012-08-21 09:43:42 -04:00
dhurd
138c90f501
File search by MD5 hash now runs in a SwingWorker thread.
2012-08-16 14:03:21 -04:00
dhurd
d328d3b01b
Saves 'calculate hash without databases' checkbox value in the XML.
2012-08-15 09:33:37 -04:00
dhurd
9dd6f6e82a
Updates to HashDatabase for increased functionality.
2012-08-14 15:59:56 -04:00
dhurd
7d3072eb58
File comparison switched to .equals method.
2012-08-03 15:11:18 -04:00
dhurd
c50fd51747
Improvements for MD5 hash searching.
2012-08-03 13:23:27 -04:00
adam-m
4dd53f1489
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-08-02 12:59:06 -04:00
adam-m
ed5fb3d057
Merge branch 'master' of https://github.com/Devin148/autopsy
...
Conflicts:
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchAction.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchManager.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchPanel.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchResultFactory.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearcher.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/layer.xml
2012-08-02 12:47:59 -04:00
dhurd
5488809151
Added MD5 hash searching in the toolbar and right click actions. Small bugfix in file extraction.
2012-08-01 11:42:48 -04:00
dhurd
66f60982b2
MD5 hash searching implemented through nodes, comeplete.
2012-07-27 16:19:22 -04:00
devin148
d3e07d350d
Hash nodes added.
2012-07-27 14:58:15 -04:00
dhurd
402c428d3e
More panels.
2012-07-27 13:52:13 -04:00
dhurd
d911801c80
Trying to fix panel.
2012-07-27 13:48:59 -04:00
dhurd
86b8d722bf
Fixing forms.
2012-07-27 13:31:39 -04:00
devin148
3e337c6ae1
Updated Searching.
2012-07-27 12:48:08 -04:00
dhurd
99deb906ef
Added search by MD5 hash; not complete.
2012-07-27 09:19:34 -04:00
Dick Fickling
a424163104
Fix tbird bugs, add file search to dir tree, ui tweaks
2012-06-29 10:00:42 -04:00
adam-m
763da75158
Hash db service: do not process 0 byte files
2012-06-28 13:37:58 -04:00
adam-m
ef8371b544
Update ingest manager proxy java docs
...
Add a method to from manager to the facade
2012-06-28 10:07:48 -04:00
Dick Fickling
a02a11cafc
UI changes to Hash DB configuration
2012-06-27 13:01:58 -04:00
Dick Fickling
0f4d01e238
GUI tweaks for Hash and Keyword configuration
2012-06-26 13:34:39 -04:00
Dick Fickling
ede0326ab7
Make text consistent between hash and keyword search configuration
2012-06-22 15:03:22 -04:00
Dick Fickling
2cd06d544c
use boolean setting to enable/disable import button
2012-06-19 08:55:56 -04:00
Dick Fickling
d0d14c0c42
Better ingest support for new panel
2012-06-18 16:25:07 -04:00
Dick Fickling
f9dac1c742
Initial overhaul of Hash DB Management Panel
2012-06-18 15:51:21 -04:00
Dick Fickling
b5ee94cb28
TSK-522: Basic Hash DB Cleanup in Wizard
2012-06-13 08:53:02 -04:00
Dick Fickling
161f2a2670
Minor UI tweaks
2012-06-05 09:34:33 -04:00
Dick Fickling
b985d61457
Add hash to data result
...
do not calculate hash if value already stored in db
2012-06-01 10:36:28 -04:00
adam-m
84fc46c780
change deprecated attrs to TSK_SET_NAME
2012-05-31 21:58:53 -04:00
Dick Fickling
c105b68303
Make node hierarchy match DataModel hierarchy (classes are stubs for now)
2012-05-29 17:19:35 -04:00
adam-m
2a36390894
Update service register
2012-05-29 13:56:28 -04:00
Dick Fickling
dccbfb97cc
Add LayoutFile, changes for new DataModel structure
2012-05-29 13:01:40 -04:00
Dick Fickling
5d4dc02634
Initial test script commit.
2012-05-21 10:10:56 -04:00
Alex Ebadirad
884a3d1b27
AUT-53 bug fixes for:
...
checkbox/lookup code
use case temp dir for db copy
fixed html report keyword list column
reportxml visitor content exceptions
css style should be present
Better formatting on files
Do not merge without changing line 51 in BlackboardArtifact.java in the sleuthkit from:
TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJ", "Recent Documents"),
to:
TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJECT", "Recent Documents"),
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 10:47:02 -07:00
Dick Fickling
ea834f11a8
Separate hashset hits in directory tree, various fixes
2012-05-11 13:38:32 -04:00
Dick Fickling
930eaf06c7
TSK-487: Count for keyword list hits should be inclusive of all keywords
...
TSK-488: Extract shoudl default to case folder
2012-05-10 17:43:06 -04:00
Dick Fickling
473a3a9925
Further iteration on multiple hash databases.
...
Not 100% tested (is that possible?), but stable enough and we need it
to line up Autopsy with new Sleuthkit API.
2012-05-10 17:31:20 -04:00
Dick Fickling
e18ab444cd
only set one nsrl db (temp fix)
2012-05-09 09:32:48 -04:00
Dick Fickling
1151468330
initial multi-hash prototype
2012-05-08 10:25:24 -04:00
Dick Fickling
fe96490b2c
Remove references to deprecated API, update comments to match code,
...
hide expansion buttons on empty directories, improve log messages
2012-04-24 12:49:40 -04:00
Dick Fickling
33b867083b
Log error messages at Level.WARNING.
2012-04-19 13:10:10 -04:00
Dick Fickling
00772294c4
improve inbox messages for Hash DB ingest service (TSK-464)
2012-04-17 13:42:19 -04:00
adam-m
867107af14
Text change
2012-04-13 10:40:53 -04:00
adam-m
37756e360f
Minor UI naming tweaks, update limitations file wording
2012-04-10 17:01:18 -04:00
Dick Fickling
de2fe2eeff
TSK-405: Support EnCase Hashsets
2012-04-09 16:51:51 -04:00