Skip to content

Commit

Permalink
Add Fingerprint for Aviatrix Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Jan 13, 2025
1 parent a23f3a2 commit 2ec5962
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 2ec5962

Please sign in to comment.