https://github.com/sajattack/nidcracker
Bruteforces PSP NIDs in parallel with Rust.
https://github.com/sajattack/nidcracker
psp
Last synced: 5 months ago
JSON representation
Bruteforces PSP NIDs in parallel with Rust.
- Host: GitHub
- URL: https://github.com/sajattack/nidcracker
- Owner: sajattack
- License: mit
- Created: 2020-10-13T00:14:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T05:43:33.000Z (over 2 years ago)
- Last Synced: 2025-01-03T00:36:32.029Z (over 1 year ago)
- Topics: psp
- Language: Rust
- Homepage: https://psp-re.github.io/blog/nid-cracking/
- Size: 24.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`