urbanadventurer / WhatWeb

Next generation web scanner
https://www.morningstarsecurity.com/research/whatweb
GNU General Public License v2.0
5.2k stars 885 forks source link

Empty Empty output using whatweb in kali #271

Closed ifishzz closed 5 years ago

ifishzz commented 5 years ago

2018-12-06 16-44-43

bcoles commented 5 years ago

Please provide a little more information than none at all.

ifishzz commented 5 years ago

Please provide a little more information than none at all.

Is there a limit on the number of queries on the same website?

bcoles commented 5 years ago

Is there a limit on the number of queries on the same website?

No. There is no limit.

I tried with an older version, on an old version of Kali, and it worked.

# ./whatweb www.deso.mk
http://www.deso.mk [200 OK] ASP_NET[2.0.50727], Cookies[ASP.NET_SessionId], Country[IRELAND][IE], Google-Analytics[UA-27264211-1], HTTPServer[Microsoft-IIS/7.0], HttpOnly[ASP.NET_SessionId], IP[81.17.250.72], JQuery[1.4.2], Meta-Author[Development Solutions], Microsoft-IIS[7.0], Open-Graph-Protocol[1444622285784979], Script[IN/Share,text/javascript], Title[DeSo][Title element contains newline(s)!], UncommonHeaders[x-app-hosting], X-Powered-By[ASP.NET]

Maybe also try the --debug and --verbose flags.

# ./whatweb www.deso.mk --debug --verbose
WhatWeb report for http://www.deso.mk
Status    : 200 OK
Title     : ,DeSo
IP        : 81.17.250.72
Country   : IRELAND, IE

Summary   : JQuery[1.4.2], Open-Graph-Protocol[1444622285784979], Cookies[ASP.NET_SessionId], Meta-Author[Development Solutions], X-Powered-By[ASP.NET], Microsoft-IIS[7.0], ASP_NET[2.0.50727], HTTPServer[Microsoft-IIS/7.0], Script[IN/Share,text/javascript], Google-Analytics[UA-27264211-1], UncommonHeaders[x-app-hosting], HttpOnly[ASP.NET_SessionId]

Detected Plugins:
[ ASP_NET ]
    ASP.NET is a free web framework that enables great Web 
    applications. Used by millions of developers, it runs some 
    of the biggest sites in the world. 

    Version      : 2.0.50727 (from X-AspNet-Version HTTP header)
    Google Dorks: (2)
    Website     : http://www.asp.net/

[ Cookies ]
    Display the names of cookies in the HTTP headers. The 
    values are not returned to save on space. 

    String       : ASP.NET_SessionId

[ Google-Analytics ]
    This plugin identifies the Google Analytics account. 

    Account      : UA-27264211-1
    Website     : http://www.google.com/analytics/

[ HTTPServer ]
    HTTP server header string. This plugin also attempts to 
    identify the operating system from the server header. 

    String       : Microsoft-IIS/7.0 (from server string)

[ HttpOnly ]
    If the HttpOnly flag is included in the HTTP set-cookie 
    response header and the browser supports it then the cookie 
    cannot be accessed through client side script - More Info: 
    http://en.wikipedia.org/wiki/HTTP_cookie 

    String       : ASP.NET_SessionId

[ JQuery ]
    A fast, concise, JavaScript that simplifies how to traverse 
    HTML documents, handle events, perform animations, and add 
    AJAX. 

    Version      : 1.4.2
    Website     : http://jquery.com/

[ Meta-Author ]
    This plugin retrieves the author name from the meta name 
    tag - info: 
    http://www.webmarketingnow.com/tips/meta-tags-uncovered.html
    #author

    String       : Development Solutions

[ Microsoft-IIS ]
    Microsoft Internet Information Services (IIS) for Windows 
    Server is a flexible, secure and easy-to-manage Web server 
    for hosting anything on the Web. From media streaming to 
    web application hosting, IIS's scalable and open 
    architecture is ready to handle the most demanding tasks. 

    Version      : 7.0
    Website     : http://www.iis.net/

[ Open-Graph-Protocol ]
    The Open Graph protocol enables you to integrate your Web 
    pages into the social graph. It is currently designed for 
    Web pages representing profiles of real-world things . 
    things like movies, sports teams, celebrities, and 
    restaurants. Including Open Graph tags on your Web page, 
    makes your page equivalent to a Facebook Page. 

    Module       : 1444622285784979

[ Script ]
    This plugin detects instances of script HTML elements and 
    returns the script language/type. 

    String       : IN/Share,text/javascript

[ UncommonHeaders ]
    Uncommon HTTP server headers. The blacklist includes all 
    the standard headers and many non standard but common ones. 
    Interesting but fairly common headers should have their own 
    plugins, eg. x-powered-by, server and x-aspnet-version. 
    Info about headers can be found at www.http-stats.com 

    String       : x-app-hosting (from headers)

[ X-Powered-By ]
    X-Powered-By HTTP header 

    String       : ASP.NET (from x-powered-by string)

HTTP Headers:
    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Type: text/html; charset=utf-8
    Server: Microsoft-IIS/7.0
    Set-Cookie: ASP.NET_SessionId=gupqhjzjygy1wfefiwi34o55; path=/; HttpOnly
    X-AspNet-Version: 2.0.50727
    X-Powered-By: ASP.NET
    X-App-Hosting: pool=classic
    Date: Thu, 06 Dec 2018 08:52:53 GMT
    Connection: close
    Content-Length: 38262