Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CallableSystemAction, and org.sleuthkit.autopsy.directorytree.HashSearchProvider.
Classes | |
class | InitializeContentVisitor |
Public Member Functions | |
HelpCtx | getHelpCtx () |
String | getName () |
void | performAction () |
void | search (Node contentNode) |
Static Public Member Functions | |
static HashDbSearchAction | getDefault () |
Private Member Functions | |
void | doSearch () |
Private Attributes | |
AbstractFile | file |
Static Private Attributes | |
static final InitializeContentVisitor | initializeCV = new InitializeContentVisitor() |
static HashDbSearchAction | instance = null |
Searches for FsContent Files with the same MD5 hash as the given Node's FsContent's MD5 hash. This action should only be available from Nodes with specific Content attached; it is manually programmed into a Node's available actions.
Definition at line 44 of file HashDbSearchAction.java.
|
private |
Definition at line 145 of file HashDbSearchAction.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.performAction().
|
static |
Definition at line 54 of file HashDbSearchAction.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.instance.
Referenced by org.sleuthkit.autopsy.directorytree.HashSearchAction.actionPerformed().
HelpCtx org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.getHelpCtx | ( | ) |
Definition at line 156 of file HashDbSearchAction.java.
String org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.getName | ( | ) |
Definition at line 151 of file HashDbSearchAction.java.
void org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.performAction | ( | ) |
Find all files with the same MD5 hash as this' file. file should be previously set by calling the search function, which in turn calls performAction.
Definition at line 125 of file HashDbSearchAction.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.doSearch().
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.search().
void org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.search | ( | Node | contentNode | ) |
Implements org.sleuthkit.autopsy.directorytree.HashSearchProvider.
Definition at line 62 of file HashDbSearchAction.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.performAction().
Referenced by org.sleuthkit.autopsy.directorytree.HashSearchAction.actionPerformed().
|
private |
Definition at line 47 of file HashDbSearchAction.java.
|
staticprivate |
Definition at line 46 of file HashDbSearchAction.java.
|
staticprivate |
Definition at line 48 of file HashDbSearchAction.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.HashDbSearchAction.getDefault().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.