Skip to content

Commit

Permalink
Merge pull request #109 from Ostorlab/feature/Add-Fingerprint-for-Net…
Browse files Browse the repository at this point in the history
…gear-Routers

Add Fingerprint for Netgear Routers
  • Loading branch information
3asm authored Jan 13, 2025
2 parents 67eb08d + 23aadfc commit 62abf88
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions plugins/netgear_router.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Plugin.define do
name "Netgear-Router"
authors [
"Ostorlab",
]
version "0.1"
description "Netgear Router - From wireless routers and adapters to Layer 3 Managed Switches we have the networking equipment you need for your home or small business."
website "http://www.netgear.com/products/"

matches [
{
:search=>"headers[www-authenticate]",
:regexp=>/^Basic realm="?[\s]*Netgear/,
},
{
:model=>/^Basic realm="?[\s]*NETGEAR ([^"]+)[\s]*"?/,
:regexp=>/^Basic realm="?[\s]*Netgear/,
}
]
end

0 comments on commit 62abf88

Please sign in to comment.