CasperSecurity

Current Path : /usr/share/initramfs-tools/scripts/local-bottom/
Upload File :
Current File : //usr/share/initramfs-tools/scripts/local-bottom/cryptopensc

#!/bin/sh

set -e

PREREQ=""

prereqs()
{
    echo "$PREREQ"
}

case $1 in
    prereqs)
        prereqs
        exit 0
        ;;
esac

# Hook for stopping smartcard reading software

if [ ! -x /usr/sbin/pcscd ]; then
    exit 0
fi

. /scripts/functions

if PID="$(cat /run/pcscd.pid)" 2>/dev/null &&
        [ "$(readlink -f "/proc/$PID/exe")" = "/usr/sbin/pcscd" ]; then
    log_begin_msg "Stopping pcscd"
    kill -TERM "$PID"
    log_end_msg
fi
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY