[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-h / -Help doesn't work anymore #678

Closed
drwetter opened this issue Jun 2, 2020 · 1 comment
Closed

-h / -Help doesn't work anymore #678

drwetter opened this issue Jun 2, 2020 · 1 comment

Comments

@drwetter
Copy link
Contributor
drwetter commented Jun 2, 2020
prompt> ./nikto.pl -H    

       -config+            Use this config file
       -Display+           Turn on/off display outputs
       -dbcheck            check database and other key files for syntax errors
       -Format+            save file (-o) format
       -Help               Extended help information
       -host+              target host/URL
       -id+                Host authentication to use, format is id:pass or id:pass:realm
       -list-plugins       List all available plugins
       -output+            Write output to this file
       -nossl              Disables using SSL
       -no404              Disables 404 checks
       -Plugins+           List of plugins to run (default: ALL)
       -port+              Port to use (default 80)
       -root+              Prepend root value to all requests, format is /directory
       -ssl                Force ssl mode on port
       -Tuning+            Scan tuning
       -timeout+           Timeout for requests (default 10 seconds)
       -update             Update databases and plugins from CIRT.net
       -Version            Print plugin and database versions
       -vhost+             Virtual host (for Host header)
                + requires a value

        Note: This is the short help output. Use -H for full help text.
prompt>

Culprit seems to be ef6e2d2 which does a shift on the arguments for sub usage() but forget to add an argument for it when nikto.pl is called with -H / -Help

@sullo sullo closed this as completed in cb80ef1 Jun 3, 2020
@sullo
Copy link
Owner
sullo commented Jun 3, 2020

Resolved. There is no longer a difference in Help output--simply the full output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants