1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
| ❯ whatweb -v $ip WhatWeb report for http://192.168.60.178 Status : 200 OK Title : <None> IP : 192.168.60.178 Country : RESERVED, ZZ
Summary : HTTPServer[nginx], nginx
Detected Plugins: [ HTTPServer ] HTTP server header string. This plugin also attempts to identify the operating system from the server header.
String : nginx (from server string)
[ nginx ] Nginx (Engine-X) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server.
Website : http://nginx.net/
HTTP Headers: HTTP/1.1 200 OK Server: nginx Date: Sat, 08 Feb 2025 12:55:53 GMT Content-Type: text/html Content-Length: 399 Last-Modified: Thu, 06 Feb 2025 10:12:53 GMT Connection: close ETag: "67a48b25-18f" Accept-Ranges: bytes
❯ whatweb -v $ip:5678 WhatWeb report for http://192.168.60.178:5678 Status : 200 OK Title : n8n.io - Workflow Automation IP : 192.168.60.178 Country : RESERVED, ZZ
Summary : HTML5, Script[module,text/javascript], UncommonHeaders[cross-origin-opener-policy,cross-origin-resource-policy,origin-agent-cluster,referrer-policy,x-content-type-options,x-permitted-cross-domain-policies], X-Frame-Options[SAMEORIGIN], X-UA-Compatible[IE=edge], X-XSS-Protection[0]
Detected Plugins: [ HTML5 ] HTML version 5, detected by the doctype declaration
[ Script ] This plugin detects instances of script HTML elements and returns the script language/type.
String : module,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 : cross-origin-opener-policy,cross-origin-resource-policy,origin-agent-cluster,referrer-policy,x-content-type-options,x-permitted-cross-domain-policies (from headers)
[ X-Frame-Options ] This plugin retrieves the X-Frame-Options value from the HTTP header. - More Info: http://msdn.microsoft.com/en-us/library/cc288472%28VS.85%29. aspx
String : SAMEORIGIN
[ X-UA-Compatible ] This plugin retrieves the X-UA-Compatible value from the HTTP header and meta http-equiv tag. - More Info: http://msdn.microsoft.com/en-us/library/cc817574.aspx
String : IE=edge
[ X-XSS-Protection ] This plugin retrieves the X-XSS-Protection value from the HTTP header. - More Info: http://msdn.microsoft.com/en-us/library/cc288472%28VS.85%29. aspx
String : 0
HTTP Headers: HTTP/1.1 200 OK Cache-Control: no-cache, no-store, must-revalidate Cross-Origin-Opener-Policy: same-origin Cross-Origin-Resource-Policy: same-origin Origin-Agent-Cluster: ?1 Referrer-Policy: no-referrer X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-Permitted-Cross-Domain-Policies: none X-XSS-Protection: 0 Accept-Ranges: bytes Last-Modified: Sat, 08 Feb 2025 12:54:51 GMT ETag: W/"7b7-194e5a08b43" Content-Type: text/html; charset=UTF-8 Vary: Accept-Encoding Content-Encoding: gzip Date: Sat, 08 Feb 2025 12:56:12 GMT Connection: close Transfer-Encoding: chunked
|