Skip to content

Commit

Permalink
Add Fingerprint for SonicWall SMA.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Jan 27, 2025
1 parent 0ddbd82 commit b5ab808
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/sonicwall_sma.rb
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

0 comments on commit b5ab808

Please sign in to comment.