mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 17:08:25 +00:00
updated bulk_extractor cli instal
This commit is contained in:
parent
99060768f0
commit
9bbd7f2033
1 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue