View Issue Details

IDProjectCategoryView StatusLast Update
0006401Kali LinuxKali Package Bugpublic2020-05-21 09:36
ReporterDemiscuzz Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version2020.2 
Summary0006401: gobuster not installed
Description

gobuster is not installed, when i
sudo apt intstall gobuster
it installs but the gobuster is missing most of its switches.
I have updated the machine.
upgraded.
reverted to an early version from before I tried to run and install gobuster.

Steps To Reproduce

sudo apt install gobuster

gobuster -h
Usage:
gobuster [command]

Available Commands:
dir Uses directory/file brutceforcing mode
dns Uses DNS subdomain bruteforcing mode
help Help about any command
vhost Uses VHOST bruteforcing mode

Flags:
-h, --help help for gobuster
-z, --noprogress Don't display progress
-o, --output string Output file to write results to (defaults to stdout)
-q, --quiet Don't print the banner and other noise
-t, --threads int Number of concurrent threads (default 10)
-v, --verbose Verbose output (errors)
-w, --wordlist string Path to the wordlist

Use "gobuster [command] --help" for more information about a command.

Additional Information

as you can see it is missing all of its switches.

Activities

sbrun

sbrun

2020-05-21 09:36

manager   ~0012814

It's not an issue. The CLI options have changed in version 3.0.

Upstream has separated the options: you can see all the options for each mode with
gobuster dir --help
or
gobuster dns --help
...
You can find the upstream informations here:
/usr/share/doc/gobuster/README.md.gz if you have gobuester installed or here https://github.com/OJ/gobusterhttps://github.com/OJ/gobuster.

Issue History

Date Modified Username Field Change
2020-05-21 08:47 Demiscuzz New Issue
2020-05-21 09:36 sbrun Assigned To => sbrun
2020-05-21 09:36 sbrun Status new => closed
2020-05-21 09:36 sbrun Resolution open => no change required
2020-05-21 09:36 sbrun Note Added: 0012814