Skip to content

Commit

Permalink
Fix mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 15, 2022
1 parent 920a43e commit 16ccd50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/forensic_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
class Autopsy(HackingTool):
TITLE = "Autopsy"

This comment has been minimized.

Copy link
@a7huy7dgcuhecugceygyecgyeded
DESCRIPTION = "Autopsy is a platform that is used by Cyber Investigators.\n" \
"[!] Works in any Os\n" \
"[!] Recover Deleted Files from any OS & MEdia \n" \
"[!] Works in any OS\n" \
"[!] Recover Deleted Files from any OS & Media \n" \
"[!] Extract Image Metadata"
RUN_COMMANDS = "sudo autopsy"
RUN_COMMANDS = ["sudo autopsy"]

def __init__(self):
super(Autopsy, self).__init__(installable = False)
Expand Down

0 comments on commit 16ccd50

Please sign in to comment.