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.
- Loading branch information
1 parent
0ddbd82
commit b5ab808
Showing
1 changed file
with
17 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,17 @@ | ||
Plugin.define do | ||
name "SonicWall SMA" | ||
authors [ | ||
"Ostorlab", | ||
] | ||
version "0.1" | ||
description "Secure Mobile Access (SMA) Secure your infrastructure while empowering your workforce. The Secure Mobile Access (SMA) series offers complete security for remote access to corporate resources hosted on-prem, in cloud and in hybrid datacenters." | ||
website "https://www.sonicwall.com/products/remote-access" | ||
|
||
matches [ | ||
{ | ||
:search => "headers[server]", | ||
:regexp => /SMA/i, | ||
:name => "SMA Server Header" | ||
}, | ||
] | ||
end |