chkusr is a set of programs to verify information about a user on PAM/UNIX based systems.
authentication
checkpassword
checkpwd
chkgrp
chkpw
chkpwd
chkpwr
linux
pam
password
python
rule
shell
unix
user
- C 77.7%
- Lua 14.3%
- Makefile 5.3%
- Roff 2.7%
| .gitignore | ||
| checkpw.c | ||
| checkpw_interactive.c | ||
| LICENSE | ||
| README.md | ||
checkpw
checkpw is a program to check the validity of a users password on a Linux/PAM-based system.
Installation:
git clone https://git.xw3.org/hanez/checkpw.git
cd checkpw
gcc -lpam -lpam_misc -Werror -o checkpw checkpw.c
Usage:
./checkpw -u $USERNAME -p $PASSWORD
echo $?