Closed sachin6216 closed 3 months ago
You can put quotes around arguments that contain spaces or use an escape sequence starting with backslash. Otherwise it will be treated as separate arguments by your command line interpreter.
In this example:
bkcrack -C /Users/mac/Downloads/project.zip -c "Delhi project/IMG_20220828_025758.jpg" -p plain.txt
or
bkcrack -C /Users/mac/Downloads/project.zip -c Delhi\ project/IMG_20220828_025758.jpg -p plain.txt