1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

added bulkExtractor description

This commit is contained in:
Greatest125
2020-12-27 23:27:39 +00:00
committed by GitHub
parent 5d1929111f
commit 99060768f0

View File

@ -30,7 +30,7 @@ class Wireshark(HackingTool):
class BulkExtractor(HackingTool): class BulkExtractor(HackingTool):
TITLE = "Bulk extractor" TITLE = "Bulk extractor"
DESCRIPTION = "" DESCRIPTION = "Extract useful information without parsing the file system"
PROJECT_URL = "https://github.com/simsong/bulk_extractor" PROJECT_URL = "https://github.com/simsong/bulk_extractor"
def __init__(self): def __init__(self):