- Mastering Linux Security and Hardening
- Donald A. Tevault
- 223字
- 2021-07-02 19:19:24
Hands-on lab for setting password complexity criteria
For this lab, you can use either the CentOS or Ubuntu virtual machine, as desired. The only difference is that you won't perform Step 1 for CentOS:
- For Ubuntu only, install the libpam-pwquality package:
sudo apt install libpam-pwquality
- Open the /etc/security/pwquality.conf file in your preferred text editor. Remove the comment symbol from in front of the minlen line and change the value to 19. It should now look like this:
minlen = 19
Save the file and exit the editor.
- Create a user account for Goldie and attempt to assign her the passwords, turkeylips, TurkeyLips, and Turkey93Lips. Note the change in each warning message.
- In the pwquality.conf file, comment out the minlen line. Uncomment the minclass line and the maxclassrepeat line. Change the maxclassrepeat value to 5. The lines should now look like:
minclass = 3
maxclassrepeat = 5
Save the file and exit the text editor.
- Try assigning various passwords that don't meet the complexity criteria that you've set to Goldie's account and view the results.
In the /etc/login.defs file on your CentOS machine, you'll see the line:
PASS_MIN_LEN 5
Supposedly, this is to set the minimum password length, but in reality, pwquality overrides it. So, you could set this value to anything at all, and it would have no effect.
推薦閱讀
- Rootkit和Bootkit:現代惡意軟件逆向分析和下一代威脅
- 計算機病毒原理與防范(第2版)
- INSTANT Windows PowerShell
- Learning Veeam? Backup & Replication for VMware vSphere
- Python Penetration Testing Cookbook
- Computer Forensics with FTK
- 模糊測試:強制發掘安全漏洞的利器
- 從0到1:CTFer成長之路
- 黑客攻防從入門到精通
- CTF快速上手:PicoCTF真題解析(Web篇)
- 黑客攻防從入門到精通:命令版
- Practical Internet of Things Security
- 計算機系統與網絡安全研究
- CTF網絡安全競賽入門教程
- BeagleBone for Secret Agents