shell bypass 403

UnknownSec Shell

: /sbin/ [ dr-xr-xr-x ]

name : create-cracklib-dict
#!/bin/sh

usage() {
	cat <<-EOF
	Usage: create-cracklib-dict [options] wordlist ...
	
	This script takes one or more word list files as arguments
	and converts them into cracklib dictionaries for use
	by password checking programs. The results are placed in
	the default compiled-in dictionary location.
	
	If you wish to store the dictionary in a different location,
	use the cracklib-format and cracklib-packer commands directly.
	
	Options:
	  -o, --output <file>   Alternative output file for cracklib-packer
	  -h, --help            This help output
	
	Example:
	create-cracklib-dict /usr/share/words
	EOF
	if [ -n "$*" ] ; then
		echo 1>&2
		echo "Error: $*" 1>&2
		exit 1
	else
		exit 0
	fi
}

output=""
while [ -n "$1" ] ; do
	case $1 in
		-o|--output) output=$2; shift;;
		-h|--help)   usage;;
		--)          break;;
		-*)          usage "unknown option '$*'";;
		*)           break;;
	esac
	shift
done

[ -z "$*" ] && usage

exec cracklib-format "$@" | cracklib-packer ${output}

© 2025 UnknownSec
Learn Linux in 5 Days | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar
Learn Linux in 5 Days

Learn Linux in 5 Days

in Web Development
4.00
(1 Ratings)
Created by Robert Ransdell
5/10 Students
BLK10
Black Firday Offer

Buy now with a special offer

ticket-discount

Report course

Please describe about the report short and clearly.

Share

Share course with your friends

Buy with points