## # 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://morningstarsecurity.com/research/whatweb ## Plugin.define do name "VLC-Web-Interface" authors [ "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