Skip to content

Commit 7d31a47

Browse files
committed
Fix typo.
1 parent 7ade156 commit 7d31a47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/module_badhosts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: Bad hosts blocker module (last modified: 2025.08.11).
11+
* This file: Bad hosts blocker module (last modified: 2025.08.13).
1212
*
1313
* False positive risk (an approximate, rough estimate only): « [ ]Low [x]Medium [ ]High »
1414
*/
@@ -127,7 +127,7 @@
127127
*/
128128
$Trigger(preg_match('/shodan\.io|(?:serverprofi24|aspadmin|project25499)\./', $HN), 'AutoSploit Host'); // 2018.02.02 mod 2021.02.07
129129

130-
$this->trigger(preg_match('~\.cypex\.ai$~', $HN), 'Unauthorised security scanner'); // 2025.08.11
130+
$Trigger(preg_match('~\.cypex\.ai$~', $HN), 'Unauthorised security scanner'); // 2025.08.11
131131

132132
/** These signatures can set extended tracking options. */
133133
if (

modules/modules.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module_abuseipdb.php:
144144
module_badhosts.php:
145145
Name: "Bad hosts blocker module"
146146
False Positive Risk: "Medium"
147-
Version: "2025.224.0"
147+
Version: "2025.224.1"
148148
Dependencies:
149149
PHP: "^5.4|^7|^8"
150150
CIDRAM Core: "^1.13.1|^2.0.1"
@@ -156,7 +156,7 @@ module_badhosts.php:
156156
To:
157157
- "module_badhosts.php"
158158
Checksum:
159-
- "0e829dbe57d7df97baee6c1764789059135e3ea3556db178d163486bff11316b:9327"
159+
- "879c5330ba568a1dab3df861ea97ae583135b839cf37cf7ade321a4001d9cf3e:9321"
160160
Used with: "modules"
161161
Reannotate: "modules.dat"
162162
module_badtlds.php:

0 commit comments

Comments
 (0)