Results 1 to 4 of 4

Thread: help a nooooob. compare contents of file to correct dictionary list

  1. #1

    help a nooooob. compare contents of file to correct dictionary list

    Was learning breaking WPA2 wireless using some video found online.

    started with airodump-ng everything went fine started collecting information and writing it to the file that called testfile. Everything went fine..................................TILL.

    File where information was written is located at (testfile-01.cap).



    ls



    the last command

    by using the last command

    aircrack-ng testfile-01.cap -w /pentest/passwords/wordlists/darkc0de.lst

    File cant be opened because dictionary list darkc0de.lst cant be found.


    last pic is from video tutorial

    Right now using

    Release: kali-rolling
    Codename: kali-rolling

    Explain how to compare contents of file called testfile-01.cap to correct dictionary list in kali linux codename kali rolin using the right command

    gimme precise location of dictionary files in kali rolin.

    and exact last command so password can be extracted from testfile-01.cap

    cmon help a nooooob.....
    Last edited by Thehellfiresarehottt; 2016-09-01 at 15:52.

  2. #2
    darc0de was on backtrack. next time watch the date of the tutorial you're watching. not sure on rolling but try "whereis rockyou" and should give you he location of the file. if it's not working, try downloading another password list maybe

  3. #3
    Quote Originally Posted by bob79 View Post
    darc0de was on backtrack. next time watch the date of the tutorial you're watching. not sure on rolling but try "whereis rockyou" and should give you he location of the file. if it's not working, try downloading another password list maybe
    hy bobby

    does the possword list need to have extension .lst or .txt

    found 2 lists online john.txt and rockyou.txt and are now located in home folder



    now what should be typed correctly to get finishing results? ( to compare contents of file testfile-01.cap to dictionary list rockyou.txt and extract right password} Because totally new to all of this ****.

    aircrack-ng testfile-01.cap -w............................

    Is there maybe some kind of tool that does all of it automatically or what ?
    Last edited by g0tmi1k; 2018-02-13 at 13:23. Reason: Foul language

  4. #4
    Join Date
    2016-Apr
    Posts
    100
    Should look like this:
    Code:
    aircrack-ng -w rockyou.txt testfile-01.cap

Similar Threads

  1. Replies: 0
    Last Post: 2020-07-22, 01:44
  2. Create dictionary list from existing list with Crunch
    By jessekraal44 in forum General Archive
    Replies: 11
    Last Post: 2018-05-12, 08:29
  3. Right dictionary list help a Noooobb
    By Thehellfiresarehottt in forum General Archive
    Replies: 3
    Last Post: 2016-10-27, 22:20

Posting Permissions

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