Download your wordlists from Daniel Meisslers Seclists on GitHub

<https://github.com/danielmiessler/SecLists>

Untitled

Untitled

Untitled

-Click on ‘Raw’ to get the raw text file

Untitled

The URL for the raw text file does indeed end in ‘txt’. The easiest way to fetch this to our Kali box is to copy the URL ending in ‘txt’ and use a tool like wget or curl to fetch it.

Untitled

On Kali, fetch th wordlist.

mkdir wordlists
cd wordlists
wget <https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/directory-list-2.3-small.txt>

Untitled

200 Status Code if successful

Untitled

Type ‘ls’ to verify that the file has been downloaded

ls