Removing Bad Hashes
#11
@Hash-IT:: Replaying to your PM too:

What you want to do can be easily done using the following RegEx command:
Code:
^00000[^0]
This will remove any line starting with five zeros AND followed by any character other than a zero.

However, I can't see any point of doing that. Even if the hash starts with seven zeros, it is still a masked hash.
The chances of generating an SHA-1 hash starting with five zeros in a row are little to nothing!

Just to make everything clear.
Hash-IT is probably using ULM as a RegEx text editor, all the grep stuff won't do any good here.
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