mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
Added file extensions
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
Plugin.define do
|
||||
name "ColdFusion"
|
||||
authors [
|
||||
"Brendan Coles <bcoles@gmail.com>", # 2010-08-15
|
||||
"Brendan Coles <bcoles@gmail.com>", # v0.1 # 2010-08-15
|
||||
# v0.2 # 2011-04-25 # Added cookie matches.
|
||||
# v0.3 # 2012-02-05 # Added header match. Updated matches. Updated version detection..
|
||||
"Andrew Horton @urbanadventurer", # v0.4 # 2021-02-28 # Added file extensions
|
||||
]
|
||||
version "0.3"
|
||||
version "0.4"
|
||||
description "Adobe ColdFusion application server and software enables developers to rapidly build, deploy, and maintain robust Internet applications for the enterprise."
|
||||
website "http://www.adobe.com/products/coldfusion/"
|
||||
|
||||
@@ -28,8 +29,6 @@ dorks [
|
||||
'intitle:"ColdFusion Administrator Login"'
|
||||
]
|
||||
|
||||
|
||||
|
||||
# Matches #
|
||||
matches [
|
||||
|
||||
@@ -66,6 +65,9 @@ matches [
|
||||
# Set-Cookie # /CFAUTHORIZATION_cfadmin=/
|
||||
{ :search=>"headers[set-cookie]", :regexp=>/CFAUTHORIZATION_cfadmin=/ },
|
||||
|
||||
# File Extension
|
||||
{ :name=>"File extension", :regexp=>/^(cfm|cfc)$/, :search=>"uri.extension" }
|
||||
|
||||
]
|
||||
|
||||
# Passive #
|
||||
|
||||
Reference in New Issue
Block a user