@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
usr
/
sbin
/
Path :
Upload File :
New :
File
Dir
//usr/sbin/cracklib-format
#!/bin/sh # # This preprocesses a set of word lists into a suitable form for input # into cracklib-packer # gzip -cdf "$@" | grep -v '^\(#\|$\)' | tr '[A-Z]' '[a-z]' | tr -cd '\012[a-z][0-9]' | sort -u