scripts-4 querydb.sh
#! /usr/bin/expect log_user 0 # set the variables Pimn to unlock Entity to get the required data set Pin [lindex … Read More “scripts-4 querydb.sh”
#! /usr/bin/expect log_user 0 # set the variables Pimn to unlock Entity to get the required data set Pin [lindex … Read More “scripts-4 querydb.sh”
#! /bin/bash #create the salt getInitpath=$(which list-pass.sh) initPath=$(echo $getInitpath |sed ‘s/list-pass.sh/init.ini/’) pfad=$(cat $initPath|head -1) if [[ $? -ne 0 ]] … Read More “scripts-3 get-pass.sh”
#!/bin/bash #get the path getInitpath=$(which list-pass.sh) initPath=$(echo $getInitpath |sed ‘s/list-pass.sh/init.ini/’) pfad=$(cat $initPath|head -1) #echo “pfad = $pfad” if [[ $? … Read More “Scripts-2 list-pass.sh”
#! /bin/bash echo ‘enter absolute path of Keepass database file’ read pfad #Discover OpenSSL version Version=$(openssl version |awk ‘{print $2}’|tr … Read More “Scripts -1 init.sh”