Sha256: e0f3bfd0a169a53a612c8eefb0c4961d78fbdf9ebc20b6869ab9437cf7f0cd32
Contents?: true
Size: 1.07 KB
Versions: 6
Compression:
Stored size: 1.07 KB
Contents
# frozen_string_literal: true ## # 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. # http://www.morningstarsecurity.com/research/whatweb ## # Version 0.2 # 2016-04-23 # Andrew Horton # Moved patterns from passive function to matches[] ## WhatWeb::Plugin.define "TivoWebPlus" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-05-21 @version = "0.2" @description = "TivoWebPlus is a web server that runs on your TiVo PVR. It is written in TCL, and has the ability to browse the channel guide, perform searches, and schedule and delete recordings." @website = "http://sourceforge.net/projects/tivowebplus/" # ShodanHQ results as at 2011-05-21 # # 31 for TivoWebPlus @matches = [ # WWW-Authenticate Realm { regexp: /TivoWebPlus/, search: "headers[www-authenticate]" }, # Version Detection # WWW-Authenticate Realm { version: /^Basic realm=['"]TivoWebPlus - v([^'^"]+)['"]$/, search: "headers[www-authenticate]" }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems