File: lusca-web-proxy-cache.rb

package info (click to toggle)
whatweb 0.5.5-1
  • links: PTS
  • area: main
  • in suites: bookworm, sid
  • size: 23,776 kB
  • sloc: ruby: 41,085; sh: 213; makefile: 41
file content (34 lines) | stat: -rw-r--r-- 1,511 bytes parent folder | download
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
##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# https://www.morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Lusca-Web-Proxy-Cache"
authors [
  "Brendan Coles <bcoles@gmail.com>", # 2011-05-31
]
version "0.1"
description "Lusca Web/Proxy Cache - Lusca is a fork of the Squid-2 development tree. The Lusca project aims to fix the shortcomings in the Squid-2 codebase whilst maintaining the the Squid-2 functionality and stability. Like its predecessor, Lusca supports the majority of HTTP/1.0 and HTTP/1.1 protocol and caching constructs including ETag/Variant entities. Among other things, it supports HTTP content load balancing, fail over, intelligent request/reply routing, high performance memory and disk caching, an overly-flexible access control system, support for both high performance forward and reverse proxy modes. It supports a variety of clustering protocols, including ICPv2, ICPv3, CARP and HTCP for both clustering and control. Lusca supports Cisco WCCPv2 interception in both software and hardware forwarding modes"
website "http://www.lusca.org/"

# ShodanHQ results as at 2011-05-31 #
# 4,889 for Lusca
#   331 for Lusca -HEAD



# Matches #
matches [

# HTTP Server Header
{ :search=>"headers[server]", :regexp=>/^Lusca$/ },

# Version Detection
{ :search=>"headers[server]", :version=>/^Lusca\/LUSCA_HEAD-([^\s]+)$/ },

]

end