mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +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):
|
||||
TITLE = "Bulk extractor"
|
||||
DESCRIPTION = ""
|
||||
DESCRIPTION = "Extract useful information without parsing the file system"
|
||||
PROJECT_URL = "https://github.com/simsong/bulk_extractor"
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue