Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.149.4.109
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
local /
share /
luajit-2.0.4 /
jit /
[ HOME SHELL ]
Name
Size
Permission
Action
bc.lua
5.47
KB
-rw-r--r--
bcsave.lua
17.72
KB
-rw-r--r--
dis_arm.lua
18.91
KB
-rw-r--r--
dis_mips.lua
12.91
KB
-rw-r--r--
dis_mipsel.lua
710
B
-rw-r--r--
dis_ppc.lua
19.84
KB
-rw-r--r--
dis_x64.lua
707
B
-rw-r--r--
dis_x86.lua
28.64
KB
-rw-r--r--
dump.lua
19.05
KB
-rw-r--r--
v.lua
5.48
KB
-rw-r--r--
vmdef.lua
6.52
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dis_mipsel.lua
---------------------------------------------------------------------------- -- LuaJIT MIPSEL disassembler wrapper module. -- -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- This module just exports the little-endian functions from the -- MIPS disassembler module. All the interesting stuff is there. ------------------------------------------------------------------------------ local require = require module(...) local dis_mips = require(_PACKAGE.."dis_mips") create = dis_mips.create_el disass = dis_mips.disass_el regname = dis_mips.regname
Close