Crunch & Aircrack-ng to Avoid Wordlists

Discussion in 'Dictionary, Password & Wordlists' started by mrmanuelmtz, 29 Aug 2012.

  1. Kevin Tan

    Kevin Tan Member

    Joined:
    16 Jun 2016
    Messages:
    1
    Likes Received:
    1
    Hey bruh, how long will I have to wait?
     
    • Like Like x 1
  2. my house

    my house Well-Known Member

    Joined:
    8 Dec 2014
    Messages:
    217
    Likes Received:
    134
    Anyone know how to crack 4 characters and 4 digits instead of cracking 8 characters mix digits?
     
    • Like Like x 1
  3. MehmetAliCan

    MehmetAliCan Member

    Joined:
    27 May 2018
    Messages:
    7
    Likes Received:
    5
    This is good but how do I do crunch pipe into instagram.py ?
    example: instagram-py -c -vvv -u instatestgod__ -pl rockyou.txt
    So how do I rockyou.txt instead crunch pipe ?
     
    • Like Like x 1
  4. r1sen

    r1sen Mod
    Staff Member Moderator Dev Team VIP

    Joined:
    22 Nov 2017
    Messages:
    334
    Likes Received:
    63
    if you are using aircrack you need to pass the -w argument so:

    example:

    sudo aircrack-ng -w /path/to/rockyou.txt

    usually triggered before your specify capture file "sudo aircrack-ng -w /path/to/rockyou.txt /path/to/capture.cap"

    for your pipe I think you could pass the argument at the tail "example: instagram-py -c -vvv -u instatestgod__ -pl -w /path/to/rockyou.txt"
     
    • Agree Agree x 1
  5. MehmetAliCan

    MehmetAliCan Member

    Joined:
    27 May 2018
    Messages:
    7
    Likes Received:
    5
    no i mean example this command:
    crunch 8 8 0123456789 | aircrack-ng -a 2 'HOME-TC-FILE-CAP' -e 'ESSID' -b 'HANDSHAKE' -w -
    | is pipe into aircrack wordlist generate.
    But my command is to instagram.py hack not wifi cap cracking.
    example this not work:
    crunch 8 8 0123456789 | instagram-py -c -vvv -u instatestgod__ -pl rockyou.txt
    but without rockyou.txt so no wordlist but pipe....
     
    • Like Like x 1
  6. r1sen

    r1sen Mod
    Staff Member Moderator Dev Team VIP

    Joined:
    22 Nov 2017
    Messages:
    334
    Likes Received:
    63
    Ok? so with the cli syntax you just gave the tail just writing "rockyou.txt" you're not passing an argument? can you not just add as I wrote above? instead of just "-pl rockyou.txt" can you not pass the word list argument at the tail of the pipe? so like "-pl -w /path/to/rockyou.txt" ? you are just including a file name with no directory listing, no direction and no argument passed with it?
     
    • Like Like x 1
  7. r1sen

    r1sen Mod
    Staff Member Moderator Dev Team VIP

    Joined:
    22 Nov 2017
    Messages:
    334
    Likes Received:
    63
    I mean how would aircrack know where you have rockyou.txt? even if in the same directory you still need ./rockyou or if in the home ~/rockyou etc.
     
    • Like Like x 1
  8. r1sen

    r1sen Mod
    Staff Member Moderator Dev Team VIP

    Joined:
    22 Nov 2017
    Messages:
    334
    Likes Received:
    63
    Or I suppose use the arguments like you would if you were attacking capture file? The arguments are always declared before the attack ".cap" file - so maybe try "aircrack-ng -w ./rockyou.txt | instagram-py -c -vvv -u instatestgod__ -pl"

    In the example you gave above you are trying to feed in crunch data and specify a wordlist? that doesn't seem right?
     
    • Like Like x 1
  9. MehmetAliCan

    MehmetAliCan Member

    Joined:
    27 May 2018
    Messages:
    7
    Likes Received:
    5
    but without wordlist, so avoid wordlist because crunch ascii-95-32 for all character is to big file.
    but with pipe crunch no need store or no need wordlist but I think realtime generate... :)
     
    • Like Like x 1
  10. r1sen

    r1sen Mod
    Staff Member Moderator Dev Team VIP

    Joined:
    22 Nov 2017
    Messages:
    334
    Likes Received:
    63
    I am lost here? are you trying to use crunch for this or rockyou.txt wordlist?
     
    • Like Like x 1
  11. MehmetAliCan

    MehmetAliCan Member

    Joined:
    27 May 2018
    Messages:
    7
    Likes Received:
    5
    yes crunch and no rockyou.txt wordlist...
     
  12. r1sen

    r1sen Mod
    Staff Member Moderator Dev Team VIP

    Joined:
    22 Nov 2017
    Messages:
    334
    Likes Received:
    63
    well I have not done so or used instagram.py but you still ought to specify your crunch generation - so if its 4 digits then -

    " crunch 0 4 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 | instagram-py -c -vvv -u instatestgod__ -pl "

    or "crunch 4 4" I guess since you know it's 4 digits
     
    • Like Like x 1
  13. MehmetAliCan

    MehmetAliCan Member

    Joined:
    27 May 2018
    Messages:
    7
    Likes Received:
    5
    work not :/ seems :
    crunch 0 4 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 | instagram-py -c -vvv -u username123 -pl
    Crunch will now generate the following amount of data: 74846649 bytes
    71 MB
    0 GB
    0 TB
    0 PB
    Crunch will now generate the following number of lines: 15018571
    usage: instagram-py [-h] [--username USERNAME] [--password-list PASSWORD_LIST]
    [--script SCRIPT] [--inspect-username INSPECT_USERNAME]
    [--create-configuration] [--default-configuration]
    [--continue-attack] [--verbose]
    instagram-py: error: argument --password-list/-pl: expected one argument
     
    #93 MehmetAliCan, 27 May 2018
    Last edited: 27 May 2018
    • Like Like x 1
  14. r1sen

    r1sen Mod
    Staff Member Moderator Dev Team VIP

    Joined:
    22 Nov 2017
    Messages:
    334
    Likes Received:
    63
    Hmm Perhaps not, perhaps instagram.py requires a static list to read from instead of live input? Not sure like I said I have not used this python script, perhaps someone in the forum who has more experience with it can help get it up and running, if it can be used with crunch.
     
    • Like Like x 1
  15. MehmetAliCan

    MehmetAliCan Member

    Joined:
    27 May 2018
    Messages:
    7
    Likes Received:
    5
    who know more python script ? give username please.
     
    • Like Like x 1
  16. my house

    my house Well-Known Member

    Joined:
    8 Dec 2014
    Messages:
    217
    Likes Received:
    134
    Can someone help me with aircrack-ng?

    I can't crack WEP with aircrack-ng
     
    • Like Like x 1
  17. Wadixman

    Wadixman Active Member

    Joined:
    29 Dec 2014
    Messages:
    13
    Likes Received:
    9
    Hey guys i have a very easy one here if someone can do it, its 10 all numbers, and the first 2 characters are 39xxxxxxxx, i hope one of you have little time for it,
     

    Attached Files:

    • Like Like x 1
  18. jlnunezc3000

    jlnunezc3000 Member

    Joined:
    16 Jan 2020
    Messages:
    1
    Likes Received:
    1
    very good thanks
     
    • Like Like x 1
  19. Arkie007

    Arkie007 Active Member

    Joined:
    17 Sep 2020
    Messages:
    18
    Likes Received:
    11
    Can you crack this for me tried it in hashcat my pc is slow so it gave me 10 years I always know this password is 8 digits Uppercase letters + Numbers and I run it until now it's been 4 days now as I see no hope, hope somebody crack this pls appreciate it wholeheartedly thank you

    I'm so sure 9C709 is 8 digit uppercase alphanumeric password but slightly sure about 685B1 but i know both have same modem its ZLT - S10G
     

    Attached Files:

  20. petrovivo1234

    petrovivo1234 Well-Known Member
    VIP

    Joined:
    19 May 2018
    Messages:
    441
    Likes Received:
    519
    GlobeAtHome_9C709 - found it...but it's already uploaded at GPUHASH.me
     

Share This Page

Loading...