slow_candidates doesnt work
#4
(08-22-2024, 02:07 PM)Scanel-sys Wrote:
(08-22-2024, 01:56 PM)penguinkeeper Wrote: There's no reason to use --slow-candidates with --stdout but it's rather strange that it's outputting nulls

I would like to generate passwords on CPU and pass it to stdout
Is it wrong?

--slow-candidates has nothing to do where the passwords are generated its a more complex password generator when it comes to bruteforce (and i think markov chains, like on normal bruteforce are definitly a part of it ) 

but yeah i can confirm, --slow-candidtes is outputting binary 00 0d 0a

000d 0a00 0d0a 000d 0a00 0d0a 000d 0a00
0d0a 000d 0a00 0d0a 000d 0a00 0d0a 000d
0a00 0d0a 000d 0a00 0d0a 000d 0a00 0d0a
000d 0a00 0d0a 000d 0a00 0d0a 000d 0a00
0d0a 000d 0a00 0d0a 000d 0a00 0d0a

just remove thiis part and you get your desired output (ordered output when using --markov-disable)
Reply


Messages In This Thread
slow_candidates doesnt work - by Scanel-sys - 08-22-2024, 01:09 PM
RE: slow_candidates doesnt work - by Scanel-sys - 08-22-2024, 02:07 PM
RE: slow_candidates doesnt work - by Snoopy - 08-26-2024, 11:30 AM
RE: slow_candidates doesnt work - by Scanel-sys - 08-26-2024, 12:54 PM
RE: slow_candidates doesnt work - by Snoopy - 08-26-2024, 04:57 PM
RE: slow_candidates doesnt work - by Scanel-sys - 08-27-2024, 09:58 AM
RE: slow_candidates doesnt work - by Snoopy - 08-27-2024, 11:18 AM
RE: slow_candidates doesnt work - by Scanel-sys - 08-28-2024, 10:49 AM