HEX
Server: Apache
System: Linux bom1plzcpnl503843.prod.bom1.secureserver.net 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: ksegq035ugzv (9630008)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/sbin/cracklib-format
#!/bin/sh
#
# This preprocesses a set of word lists into a suitable form for input
# into cracklib-packer
#
LC_ALL=C
export LC_ALL
gzip -cdf "$@" |
    grep -a -E -v '^.{32,}$' |
    tr '[:upper:]' '[:lower:]' |
    tr -cd '\n[:graph:]' |
    sort -u