An open API service indexing awesome lists of open source software.

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.

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`