generated from Ostorlab/template_agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Fingerprint for Fortinet FortiWLM
- Loading branch information
1 parent
0f1a7cc
commit f8cf4a4
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |