mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
added bulkExtractor description
This commit is contained in:
parent
5d1929111f
commit
99060768f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue