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.130
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
/
usr /
share /
vlc /
lua /
http /
dialogs /
[ HOME SHELL ]
Name
Size
Permission
Action
batch_window.html
857
B
-rw-r--r--
browse_window.html
1.15
KB
-rw-r--r--
create_stream.html
14.13
KB
-rw-r--r--
equalizer_window.html
1.25
KB
-rw-r--r--
error_window.html
482
B
-rw-r--r--
mosaic_window.html
4.82
KB
-rw-r--r--
offset_window.html
1.82
KB
-rw-r--r--
stream_config_window.html
1.23
KB
-rw-r--r--
stream_window.html
4.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : browse_window.html
<script type="text/javascript"> //<![CDATA[ var browse_target = 'default'; $(function(){ $('#window_browse').dialog({ autoOpen: false, width: 600, height: 650, modal: true, resizable: false, buttons: { "<?vlc gettext("Open") ?>":function(){ $('li.ui-selected','#browse_elements').each(function(){ $(this).dblclick(); }); }, "<?vlc gettext("Enqueue") ?>": function() { $('li.ui-selected','#browse_elements').each(function(){ var path = this.getAttribute('opendir') ? this.getAttribute('opendir') : this.getAttribute('openfile'); switch(browse_target){ default: sendCommand('command=in_enqueue&input='+encodeURI(path)); setTimeout(function(){updatePlayList(true);},1000); break; } }); $(this).dialog("close"); }, "<?vlc gettext("Cancel") ?>" : function(){ $(this).dialog("close") } } }); }); //]]> </script> <div id="window_browse" title="<?vlc gettext("Media Browser") ?>"> <div style="height:500px;overflow: auto;"> <ol id='browse_elements' selectable="selectable"> <li><?vlc gettext("Play List") ?></li> </ol> </div> </div>
Close