文件名称:secret
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:7.41kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。
pass.c是进行口令检查的c语言原程序,有两个命令行参数
-w file: 可以使用该选项指定口令字典
-P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件
编译gcc –o pass pass.c –l crypt
由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt
运行程序:pass –w ./pass.words –p /etc/shadow
-pass.words is a weak password dictionary, is a plain text file, one per line password, you can add to the inside candidate password. Password pass.c is the c language of the original inspection procedures, there are two command-line parameters-w file: You can use the password option specifies a dictionary-P: By default on/etc/shadow user to check the weak password, you can use the option to specify the documents to check the compiler gcc-o pass pass.c-l crypt function due to the use of encryption, so the use of encryption library crypt, use the option-l crypt running the program: pass-w./pass.words-- p/etc/shadow
pass.c是进行口令检查的c语言原程序,有两个命令行参数
-w file: 可以使用该选项指定口令字典
-P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件
编译gcc –o pass pass.c –l crypt
由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt
运行程序:pass –w ./pass.words –p /etc/shadow
-pass.words is a weak password dictionary, is a plain text file, one per line password, you can add to the inside candidate password. Password pass.c is the c language of the original inspection procedures, there are two command-line parameters-w file: You can use the password option specifies a dictionary-P: By default on/etc/shadow user to check the weak password, you can use the option to specify the documents to check the compiler gcc-o pass pass.c-l crypt function due to the use of encryption, so the use of encryption library crypt, use the option-l crypt running the program: pass-w./pass.words-- p/etc/shadow
(系统自动生成,下载前可以参看下载内容)
下载文件列表
口令破解/pass.c
口令破解/pass.words
口令破解/说明.doc
口令破解
口令破解/pass.words
口令破解/说明.doc
口令破解
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.