Sha256: 2ce074228ae73c0b5c5b6f82f57ad78d541bfaee62793aaccaacc9e0f69633b5

Contents?: true

Size: 638 Bytes

Versions: 4

Compression:

Stored size: 638 Bytes

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
##

WhatWeb::Plugin.define "AnyGate" do
  @author = "Andrew Horton"
  @version = "0.1"
  @description = "Korean home wifi/router device"
  @website = "http://www.anygate.co.kr/"

  @matches = [
    { url: '/index.asp', text: '<title>AnyGate' },
    { url: '/index.asp', text: "사용자 암호가 설정되어 있지 않습니다.", string: "No Password" }
  ]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/anygate.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/anygate.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/anygate.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/anygate.rb