View Issue Details

IDProjectCategoryView StatusLast Update
0005513Kali LinuxKali Package Improvementpublic2020-02-10 17:39
Reporterg0tmi1k Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionopen 
Summary0005513: whatweb - Fix usage example
Description
g0tmi1k@kali-dev:~$ whatweb 

.$$$     $.                                   .$$$     $.         
$$$$     $$. .$$$  $$$ .$$$$$$.  .$$$$$$$$$$. $$$$     $$. .$$$$$$$. .$$$$$$. 
$ $$     $$$ $ $$  $$$ $ $$$$$$. $$$$$ $$$$$$ $ $$     $$$ $ $$   $$ $ $$$$$$.
$ `$     $$$ $ `$  $$$ $ `$  $$$ $$' $ `$ `$$ $ `$     $$$ $ `$      $ `$  $$$'
$. $     $$$ $. $$$$$$ $. $$$$$$ `$  $. $  :' $. $     $$$ $. $$$$   $. $$$$$.
$::$  .  $$$ $::$  $$$ $::$  $$$     $::$     $::$  .  $$$ $::$      $::$  $$$$
$;;$ $$$ $$$ $;;$  $$$ $;;$  $$$     $;;$     $;;$ $$$ $$$ $;;$      $;;$  $$$$
$$$$$$ $$$$$ $$$$  $$$ $$$$  $$$     $$$$     $$$$$$ $$$$$ $$$$$$$$$ $$$$$$$$$'

WhatWeb - Next generation web scanner version 0.4.9.
Developed by Andrew Horton aka urbanadventurer and Brendan Coles.
Homepage: http://www.morningstarsecurity.com/research/whatweb

Usage: whatweb [options] <URLs>

TARGET SELECTION:
  <TARGETs>          Enter URLs, hostnames, IP adddresses, or 
                nmap-format IP ranges.
  --input-file=FILE, -i     Read targets from a file.

AGGRESSION:
  --aggression, -a=LEVEL    Set the aggression level. Default: 1.
  1. Stealthy           Makes one HTTP request per target and also 
                follows redirects.
  3. Aggressive         If a level 1 plugin is matched, additional
                requests will be made.

PLUGINS:
  --list-plugins, -l        List all plugins.
  --info-plugins, -I=[SEARCH]   List all plugins with detailed information.
                Optionally search with a keyword.
  --search-plugins=STRING   Search plugins for a keyword.
  --grep, -g=STRING     Search for STRING in HTTP responses. Reports
                with a plugin named Grep.
OUTPUT:
  --verbose, -v         Verbose output includes plugin descriptions. 
                Use twice for debugging.
  --colour,--color=WHEN     control whether colour is used. WHEN may be 
                `never', `always', or `auto'.

HELP & MISCELLANEOUS:
  --short-help          This short usage help.
  --help, -h            Complete usage help.

EXAMPLE USAGE:
* Scan example.com.
  ./whatweb example.com
* Scan reddit.com slashdot.org with verbose plugin descriptions.
  ./whatweb -v reddit.com slashdot.org
* An aggressive scan of wired.com detects the exact version of WordPress.
  ./whatweb -a 3 www.wired.com
* Scan the local network quickly and suppress errors.
  whatweb --no-errors 192.168.0.0/24
* Scan the local network for HTTPS websites.
  whatweb --no-errors --url-prefix https:// 192.168.0.0/24
* Scan for crossdomain policies in the Alexa Top 1000.
  ./whatweb -i plugin-development/alexa-top-100.txt \
  --url-suffix /crossdomain.xml -p crossdomain_xml

  Note: This is the short usage help. 
  For the complete usage help use -h or --help.

g0tmi1k@kali-dev:~$ 

Can ./ be removed from the examples?

Activities

g0tmi1k

g0tmi1k

2020-02-10 17:39

administrator   ~0012165

Due to the age of the OS (Kali Moto [v1], Kali Safi [v2], Kali Rolling <= 2019.2), these legacy versions are no longer supported.
We will be closing this ticket due to inactivity.

Please could you see if you are able to replicate this issue with the latest version of Kali Linux - https://www.kali.org/downloads/?

If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing, and also give information about your setup?
For more information, please read: https://kali.training/topic/filing-a-good-bug-report/

Issue History

Date Modified Username Field Change
2019-06-03 12:13 g0tmi1k New Issue
2020-02-10 17:39 g0tmi1k Note Added: 0012165
2020-02-10 17:39 g0tmi1k Status new => closed