Unverified Commit 99060768 authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

added bulkExtractor description

parent 5d192911
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):