Linux eyewebsolution.dnshostserver.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
: 185.131.55.234 | : 216.73.216.138
676 Domain
5.6.40
omxrelocation
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
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.65
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.21
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