Skip to content

Commit

Permalink
Merge pull request #108 from Ostorlab/feature/Add-fingerprint-for-Avi…
Browse files Browse the repository at this point in the history
…atrix-Controller

Add Fingerprint for Aviatrix Controller
  • Loading branch information
3asm authored Jan 13, 2025
2 parents a23f3a2 + 2ec5962 commit e207d8b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions plugins/aviatrix_controller.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Plugin.define do
name "Aviatrix Controller"
authors [
"Ostorlab",
]
version "0.1"
description "Aviatrix Controller is a critical network security and cloud networking platform used for managing multi-cloud environments across major providers like AWS, Azure, and GCP"
website "https://aviatrix.com/"

matches [
{
:search => "body",
:regexp => /<title>Aviatrix Controller<\/title>/i,
},
]
end

0 comments on commit e207d8b

Please sign in to comment.