Linux 43-250-141-107.cprapid.com 4.18.0-553.150.1.lve.el8.x86_64 #1 SMP Tue Aug 4 17:30:48 UTC 2026 x86_64
LiteSpeed
Server IP : 43.250.141.107 & Your IP : 216.73.216.70
Domains :
Cant Read [ /etc/named.conf ]
User : thepngre
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
Acronis /
PyShell /
site-tools /
Delete
Unzip
Name
Size
Permission
Date
Action
agents.py
36.7
KB
-rw-r--r--
2026-07-27 23:20
amsctl.py
228.32
KB
-rw-r--r--
2026-07-27 23:20
cep.py
26.85
KB
-rw-r--r--
2026-07-27 23:20
change_machine_id.py
18.97
KB
-rw-r--r--
2026-07-27 23:20
cleanup_backups.py
17.44
KB
-rw-r--r--
2026-07-27 23:20
dmldump.py
1.61
KB
-rw-r--r--
2026-07-27 23:20
gtobview.py
16.08
KB
-rw-r--r--
2026-07-27 23:20
manage_creds.py
2.76
KB
-rw-r--r--
2026-07-27 23:20
multi_mms.py
12.17
KB
-rw-r--r--
2026-07-27 23:20
register_mms.py
1.88
KB
-rw-r--r--
2026-07-27 23:20
set_logging.py
6.97
KB
-rw-r--r--
2026-07-27 23:20
stdspecs.zip
13.63
KB
-rw-r--r--
2026-07-27 23:20
Save
Rename
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))