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):