# 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 ## WhatWeb::Plugin.define "VLC-Web-Interface" do @author = "Brendan Coles " # 2011-06-20 @version = "0.1" @description = "Web interface for VideoLAN media player" @website = "http://www.videolan.org/" # Google results as at 2011-06-20 # # 5 for intitle:"VLC media player - Web Interface" "VLM interface" # Dorks # @dorks = [ 'intitle:"VLC media player - Web Interface" "VLM interface"' ] # Matches # @matches = [ # Title { certainty: 75, text: 'VLC media player - Web Interface' }, { certainty: 75, text: 'VLC media player - Web Interface - Mosaic Wizard' }, { certainty: 75, text: 'VLC media player - Web Interface with Flash Viewer' }, { certainty: 75, text: 'VLC media player - Web Interface - VLM' }, # HTML Comment { text: '' }, # Forms { text: '' }, { text: '' }, ] end