Skip to content

Commit

Permalink
Merge pull request #103 from Ostorlab/feature/Add-fingerprint-for-For…
Browse files Browse the repository at this point in the history
…tiWLM

Add Fingerprint for Fortinet FortiWLM
  • Loading branch information
3asm authored Dec 20, 2024
2 parents c7d7824 + f8cf4a4 commit c2f46b8
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 c2f46b8

Please sign in to comment.