From 99060768f0049a7dfd1e44a8a748122c183c1dfc Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sun, 27 Dec 2020 23:27:39 +0000 Subject: [PATCH] added bulkExtractor description --- tools/forensic_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/forensic_tools.py b/tools/forensic_tools.py index d2b2bc0..ace6edd 100644 --- a/tools/forensic_tools.py +++ b/tools/forensic_tools.py @@ -30,7 +30,7 @@ class Wireshark(HackingTool): class BulkExtractor(HackingTool): TITLE = "Bulk extractor" - DESCRIPTION = "" + DESCRIPTION = "Extract useful information without parsing the file system" PROJECT_URL = "https://github.com/simsong/bulk_extractor" def __init__(self):