sajattack / nidcracker

Bruteforces PSP NIDs in parallel with Rust.

Home Page:https://psp-re.github.io/blog/nid-cracking/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nidcracker

Bruteforces PSP NIDs in parallel with Rust.

Install Rust

https://rustup.rs/

Modify the input files

  • module-names.txt is the list of prefixes to try in combination with the words in wordlist.txt
  • wordlist.txt is a list of words to try permutations of to generate a NID
  • unknown_nids.txt is a list of nids to match against

Let 'er rip

cargo run --release

About

Bruteforces PSP NIDs in parallel with Rust.

https://psp-re.github.io/blog/nid-cracking/

License:MIT License


Languages

Language:Rust 100.0%