Gobuster don´t find zip files

Hi guys,

i am searching for zip files with gobuster. i know that there is a file called backup.zip in the folder /backup on the website and i can download it. to learn how to use gobuster i searched for the file but gobuster don´t find it. in my wordlist there is the word “backup”.

You can specific file extensions for gobuster to look for with the -x flag. Commas can be used to add additional extensions to the list.

gobuster dir -u http://somebox.htb/ -w neatwordlist.txt -x .zip