Skip to content

Commit

Permalink
Add Fingerprint for Fortinet FortiWLM
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Dec 20, 2024
1 parent 0f1a7cc commit f8cf4a4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions plugins/fortinet_fortiwlm.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Plugin.define do
name "Fortinet FortiWLM"
authors [
"Ostorlab",
]
version "0.1"
description "Fortinet Wireless Manager (FortiWLM) is used to monitor, operate, and administer wireless networks on FortiGates that are managed by FortiManager."
website "https://docs.fortinet.com/document/fortimanager/6.4.0/administration-guide/679601/wireless-manager-fortiwlm"

matches [
{
:regexp => /<title>FortiWLM Login<\/title>/,
:name => "FortiWLM Title tag"
}
]
end

0 comments on commit f8cf4a4

Please sign in to comment.