refactored for rayon and added input file and output file capabilities

This commit is contained in:
2026-05-12 13:17:04 -05:00
parent d8affb25d6
commit d51d84b88a
17 changed files with 71 additions and 75 deletions
+1 -1
View File
@@ -439,5 +439,5 @@ fn main() {
tx.send(OutputMessage::Shutdown).unwrap();
}
write_handler.join().unwrap();
println!("INFO:::done bruteforcing, happy hunting!":::);
println!("INFO:::done bruteforcing, happy hunting!:::");
}