PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/plugins/Biscom-Delivery-Server.rb

https://github.com/eliasdorneles/WhatWeb
Ruby | 70 lines | 41 code | 12 blank | 17 comment | 0 complexity | ea4f2919a023d8ba6464d447651ac63b MD5 | raw file
Possible License(s): GPL-2.0
  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 "Biscom-Delivery-Server" do
  8. author "Brendan Coles <bcoles@gmail.com>" # 2011-11-20
  9. version "0.1"
  10. description "Biscom Delivery Server - Secure File Transfer (SFT) software - Homepage: http://www.biscomdeliveryserver.com/"
  11. # ShodanHQ results as at 2011-11-20 #
  12. # 27 for bds/Login.do
  13. # Google results as at 2011-11-20 #
  14. # 34 for inurl:"bds/Login.do"
  15. # Dorks #
  16. dorks [
  17. 'inurl:"bds/Login.do"'
  18. ]
  19. # Examples #
  20. examples %w|
  21. portal.millergrossbard.com/bds/Login.do
  22. tc.travelingcoaches.com/bds/Login.do
  23. https://sft.cdm.com/bds/Login.do
  24. https://download.ibsa.org/bds/Login.do
  25. https://bds.fslso.com/bds/Login.do
  26. https://bds.elliemae.com/bds/Login.do
  27. https://deliveries.bostonbeer.com/bds/Login.do
  28. https://secure.stinson.com/bds/Login.do
  29. https://transfer.softprocorp.com/bds/Login.do
  30. https://ec2-174-129-12-94.compute-1.amazonaws.com/bds/Login.do
  31. https://send.spacex.com/bds/Login.do
  32. https://send.spacex.com/bds/Login.do
  33. https://delivery.caci.com/bds/Login.do
  34. https://download.fifsinc.com/bds/Login.do
  35. https://chbft.childrens.harvard.edu/bds/Login.do
  36. https://bds.fslso.com/bds/Login.do
  37. https://transfer.hmmh.com/bds/Login.do
  38. https://dropbox.jwhomes.com/bds/Login.do
  39. https://share.sapient.com/bds/Login.do
  40. https://petsrv.tyks.fi/bds/Login.do
  41. https://secureemail.nih.gov/bds/Login.do
  42. https://biscomserver.masbilling.com/bds/Login.do
  43. https://sft.pearson.com/bds/Login.do
  44. https://mdtclinicaltransfer.com/bds/Login.do
  45. https://dcp.benefitplanservices.com/bds/Login.do
  46. |
  47. # Matches #
  48. matches [
  49. # /bds/Login.do # StyleSheet
  50. { :text=>'<link rel="StyleSheet" href="/bds/stylesheets/fds.css" type="text/css">' },
  51. # /bds/Login.do # JavaScript
  52. { :text=>'<script src="/bds/includes/fdsJavascript.do" type="text/javascript"></script>' },
  53. # /bds/Login.do # Shortcut Icon
  54. { :text=>'<link rel="ICON" href="/bds/images/icons/favicon.ico" />' },
  55. # /bds/images/icons/favicon.ico
  56. { :url=>"/bds/images/icons/favicon.ico", :md5=>"eb05f77bf80d66f0db6b1f682ff08bee" },
  57. ]
  58. end