Skip to content

Commit

Permalink
Merge pull request #111 from Ostorlab/feature/Add-Detection-for-Sonic…
Browse files Browse the repository at this point in the history
…Wall-SMA

Add Fingerprint for SonicWall SMA.
  • Loading branch information
3asm authored Jan 27, 2025
2 parents 0ddbd82 + b5ab808 commit fdaa812
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 fdaa812

Please sign in to comment.