|
Server IP : 66.29.142.147 / Your IP : 216.73.216.99 Web Server : Apache System : Linux server1.brighttechnologytraining.com 4.18.0-553.76.1.el8_10.x86_64 #1 SMP Tue Sep 23 05:21:08 EDT 2025 x86_64 User : miledici ( 1001) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0555) : /sbin/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
#!/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