Sha256: 7050d47e3a466d0b5983f2e94db9cb300f56452bee9ddfcdedf940c068e48827

Contents?: true

Size: 659 Bytes

Versions: 2

Compression:

Stored size: 659 Bytes

Contents

# coding: ascii-8bit
# 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

2 entries across 2 versions & 1 rubygems

Version Path
simple_whatweb-0.2.0 lib/whatweb/plugins/anygate.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/anygate.rb