1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

[FIX] #Fixed Typos by codespell

This commit is contained in:
Hardik Zinzuvadiya
2023-03-04 09:10:56 -05:00
parent 1e088ad35b
commit f0ab1ced10
8 changed files with 11 additions and 11 deletions

View File

@ -57,7 +57,7 @@ class BulkExtractor(HackingTool):
class Guymager(HackingTool):
TITLE = "Disk Clone and ISO Image Aquire"
TITLE = "Disk Clone and ISO Image Acquire"
DESCRIPTION = "Guymager is a free forensic imager for media acquisition."
INSTALL_COMMANDS = ["sudo apt install guymager"]
RUN_COMMANDS = ["sudo guymager"]