diff --git a/rasplice2passwd.sh b/rasplice2passwd.sh index 74f76c1..d02dd2e 100755 --- a/rasplice2passwd.sh +++ b/rasplice2passwd.sh @@ -33,7 +33,7 @@ if [ $random = "y" ]; then randomchars=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 1) fi -rasplice=$(curl -s http://rasplice.contaminati.net/sproloquio.txt | grep -e "[^\ ]\{$lenght,\}" | shuf -n $words | sed 's/^\(.\)/\U\1/' | paste -sd "") +rasplice=$(curl -k -s https://rasplice.contaminati.net/sproloquio.txt | grep -e "[^\ ]\{$lenght,\}" | shuf -n $words | sed 's/^\(.\)/\U\1/' | paste -sd "") if [ ! -z "$limit" ] && [ ! $limit = "n" ]; then rasplice=$(echo $rasplice | cut -c1-$limit)