You've already forked hackingtool
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:
@ -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):
|
||||||
|
Reference in New Issue
Block a user