⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.112
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
1305819
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
cracklib-runtime.postinst
#! /bin/sh set -e run_update_cracklib () { if [ -r /etc/cracklib/cracklib.conf ]; then update-cracklib > /dev/null fi } if [ "$1" = "triggered" ]; then run_update_cracklib exit 0 fi [ "$1" = "configure" ] || exit 0 run_update_cracklib # /etc/cron.daily/cracklib -> cracklib-runtime transition if dpkg --compare-versions "$2" le "2.7-17"; then if [ -e /etc/cron.daily/cracklib ]; then rm -f /etc/cron.daily/cracklib-runtime mv /etc/cron.daily/cracklib /etc/cron.daily/cracklib-runtime fi fi exit 0