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 (發布於 )
用户参与
星數454
關注者數36
派生數102
提交數140
已啟用問題?
問題數25
打開的問題數9
拉請求數38
打開的拉請求數0
關閉的拉請求數5
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?