Sha256: 6f74de2f99c7787b88929adc35ac630a91898fdca99dbbf9801be3fb95d8a142

Contents?: true

Size: 983 Bytes

Versions: 6

Compression:

Stored size: 983 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
##
# Version 0.2 # 2016-04-17 # Andrew Horton
# Updated description
##
WhatWeb::Plugin.define "Antiboard" do
  @author = "Andrew Horton"
  @version = "0.2"
  @description = "Antiboard is a PHP forum. Homepage used to be http://www.resynthesize.com/code/antiboard.php."

  # Dorks #
  @dorks = [
    'inurl: antiboard.php'
  ]

  # inurl: antiboard.php
  #  <form method="post" action="/antiboard/antiboard.php">
  # <a href="http://www.resynthesize.com/code/antiboard.php">Powered by antiboard 0.7.2</a>

  # Matches #
  @matches = [
    { name: "inurl", ghdb: "inurl:antiboard.php" },
    { name: "powered by", text: "<a href=\"http://www.resynthesize.com/code/antiboard.php\">Powered by antiboard" }
  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/antiboard.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/antiboard.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/antiboard.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/antiboard.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/antiboard.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/antiboard.rb