搜索资源列表
Scanner
- 自己编写的主机和端口扫描、通过输入主机名或者使用IP,可测试主机是否开机、弱口令扫描中, 密码字典写了十个用户名十个密码、漏洞扫描的IP,线程设置同2中说明.其中猜解IPC用户, 的过程包含了IPC扫描的过程、日志的读写、密码字典的修改和恢复、Unicode漏洞的测试。个人编写,如有更好的建议,请加QQ362265437,平台是JB9+JDK1.4。刚学C++。大家谁有VC++USB操作的程序给个-Write your own host and port scanning, by enterin
secret
- pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –
SQLExec
- 对sql server 数据库弱口令的检测程序,链接数据库然后用密码字典猜解。-Weak passwords on the sql server database, the testing procedures, links database, then use the password dictionary, guess solution.
ePPPoE
- 算是一个简易的弱口令测试器。。。 新建一个名为ADSL的拨号连接,然后生成一个用户名字典文件。。即可用该软件自行拨号-Be a simple weak password tester. . . Create a new dial-up connection, called ADSL, and then generate a user name dictionary file. . You can use the software dials. .
TpLinkPass
- C++写的路由器弱口令猜解工具,(字典文件太大不放了)抛砖引玉吧-Written in C++ router weak password guessing tools (dictionary file is too big hold up) puts it
RDPPassWordCheck
- 本程序是VC6.0环境下编译通过的远程桌面口令认证程序,通过用户口令和口令字典文件,用于检测用户弱口令。-This procedure is VC6.0 compiler environment through remote desktop password authentication process, through the user s password and password dictionary file used to detect weak user passwords.
RDPpasswordcheck
- 本程序为RDP身份认证代码。用于在线枚举远程主机的用户和弱口令,可以根据常见用户名和口令字典,逐一在线枚举用户口令。该程序在VC6.0环境下编译成功!-This procedure for RDP authentication code. Enumerate the remote host for online users and weak passwords, according to the common user name and password dictionary online en
gunpassword
- 自己弄字典跑弱口令的例子