Skip to content

Commit

Permalink
Merge pull request #60 from Ostorlab/feature/add_fingerprint_weblogic
Browse files Browse the repository at this point in the history
Add fingerprint for Weblogic
  • Loading branch information
3asm authored Sep 20, 2024
2 parents 3669831 + 6203b80 commit cd5167c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions plugins/weblogic.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Plugin.define do
name "weblogic"
authors [
"Ostorlab",
]
version "0.1"
description "WebLogic is an Application Server that runs on a middle tier, between back-end databases and related applications and browser-based thin clients. WebLogic Server mediates the exchange of requests from the client tier with responses from the back-end tier."
website "https://www.oracle.com/java/weblogic/"

matches [
{
:search => "headers[Server]",
:regexp => /WebLogic Server=/,
:name => "WebLogic Server Header tag"
},
]
end

0 comments on commit cd5167c

Please sign in to comment.