Skip to content

Commit

Permalink
Merge pull request #76 from Ostorlab/feature/cyberpanel
Browse files Browse the repository at this point in the history
Adding Cyberpanel fingerprint
  • Loading branch information
amine3 authored Oct 30, 2024
2 parents f6a34fe + c7947fa commit a804589
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/cyberpanel.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "CyberPanel"
authors [
"Ostorlab",
]
version "0.1"
description "CyberPanel is a web hosting control panel powered by OpenLiteSpeed with features for managing websites, DNS, and email."
website "https://cyberpanel.net/"

matches [
{
:search => "body",
:regexp => /<h4 class="text-muted text-center mb-10">Web Hosting Control Panel<\/h4>/i,
:name => "CyberPanel Web Hosting Control Panel Text"
},
]
end

0 comments on commit a804589

Please sign in to comment.