Removing Bad Hashes
#9
Thank you for your help Smile

Hmm... I see the problem, it is difficult isn't it.

I guess the only solution is "maybe" to suspect hashes with more than a certain amount of repeated characters is less likely to be a real hash.

So more than x sequential characters = bad hash ?

I suppose a rough way to filter linkedin for example, would be to say more than 4 sequential 0000 is a bad hash ?

I am still fumbling around with RegEx, I got this far ...

^(00000) but still get hashes with 000000 six zero's.

Just now trying to work out how to say select any line that starts with ooooo but not if the sixth character is a 0.

Nothing important I am just trying to learn more about RegEx as I can see how powerful it is, it just needs a better user !! Big Grin
Reply


Messages In This Thread
Removing Bad Hashes - by Hash-IT - 07-07-2012, 04:40 PM
RE: Removing Bad Hashes - by undeath - 07-07-2012, 07:08 PM
RE: Removing Bad Hashes - by Hash-IT - 07-07-2012, 07:55 PM
RE: Removing Bad Hashes - by undeath - 07-07-2012, 10:50 PM
RE: Removing Bad Hashes - by Hash-IT - 07-08-2012, 01:18 AM
RE: Removing Bad Hashes - by radix - 07-08-2012, 06:20 AM
RE: Removing Bad Hashes - by Hash-IT - 07-08-2012, 11:38 AM
RE: Removing Bad Hashes - by epixoip - 07-08-2012, 01:45 PM
RE: Removing Bad Hashes - by Hash-IT - 07-08-2012, 01:58 PM
RE: Removing Bad Hashes - by undeath - 07-08-2012, 04:52 PM
RE: Removing Bad Hashes - by Hash-IT - 07-08-2012, 07:10 PM
RE: Removing Bad Hashes - by M@LIK - 07-08-2012, 04:53 PM
RE: Removing Bad Hashes - by M@LIK - 07-08-2012, 07:36 PM
RE: Removing Bad Hashes - by Carlene - 08-21-2012, 03:11 PM