Skip to content

Commit

Permalink
Add fingerprint for Cisco SSM On-Prem
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Aug 9, 2024
1 parent 5467b4f commit bfaa8f6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/cisco-ssm-on-prem.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "Cisco SSM On-Prem"
authors [
"Ostorlab",
]
version "0.1"
description "Cisco Smart Software Manager On-Prem (SSM On-Prem) is a Smart Licensing solution that enables customers to administer products and licenses on their premises."
website "https://www.cisco.com/"

matches [
{
:search => "head",
:regexp => /<title>On-Prem License Workspace<\/title>/,
:name => "On-Prem License Workspace Generator Title Tag"
},
]
end

0 comments on commit bfaa8f6

Please sign in to comment.