mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
17 lines
260 B
Ruby
17 lines
260 B
Ruby
|
|
##
|
|
Plugin.define do
|
|
name "GeneXus"
|
|
authors [
|
|
"Daniel Maldonado",
|
|
]
|
|
version "0.1"
|
|
description "GeneXus is a tool for agile development."
|
|
website "http://caceriadespammers.com.ar"
|
|
|
|
matches [
|
|
{:text=>"<meta name=\"Generator\" content=\"GeneXus\" />"},
|
|
]
|
|
|
|
end
|