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.186
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
/
usr /
lib /
python3.6 /
site-packages /
tracer /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
resource
[ DIR ]
drwxr-xr-x
__init__.py
517
B
-rw-r--r--
blocks.py
1.03
KB
-rw-r--r--
default.py
2.94
KB
-rw-r--r--
helper.py
2.86
KB
-rw-r--r--
interactive.py
854
B
-rw-r--r--
note_for_hidden.py
743
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __init__.py
from __future__ import print_function from __future__ import unicode_literals from sys import __stdout__, version_info class Arguments(object): pass class View(object): args = Arguments() out = None def __init__(self, out=__stdout__): self.out = out def assign(self, key, value): self.args.__dict__[key] = value def get(self, key): return self.args.__dict__[key] def print(self, text, end=None): if version_info.major == 2: text = text.encode("utf8") print(text, end=end, file=self.out)
Close