You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
Fix mypy issue
This commit is contained in:
@ -8,10 +8,10 @@ from core import HackingToolsCollection
|
|||||||
class Autopsy(HackingTool):
|
class Autopsy(HackingTool):
|
||||||
TITLE = "Autopsy"
|
TITLE = "Autopsy"
|
||||||
DESCRIPTION = "Autopsy is a platform that is used by Cyber Investigators.\n" \
|
DESCRIPTION = "Autopsy is a platform that is used by Cyber Investigators.\n" \
|
||||||
"[!] Works in any Os\n" \
|
"[!] Works in any OS\n" \
|
||||||
"[!] Recover Deleted Files from any OS & MEdia \n" \
|
"[!] Recover Deleted Files from any OS & Media \n" \
|
||||||
"[!] Extract Image Metadata"
|
"[!] Extract Image Metadata"
|
||||||
RUN_COMMANDS = "sudo autopsy"
|
RUN_COMMANDS = ["sudo autopsy"]
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(Autopsy, self).__init__(installable = False)
|
super(Autopsy, self).__init__(installable = False)
|
||||||
|
Reference in New Issue
Block a user