princeprocessor

Standalone password candidate generator using the PRINCE algorithm

  • 所有者: hashcat/princeprocessor
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

princeprocessor

Standalone password candidate generator using the PRINCE algorithm

The name PRINCE is used as an acronym and stands for PRobability INfinite Chained Elements, which are the building blocks of the algorithm

Brief description

The princeprocessor is a password candidate generator and can be thought of as an advanced combinator attack. Rather than taking as input two different wordlists and then outputting all the possible two word combinations though, princeprocessor only has one input wordlist and builds "chains" of combined words. These chains can have 1 to N words from the input wordlist concatenated together. So for example if it is outputting guesses of length four, it could generate them using combinations from the input wordlist such as:

  • 4 letter word
  • 2 letter word + 2 letter word
  • 1 letter word + 3 letter word
  • 3 letter word + 1 letter word
  • 1 letter word + 1 letter word + 2 letter word
  • 1 letter word + 2 letter word + 1 letter word
  • 2 letter word + 1 letter word + 1 letter word
  • 1 letter word + 1 letter word + 1 letter word + 1 letter word

Detailed description

I'm going to write a detailed description in case I'm extremely bored. Till that, use the following resources:

Compile

Simply run make

Binary distribution

Binaries for Linux, Windows and OSX: https://github.com/jsteube/princeprocessor/releases

主要指标

概览
名称与所有者hashcat/princeprocessor
主编程语言C
编程语言Makefile (语言数: 2)
平台
许可证Other
所有者活动
创建于2015-01-07 13:35:53
推送于2023-10-30 09:00:29
最后一次提交2023-10-29 11:18:13
发布数7
最新版本名称v0.22 (发布于 )
第一版名称v0.16 (发布于 )
用户参与
星数459
关注者数36
派生数102
提交数140
已启用问题?
问题数25
打开的问题数9
拉请求数38
打开的拉请求数0
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?