#include<string.h>
main()
{int cs=0
int pw=8888
int lr
printf('Please enter the password:)
scanf(%d,lr)
while(cs<3)
{if(lr=pw)
{printf('You are welcome!')
cs=3}
else
{printf('\nWrong passward!\n')
cs++
printf('Enter again:\n')
scanf(%d,lr)
}
if(lr!=pw)
{printf('You have entered three times! You are not welcom!')
}}
试一下吧!
Linux系统弱口令检测和网络端口扫描方法(JR、NMAP)一、系统弱口令检测 1.Joth the Ripper ,简称JR 一款密码分析工具,支持字典式的暴力破解
通过对 shadow 文件的口令分析,可以检测密码强度
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)