Download your wordlists from Daniel Meisslers Seclists on GitHub
<https://github.com/danielmiessler/SecLists>


- Click on directory-list-2.3-small.txt

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

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.

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>

200 Status Code if successful

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