Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
etc /
cron.daily /
[ HOME SHELL ]
Name
Size
Permission
Action
.placeholder
102
B
-rw-r--r--
0anacron
311
B
-rwxr-xr-x
apport
376
B
-rwxr-xr-x
apt-compat
1.44
KB
-rwxr-xr-x
cracklib-runtime
384
B
-rwxr-xr-x
dpkg
123
B
-rwxr-xr-x
logrotate
377
B
-rwxr-xr-x
man-db
1.3
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cracklib-runtime
#!/bin/sh set -e if [ -x /usr/sbin/update-cracklib -a -r /etc/cracklib/cracklib.conf ] then status="$(/usr/sbin/update-cracklib)" if [ -n "${status}" ] then /usr/bin/logger -p cron.info -t cracklib "updated dictionary (read/written words: ${status})." else /usr/bin/logger -p cron.info -t cracklib "no dictionary update necessary." fi fi exit 0
Close