首页
社区
课程
招聘
[转帖]PasswordsPro 2.41
发表于: 2007-12-2 21:19 3259

[转帖]PasswordsPro 2.41

2007-12-2 21:19
3259
This program is designated to recover passwords for different types of hashes. The program currently supports about 30 types of hashes, and new ones can easily be added through writing own external hashing DLL-module. Actual list of modules available can be found on the forum of the program. Maximal number of hashes to work with at the same time is 64.

Built-in types of hashes:
MySQL
MySQL5
DES (Unix)
MD4
MD4 (Base64)
MD4 (HMAC)
MD5
MD5 (Base64)
MD5 (HMAC)
MD5 (Unix)
MD5 (APR)
SHA-1
SHA-1 (Base64)
SHA-1 (HMAC)
Domain Cached Credentials

Types of hashes used by some programs (like forums) on PMP, available as external modules:
md5($pass.$salt)
md5($salt.$pass)
md5(md5($pass))
md5($salt.$pass.$salt)
md5(md5($pass).$salt)
md5(md5($salt).$pass)
md5($salt.md5($salt.$pass))
md5(md5($salt).md5($pass))
sha1($username.$pass)

Types of hashes available through external modules written by third party developers:
MD2
Haval 128
MS SQL
Oracle DES
Oracle SHA-1
RipeMD 128
etc.

Note: additional hashing modules are located in the \Modules directory of the program archive and can be imported through program options menu ("External modules" tab).

Home:
_http://www.insidepro.com/eng/passwordspro.shtml

Down:
_http://www.insidepro.com/download/passwordspro.zip

[课程]Linux pwn 探索篇!

收藏
免费 1
支持
分享
最新回复 (4)
雪    币: 203
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
简单地看了一下,是一个不错的HASH密码攻击器。
2007-12-3 00:14
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
感谢林版!!
2007-12-3 09:10
0
雪    币: 270
活跃值: (52)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
试试看,感谢版主
2007-12-4 00:17
0
雪    币: 243
活跃值: (14)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
看看先,还是谢谢
2007-12-4 10:07
0
游客
登录 | 注册 方可回帖
返回
//