Skip to content

Commit

Permalink
Add Fingerprint for apache tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Dec 24, 2024
1 parent f924b56 commit bcd2df0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/apache_tomcat.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "Apache Tomcat"
authors [
"Ostorlab",
]
version "0.1"
description "Apache Tomcat (called Tomcat for short) is a free and open-source implementation of the Jakarta Servlet, Jakarta Expression Language, and WebSocket technologies."
website "https://tomcat.apache.org/"

matches [
{
:search => "head",
:regexp => /<title>Apache Tomcat/,
:name => "On-Prem License Workspace Generator Title Tag"
},
]
end

0 comments on commit bcd2df0

Please sign in to comment.