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
/
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 : stream_config_window.html
<script type="text/javascript"> $(function(){ $('#window_stream_config').dialog({ autoOpen: false, width:400, modal: true, buttons:{ "<?vlc gettext("Okay") ?>":function(){ $('#player').empty(); $('#player').attr('href',$('#stream_protocol').val()+'://'+$('#stream_host').val()+':'+$('#stream_port').val()+'/'+$('#stream_file').val()); flowplayer("player", "https://releases.flowplayer.org/swf/flowplayer-3.2.7.swf"); $(this).dialog('close'); }, "<?vlc gettext("Cancel") ?>":function(){ $(this).dialog('close'); } } }); }) </script> <div id="window_stream_config" title="<?vlc gettext("Stream Input Configuration") ?>"> <table> <tr> <td><?vlc gettext("Protocol") ?></td> <td><input type="text" name="stream_protocol" id="stream_protocol" value="http" /></td> </tr> <tr> <td><?vlc gettext("Host") ?></td> <td><input type="text" name="stream_host" id="stream_host" value="" /></td> </tr> <tr> <td><?vlc gettext("Port") ?></td> <td><input type="text" name="stream_port" id="stream_port" value="8081" /></td> </tr> <tr> <td><?vlc gettext("File") ?></td> <td><input type="text" name="stream_file" id="stream_file" value="stream.flv" /></td> </tr> </table> </div>
Close