Skip to content
Snippets Groups Projects
Commit d7405623 authored by Raman's avatar Raman
Browse files

1174:Web Autofill artifacts

parent 41d78aea
No related branches found
No related tags found
No related merge requests found
......@@ -1174,7 +1174,18 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
* Indicates a verification failure
*/
TSK_VERIFICATION_FAILED(47, "TSK_VERIFICATION_FAILED", //NON-NLS
bundle.getString("BlackboardArtifact.tskVerificationFailed.text"));
bundle.getString("BlackboardArtifact.tskVerificationFailed.text")),
/**
* Indicates auto fill data from a Web form
*/
TSK_WEB_FORM_AUTOFILL(48, "TSK_WEB_FORM_AUTOFILL", //NON-NLS
bundle.getString("BlackboardArtifact.tskWebFormAutofill.text")),
/**
* Indicates an person's address filled in a web form
*/
TSK_WEB_FORM_ADDRESS (49, "TSK_WEB_FORM_ADDRESSES ", //NON-NLS
bundle.getString("BlackboardArtifact.tskWebFormAddresses.text"));
private final String label;
private final int typeId;
......
......@@ -44,6 +44,8 @@ BlackboardArtifact.tskSimAttached.text=SIM Attached
BlackboardArtifact.tskBluetoothAdapter.text=Bluetooth Adapter
BlackboardArtifact.tskWIFINetworkAdapter.text=Wireless Network Adapters
BlackboardArtifact.tskVerificationFailed.text=Verification Failure
BlackboardArtifact.tskWebFormAutofill.text=Web Form Autofill
BlackboardArtifact.tskWebFormAddresses.text=Web Form Addresses
BlackboardArtifact.shortDescriptionDate.text=at {0}
BlackboardAttribute.tskAccountType.text=Account Type
BlackboardAttribute.tskUrl.text=URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment