From 9bbd7f2033e29878eb605bcc2edf93e15abb20c1 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 29 Dec 2020 01:32:25 +0000 Subject: [PATCH] updated bulk_extractor cli instal --- tools/forensic_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/forensic_tools.py b/tools/forensic_tools.py index ace6edd..57e9d92 100644 --- a/tools/forensic_tools.py +++ b/tools/forensic_tools.py @@ -49,9 +49,9 @@ class BulkExtractor(HackingTool): "Please Visit For More Details About Installation >> https://github.com/simsong/bulk_extractor") def cli_mode(self): - os.system("sudo apt-get install bulk_extractor") + os.system("sudo apt install bulk-extractor") print("bulk_extractor and options") - os.system("bulk_extractor") + os.system("bulk_extractor -h") os.system( 'echo "bulk_extractor [options] imagefile" | boxes -d headline | lolcat')