Results 1 to 5 of 5

Thread: Kali linux wordlist crunch problem

  1. #1
    Join Date
    2016-Apr
    Posts
    3

    Kali linux wordlist crunch problem

    Hello everybody im new ussing Kali linux Debian 7.X in my Macbook, and im having hard time creating a wordlist with crunch
    it says :
    root@kali:~ # Crunch 4 4 abcdefghijklmnopqrstuvwxyz –o /root/Desktop/wordlist.txt
    Crunch will now generate the following amount of data*: 2284880 bytes
    2 MB
    0 GB
    0 TB
    0 PB
    Crunch will now generate the following number of lines*: 456976
    Chunk1*: file START could not be opened
    The problem is = No such file or directory
    So please i need help who understand what is the problem and what is the right command to fix this and create a list of words and number with crunch
    Thank You.

  2. #2
    With a lowercase c in crunch, I have been able to successfully run the command you have here without issue.

    This is on a new Kali-Rolling 2016.1 with crunch version 3.6-2

    Code:
    root@kali:~/Desktop# dpkg -l | grep crunch
    ii  crunch                                                      3.6-2                               i386         tool for creating wordlist
    
    root@kali:~/Desktop# ls -lah
    total 8.0K
    drwxr-xr-x  2 root root 4.0K Apr 20 13:56 .
    drwxr-xr-x 23 root root 4.0K Apr 17 11:57 ..
    
    root@kali:~/Desktop# crunch 4 4 abcdefghijklmnopqrstuvwxyz -o /root/Desktop/wordlist.txt
    Crunch will now generate the following amount of data: 2284880 bytes
    2 MB
    0 GB
    0 TB
    0 PB
    Crunch will now generate the following number of lines: 456976 
    
    crunch: 100% completed generating output
    
    root@kali:~/Desktop# ls -lah
    total 2.2M
    drwxr-xr-x  2 root root 4.0K Apr 20 13:56 .
    drwxr-xr-x 23 root root 4.0K Apr 17 11:57 ..
    -rw-r--r--  1 root root 2.2M Apr 20 13:56 wordlist.txt
    
    root@kali:~/Desktop# head wordlist.txt 
    aaaa
    aaab
    aaac
    aaad
    aaae
    aaaf
    aaag
    aaah
    aaai
    aaaj
    root@kali:~/Desktop#

  3. #3
    Join Date
    2016-Apr
    Posts
    3
    Thank you for trying to help me fix this rAWJAW but even with a lowercase c the problem is still the same it says the same thing

  4. #4
    Join Date
    2016-Apr
    Posts
    3
    here is what it says
    root@kali:~# dpkg -l | grep crunch
    ii crunch 3.6-2 amd64 tool for creating wordlist
    root@kali:~# ls -lah
    total 80K
    drwxr-xr-x 15 root root 4,0K avril 30 12:51 .
    drwxr-xr-x 22 root root 4,0K avril 26 13:52 ..
    -rw------- 1 root root 1,3K avril 30 13:10 .bash_history
    -rw-r--r-- 1 root root 3,4K janv. 20 13:16 .bashrc
    drwxr-xr-x 2 root root 4,0K avril 26 14:15 Bureau
    drwx------ 7 root root 4,0K avril 26 16:00 .cache
    drwxr-xr-x 11 root root 4,0K avril 26 15:57 .config
    drwxr-xr-x 2 root root 4,0K avril 26 16:33 Documents
    drwx------ 2 root root 4,0K avril 26 14:18 .gconf
    -rw------- 1 root root 612 avril 30 12:51 .ICEauthority
    drwxr-xr-x 2 root root 4,0K avril 26 14:15 Images
    drwx------ 3 root root 4,0K avril 26 14:15 .local
    drwxr-xr-x 2 root root 4,0K avril 26 14:15 Modèles
    drwx------ 4 root root 4,0K avril 26 14:19 .mozilla
    drwxr-xr-x 2 root root 4,0K avril 26 14:15 Musique
    -rw-r--r-- 1 root root 140 janv. 19 08:29 .profile
    drwxr-xr-x 2 root root 4,0K avril 26 14:15 Public
    -rw------- 1 root root 1,0K janv. 20 14:00 .rnd
    drwxr-xr-x 3 root root 4,0K avril 26 16:39 Téléchargements
    drwxr-xr-x 2 root root 4,0K avril 26 14:15 Vidéos
    root@kali:~# crunch 4 4 abcdefghijklmnopqrstuvwxyz -o /root/Desktop/wordlist.txtCrunch will now generate the following amount of data: 2284880 bytes
    2 MB
    0 GB
    0 TB
    0 PB
    Crunch will now generate the following number of lines: 456976
    chunk1: File START could not be opened
    The problem is = No such file or directory

  5. #5
    Looks like you are using the 64 bit version while my previous test was 32 bit. I tried this just now on a fresh Kali 2016.1 amd64 image and I'm not able to replicate the issue so there may be something wrong with your specific machine.

    Code:
    root@kali:~/Desktop# dpkg -l | grep crunch
    ii  crunch                                                      3.6-2                               amd64         tool for creating wordlist
    
    root@kali:~/Desktop# crunch 4 4 abcdefghijklmnopqrstuvwxyz -o /root/Desktop/wordlist.txt
    Crunch will now generate the following amount of data: 2284880 bytes
    2 MB
    0 GB
    0 TB
    0 PB
    Crunch will now generate the following number of lines: 456976 
    
    crunch: 100% completed generating output
    
    root@kali:~/Desktop

Similar Threads

  1. Crunch wordlist help
    By oscar87 in forum General Archive
    Replies: 0
    Last Post: 2020-07-03, 19:35

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •