Skip to content

Commit

Permalink
Merge pull request #80 from Ostorlab/feature/add-fingerprint-aruba-ne…
Browse files Browse the repository at this point in the history
…tworks-ap

Add Fingerprint for Aruba Networks Access Points.
  • Loading branch information
3asm authored Nov 11, 2024
2 parents 98f5278 + 1babafd commit 3b4e177
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/aruba_networks_ap.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "Aruba Networks Access Points"
authors [
"Ostorlab",
]
version "0.1"
description "Aruba Networks Access Points provide secure Wi-Fi solutions for enterprises, and this fingerprint matches the login page for Aruba Access Points."
website "https://www.arubanetworks.com"

matches [
{
:search => "body",
:regexp => /<img id="aruba-logo" src="\/images\/aruba-hpe-logo.png" width="175" alt="Aruba Networks" title="Aruba Networks"/,
:name => "Aruba Networks Login Page Logo"
},
]
end

0 comments on commit 3b4e177

Please sign in to comment.