chunk1: File START could not be opened.
Opened this issue · 8 comments
mint@mint ~ $ sudo crunch 6 10 "abcdefghijklmnopqrstuvwxyz1234567890" -o /wordlist/crunch\wordlist.txt
Crunch will now generate the following amount of data: 41259374547333120 bytes
39348005816 MB
38425786 GB
37525 TB
36 PB
Crunch will now generate the following number of lines: 3760620047585280
chunk1: File START could not be opened
The problem is = No such file or directory
anyone else ever have this problem? Any help would be greatly appreciated
crunch 10 10 9875347821 -o /root/numericlist.txt
Crunch will now generate the following amount of data: 11811160064 bytes
11264 MB
11 GB
0 TB
0 PB
Crunch will now generate the following number of lines: 1073741824
chunk1: File START could not be opened
The problem is = Permission denied
kali@kali:~$ crunch 3 4 abcdefghijkl -o /root/Desktop/pass.txt
Crunch will now generate the following amount of data: 110592 bytes
0 MB
0 GB
0 TB
0 PB
Crunch will now generate the following number of lines: 22464
chunk1: File START could not be opened
The problem is = Permission denied
PLEASE WHAT WILL I DO
┌──(toe㉿kali)-[~/Desktop]
└─$ sudo crunch 10 10 1234567890 -o /root/Desktop/tee.txt
Crunch will now generate the following amount of data: 110000000000 bytes
104904 MB
102 GB
0 TB
0 PB
Crunch will now generate the following number of lines: 10000000000
chunk1: File START could not be opened
The problem is = No such file or directory
PLEASE WHAT WILL I DO
try to change the path in command , you can give -o /home/abc.txt as path instead of -o /root/desktop/abc.txt .
This will solve problem and the file will be stored in home.
change the desktop to Desktop with capital D
change the root to kali and then it works.
-o /home/kali/Desktop/anyname.txt
hi,
change output directory /home/(your username)/password.txt
or type pwd and copy same and try
it will work
crunch 3 4 12345678910 -o /root/Desktop/10-million-password-list-top-100000.txt
Crunch will now generate the following amount of data: 54000 bytes
0 MB
0 GB
0 TB
0 PB
Crunch will now generate the following number of lines: 11000
chunk1: File START could not be opened
The problem is = Permission denied
what should i do