From aac9f2b26e36109ebfea9820bd246748158b09ec Mon Sep 17 00:00:00 2001 From: panda Date: Tue, 7 Mar 2017 11:41:48 +0100 Subject: [PATCH] added https to rasplice --- rasplice2passwd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)