list of dirs/files Kali Linux

Discussion in 'Linux' started by Mlke9876, Jun 30, 2015.

  1. Mlke9876

    Mlke9876 MDL Member

    Feb 13, 2012
    216
    5
    10
    Hi, I'm trying to use dirbuster on Kali Linux. It's asking for a "dirs/files." Where do I find this?
     
  2. Mlke9876

    Mlke9876 MDL Member

    Feb 13, 2012
    216
    5
    10
    Ok, i'll try them. They usually don't post my questions.
     
  3. loplop4

    loplop4 MDL Novice

    Jul 25, 2015
    20
    0
    0
    try this
    If you want test.log, test2.log, and file2 then: find .-type f If you do not want file2 then: find .-maxdepth 1-type f