Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Control Web Panel (formerly CentOS Web Panel) fingerprints #525

Merged
merged 1 commit into from
Jan 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions cpe-remap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ mappings:
vendor: cmu
products:
cyrus_imap: cyrus_imap_server
centos_webpanel:
vendor: centos-webpanel
check_point:
vendor: checkpoint
cherokee_project:
Expand All @@ -42,6 +40,10 @@ mappings:
cloudflare:
products:
cloudflare_load_balancer: load_balancing
control_web_panel:
vendor: control-webpanel
products:
control_web_panel: webpanel
cpanel:
products:
cpanel_service_daemon: cpanel
Expand Down
2 changes: 1 addition & 1 deletion identifiers/service_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Carbon
Castopod
Celerra
CentOS Directory Server
CentOS Web Panel
Cherokee
CherryPy
Chronograf
Expand All @@ -102,6 +101,7 @@ ConnectUPS
Consul
Content Server
Control
Control Web Panel
CouchDB
Couchbase Server
Courier IMAP
Expand Down
2 changes: 1 addition & 1 deletion identifiers/vendor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ Caucho
Celery
Cellopoint
CentOS
CentOS WebPanel
Ceph
Cesanta
Chainpoint
Expand Down Expand Up @@ -184,6 +183,7 @@ Conexant
Congruency, Inc.
ConnectWise
Control Solutions
Control Web Panel
Couchbase
Cradlepoint
Crestron
Expand Down
10 changes: 10 additions & 0 deletions xml/favicons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2220,6 +2220,16 @@
<param pos="0" name="service.product" value="CloudPanel"/>
</fingerprint>

<fingerprint pattern="^6b774f15b254a3d1548db63b6f411150$">
<description>Control Web Panel (CWP) (formerly CentOS Web Panel) - web hosting control panel</description>
<example>6b774f15b254a3d1548db63b6f411150</example>
<param pos="0" name="service.vendor" value="Control Web Panel"/>
<param pos="0" name="service.product" value="Control Web Panel"/>
<param pos="0" name="service.cpe23" value="cpe:/a:control-webpanel:webpanel:-"/>
<param pos="0" name="os.family" value="Linux"/>
<param pos="0" name="os.product" value="Linux"/>
</fingerprint>

<fingerprint pattern="^(?:4f12cccd3c42a4a478f067337fe92794|5af2c34a740cf3d0f509d93bcbb41ef6)$">
<description>Cacti - network graphing solution</description>
<example>4f12cccd3c42a4a478f067337fe92794</example>
Expand Down
11 changes: 11 additions & 0 deletions xml/html_title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4028,6 +4028,17 @@
<param pos="0" name="service.product" value="CloudPanel"/>
</fingerprint>

<fingerprint pattern="^(?:Login \| Control WebPanel|CWP \| User)$">
<description>Control Web Panel (CWP) (formerly CentOS Web Panel) - web hosting control panel</description>
<example>Login | Control WebPanel</example>
<example>CWP | User</example>
<param pos="0" name="service.vendor" value="Control Web Panel"/>
<param pos="0" name="service.product" value="Control Web Panel"/>
<param pos="0" name="service.cpe23" value="cpe:/a:control-webpanel:webpanel:-"/>
<param pos="0" name="os.family" value="Linux"/>
<param pos="0" name="os.product" value="Linux"/>
</fingerprint>

<fingerprint pattern="^Graphs \(darkstat [^)]+\)$">
<description>darkstat - network statistics gatherer</description>
<example>Graphs (darkstat eth0)</example>
Expand Down
10 changes: 10 additions & 0 deletions xml/http_cookies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,16 @@
<param pos="0" name="service.product" value="CloudPanel"/>
</fingerprint>

<fingerprint pattern="^cwpsrv-[0-9a-f]{32}=">
<description>Control Web Panel (CWP) (formerly CentOS Web Panel) - web hosting control panel</description>
<example>cwpsrv-5df9a64aa14f59216453d6f07164a7f1=aq0jsl5muvuli7cif5p9ut7dtm; path=/</example>
<param pos="0" name="service.vendor" value="Control Web Panel"/>
<param pos="0" name="service.product" value="Control Web Panel"/>
<param pos="0" name="service.cpe23" value="cpe:/a:control-webpanel:webpanel:-"/>
<param pos="0" name="os.family" value="Linux"/>
<param pos="0" name="os.product" value="Linux"/>
</fingerprint>

<fingerprint pattern="^FileRunSID=">
<description>FileRun - self-hosted Google Drive alternative</description>
<example>FileRunSID=966e9a0441b5fea1a72af53b1a6adc8f; path=/; HttpOnly</example>
Expand Down
8 changes: 4 additions & 4 deletions xml/http_servers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@
-->

<fingerprint pattern="(?i)^cwpsrv$">
<description>CentOS Web Panel</description>
<description>Control Web Panel (CWP) (formerly CentOS Web Panel) - web hosting control panel web server</description>
<example>cwpsrv</example>
<param pos="0" name="service.vendor" value="CentOS WebPanel"/>
<param pos="0" name="service.product" value="CentOS Web Panel"/>
<param pos="0" name="service.cpe23" value="cpe:/a:centos-webpanel:centos_web_panel:-"/>
<param pos="0" name="service.vendor" value="Control Web Panel"/>
<param pos="0" name="service.product" value="Control Web Panel"/>
<param pos="0" name="service.cpe23" value="cpe:/a:control-webpanel:webpanel:-"/>
<param pos="0" name="os.family" value="Linux"/>
<param pos="0" name="os.product" value="Linux"/>
</fingerprint>
Expand Down