shell bypass 403

UnknownSec Shell

C:/drica/htdocs/wp-admin/ [ drwxrwxrwx ]

name : moderation.php
<?php
/**
 * Comment Moderation Administration Screen.
 *
 * Redirects to edit-comments.php?comment_status=moderated.
 *
 * @package WordPress
 * @subpackage Administration
 */
require_once dirname( __DIR__ ) . '/wp-load.php';
wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) );
exit;

© 2026 UnknownSec