Skip to content

Commit 595ca20

Browse files
committed
Extras module update.
1 parent 1d94144 commit 595ca20

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

modules/module_extras.php

Lines changed: 3 additions & 3 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: Optional security extras module (last modified: 2025.05.12).
11+
* This file: Optional security extras module (last modified: 2025.05.16).
1212
*
1313
* False positive risk (an approximate, rough estimate only): « [ ]Low [x]Medium [ ]High »
1414
*/
@@ -161,11 +161,11 @@
161161

162162
/** Probing for webshells/backdoors. */
163163
if ($Trigger(preg_match(
164-
'~(?:^|[/?])(?:perl.alfa|search/label/php-shells)(?:$|[/?])~',
164+
'~(?:^|[/?])(?:fierzashell\.html?|perl.alfa|search/label/php-shells)(?:$|[/?])~',
165165
$LCNrURI
166166
), 'Probing for webshells/backdoors')) {
167167
$CIDRAM['Reporter']->report([15, 20, 21], ['Caught probing for webshells/backdoors. Host might be compromised.'], $CIDRAM['BlockInfo']['IPAddr']);
168-
} // 2025.05.12
168+
} // 2025.05.12 mod 2025.05.16
169169

170170
/** Probing for exposed Git data. */
171171
if ($Trigger(preg_match('~\.git(?:config)?(?:$|\W)~', $LCNrURI), 'Probing for exposed git data')) {

modules/modules.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ module_cookies.php:
239239
module_extras.php:
240240
Name: "Optional security extras module"
241241
False Positive Risk: "Medium"
242-
Version: "2025.131.0"
242+
Version: "2025.135.0"
243243
Dependencies:
244244
PHP: "^5.4|^7|^8"
245245
CIDRAM Core: "^1.13.1|^2.0.1"
@@ -254,7 +254,7 @@ module_extras.php:
254254
- "module_extras.php"
255255
- "module_extras.yaml"
256256
Checksum:
257-
- "842aefefd663977f3cfe2e61466bf0ffe16473108738c0eda94562931e8564ef:31178"
257+
- "bff7226315c2096f4805947083d974294b8ec438a1e25887f3cd7bf9263ee251:31212"
258258
- "7b891d1fa4b1c52c410220bc758e8cb7064bd6040430fb149a5b60e9ae2e0838:890"
259259
Used with: "modules"
260260
Reannotate: "modules.dat"

0 commit comments

Comments
 (0)