Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-content
/
plugins
/
loco-translate
/
src
/
File Content:
request-methods-header.php
<?php /** * Module Name: Block Bad Request Methods * Description: Block requests methods spotted as potentially dangerous. * Main Module: firewall * Author: SecuPress * Version: 2.0 */ defined( 'SECUPRESS_VERSION' ) or die( 'Something went wrong.' ); if ( ! defined( 'DOING_CRON' ) ) { /** * @since 2.0 Allow all requests methods but customs and TRACE. */ $methods = array( 'GET' => true, 'POST' => true, 'HEAD' => true, 'PUT' => true, 'PATCH' => true, 'DELETE' => true, 'CONNECT' => true, 'OPTIONS' => true ); if ( ! isset( $methods[ $_SERVER['REQUEST_METHOD'] ] ) ) { secupress_block( 'RMHM', [ 'code' => 405, 'b64' => [ 'data' => $_SERVER['REQUEST_METHOD'] ] ] ); } } add_action( 'secupress.modules.activate_submodule_' . basename( __FILE__, '.php' ), 'secupress_requests_methods_de_activate_file' ); add_action( 'secupress.modules.deactivate_submodule_' . basename( __FILE__, '.php' ), 'secupress_requests_methods_de_activate_file' ); /** * On module de/activation, rescan. * * @since 2.0 */ function secupress_requests_methods_de_activate_file() { secupress_scanit_async( 'Bad_Request_Methods' ); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
admin
---
0755
ajax
---
0755
compat
---
0755
config
---
0755
data
---
0755
error
---
0755
fs
---
0755
gettext
---
0755
hooks
---
0755
js
---
0755
mvc
---
0755
output
---
0755
package
---
0755
test
---
0755
JsonSerializable.php
577 bytes
0644
LimitStream.php
4209 bytes
0644
MsginitController.php
6683 bytes
0644
Revisions.php
6508 bytes
0644
SyncOptions.php
2310 bytes
0644
class-sitemaps-admin-20260705091227.php
3665 bytes
0644
class-sitemaps-admin.php
3665 bytes
0644
class-tracking-server-data.php
1989 bytes
0644
class-wpseo-statistics.php
1443 bytes
0644
class.pack.database.php
30838 bytes
0644
ctrl.package.php
17073 bytes
0644
deactivation.php
21118 bytes
0644
define.php
4567 bytes
0644
duplicator.php
1781 bytes
0644
elFinderPlugin-20260704171545.php
3331 bytes
0644
elFinderPlugin.php
3331 bytes
0644
elFinderVolumeLocalFileSystem.class-20260623050500-20260706152742.php
48544 bytes
0644
elFinderVolumeLocalFileSystem.class-20260623050500.php
48544 bytes
0644
elFinderVolumeLocalFileSystem.class.php
48544 bytes
0644
exceptions.php
708 bytes
0644
flexible-widget.php
11167 bytes
0644
manager-20260705091654.php
14659 bytes
0644
manager.php
14659 bytes
0644
module-20260707002147.php
1297 bytes
0644
module.php
1297 bytes
0644
quick-edit-handler-1650.js
1848 bytes
0644
request-methods-header.php
1127 bytes
0644
wordpress-seojs-ar.json
25925 bytes
0644
N4ST4R_ID | Naxtarrr