View Issue Details

IDProjectCategoryView StatusLast Update
0006266Kali LinuxTool Upgrade Requestpublic2020-12-01 10:48
ReporterVerlie Assigned Tosbrun  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Product Version2020.1 
Summary0006266: Problems running Gobuster on kali-rolling 2020.2
Description

When I run the command in my lab I get this error

gobuster -u http://10.10.10.162/ -w /usr/share/wordlists/dirb/common.txt

Error: unknown shorthand flag: 'u' in -u

If I check the help, there are missing options than before,

root @ kali: ~ # 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

Additional Information

I have completely uninstalled gobuster and reinstalled it
I have updated the System
The -u, -e, etc ... options are still missing.
I do not know what else to do

Attached Files
Screenshot_1.png (423,521 bytes)

Activities

steev

steev

2020-04-08 23:58

manager   ~0012592

You're going to want to read the gobuster documentation. The output and modes have changed. https://github.com/OJ/gobuster check the readme there, or via something like zcat /usr/share/doc/gobuster/README.md.gz

Issue History

Date Modified Username Field Change
2020-04-08 22:46 Verlie New Issue
2020-04-08 22:46 Verlie Status new => assigned
2020-04-08 22:46 Verlie Assigned To => sbrun
2020-04-08 22:46 Verlie File Added: Screenshot_1.png
2020-04-08 23:58 steev Status assigned => resolved
2020-04-08 23:58 steev Resolution open => no change required
2020-04-08 23:58 steev Note Added: 0012592
2020-12-01 10:48 g0tmi1k Priority urgent => normal
2021-05-31 13:37 rhertzog Category Tool Upgrade => Tool Upgrade Request