Skip to content

Commit

Permalink
Add Fingerprint for Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Dec 20, 2024
1 parent 0f1a7cc commit 3e52167
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/next_js.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "Next.js"
authors [
"Ostorlab",
]
version "0.1"
description "Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static rendering. "
website "https://nextjs.org/"

matches [
{
:search => "headers[x-powered-by]",
:regexp => /Next\.js/,
:name => "x-powered-by header with Next.js"
}
]
end

0 comments on commit 3e52167

Please sign in to comment.