Help on using gobuster

Hi guys,
Sorry for my English. I have a problem. When I launch gobuster on the last machine on tier1 starting point, it doesn’t give me back anything. I have a vip subscription and I use the parrot security box here on htb. Anyone can help me? Thanks in advance.

gobuster dir -w your_directory -u http://target/anything
I use this.

Here is the help refer

Usage:
  gobuster [command]

Available Commands:
  dir         Uses directory/file enumeration mode
  dns         Uses DNS subdomain enumeration mode
  fuzz        Uses fuzzing mode
  help        Help about any command
  s3          Uses aws bucket enumeration mode
  version     shows the current version
  vhost       Uses VHOST enumeration mode

The most useful command should be dir and once you choose the option don forget to specific -u to designate your URL with -u and -w .

Here is an example which might be much clear:

$ gobuster dir -u www.example.com -w /usr/share/wordlists/dirb/common.txt 2>/dev/null

Thank you guys. It finally worked. I created a new istance of my Parrot security box and all has gone well.
Thank you for your help.
Have a nice day.