/plugins/evocam.rb

https://github.com/eliasdorneles/WhatWeb · Ruby · 64 lines · 40 code · 14 blank · 10 comment · 1 complexity · acd08b25a95a9b233625c549d87ab5d5 MD5 · raw file

  1. ##
  2. # This file is part of WhatWeb and may be subject to
  3. # redistribution and commercial restrictions. Please see the WhatWeb
  4. # web site for more information on licensing and terms of use.
  5. # http://www.morningstarsecurity.com/research/whatweb
  6. ##
  7. Plugin.define "Evo-Cam" do
  8. author "Brendan Coles <bcoles@gmail.com>" # 2010-07-15
  9. version "0.1"
  10. description "EvoCam is the ultimate webcam software for Mac OS X - homepage: http://www.evological.com/evocam.html"
  11. # Google results as at 2010-07-15 #
  12. # 35 for intitle:"EvoCam" inurl:"webcam.html" -intitle
  13. # Dorks #
  14. dorks [
  15. 'intitle:"EvoCam" inurl:"webcam.html" -intitle'
  16. ]
  17. # Examples #
  18. examples %w|
  19. www.xs4all.nl/~radavi/webcam.html
  20. www.imomsite.com/pages/yard/robin/webcam.html
  21. www.paintbycommand.com/webcam.html
  22. www.hotelaumajordavel.ch/de/webcam.html
  23. 216.67.98.153:8000/webcam.html
  24. homepage.mac.com/jfstrain/webcam.html
  25. grinnell.unh.edu:8080/webcam.html
  26. pleasing.anywebcam.com/webcam.html
  27. 129.15.81.10:8080/webcam.html
  28. brcl.sytes.net/webcam.html
  29. imensen.com/webcam/webcam.html
  30. 129.115.90.27:8080/webcam.html
  31. live.anessa.net/webcam.html
  32. www.nhrubinos.com:8080/webcam.html
  33. 98.211.56.247:8080/webcam.html
  34. shaga.edu.kyushu-u.ac.jp:8080/webcam.html
  35. mapletonfire.no-ip.info:49115/webcam.html
  36. blacksnow.serveftp.net:8081/1/webcam.html
  37. dersch.tripod.com/webcam.html
  38. www.mkhome.net:8080/webcam.html
  39. www.tetonpeaks.org/webcam.html
  40. berkeleyboi.tripod.com/webcam/webcam.html
  41. korat.dyndns.tv:8080/webcam.html
  42. |
  43. matches [
  44. { :regexp=>/<title>EvoCam[\ \d]*<\/title>/ },
  45. { :regexp=>/<TITLE>EvoCam[\ Java|\ JavaScript]* Example Page<\/TITLE>/ },
  46. { :text=>'Powered by <A HREF="http://www.evological.com/evocam.html">EvoCam</A>' },
  47. { :regexp=>/<applet archive="evocam.jar" code="com.evological.evocam.class"[\ align="middle"]* [height|width]*="[\d]+" [height|width]*="[\d]+">/i },
  48. { :regexp=>/<param name="archive" value="evocam.jar">/i }
  49. ]
  50. end