Skip to content

Commit

Permalink
add plugin for pfSense fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
ybadaoui-ostorlab committed Aug 15, 2024
1 parent f7eeb0d commit 21417f4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions plugins/pfsense.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Plugin.define do
name "pfSense"
authors [
"Ostorlab",
]
version "0.1"
description "pfSense is an open-source firewall and router software"
website "https://www.pfsense.org/"

matches [
{
:text => "<h4>Login to pfSense</h4>",
:text => "<h4>Login to Netgate pfSense Plus</h4>",
:text => "<script src=\"/js/pfSense.js"
}
]
end

0 comments on commit 21417f4

Please sign in to comment.