BarsWF feature suggestion
Moderator: BarsMonster
-
- Posts: 2
- Joined: Tue Feb 16, 2010 11:32 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
BarsWF feature suggestion
Hi,
I am really impressed by the speed the software you have coded works with. May I suggest a new feature, that I guess will make it even better.
Can you implement a masked attack with custom positioning of custom charset. What I do mean by this is the following:
Let's say we know the format and charset used for a particular hash we try to recover.
It may have following form:
12AB1-34BB1-231BB
Where only some numbers and letters from the alphabet are used to compute it and the dashes have strict positions. It will save a lot of time if the positions of the well known chars are given via the command line.
Regards,
proletsearch
I am really impressed by the speed the software you have coded works with. May I suggest a new feature, that I guess will make it even better.
Can you implement a masked attack with custom positioning of custom charset. What I do mean by this is the following:
Let's say we know the format and charset used for a particular hash we try to recover.
It may have following form:
12AB1-34BB1-231BB
Where only some numbers and letters from the alphabet are used to compute it and the dashes have strict positions. It will save a lot of time if the positions of the well known chars are given via the command line.
Regards,
proletsearch
- BarsMonster
- Site Admin
- Posts: 1118
- Joined: Wed Oct 01, 2008 7:58 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BarsWF feature suggestion
That was requested many times already, and this feature is not in the top-3 for implementation, unfortunatelyproletsearch wrote:Hi,
I am really impressed by the speed the software you have coded works with. May I suggest a new feature, that I guess will make it even better.
Can you implement a masked attack with custom positioning of custom charset. What I do mean by this is the following:
Let's say we know the format and charset used for a particular hash we try to recover.
It may have following form:
12AB1-34BB1-231BB
Where only some numbers and letters from the alphabet are used to compute it and the dashes have strict positions. It will save a lot of time if the positions of the well known chars are given via the command line.
Regards,
proletsearch

-
- Posts: 2
- Joined: Tue Feb 16, 2010 11:32 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BarsWF feature suggestion
Well, it is enough if this feature is in the implementation queue. Top 3 or top 20, it does not matter 

-
- Posts: 110
- Joined: Fri Nov 07, 2008 6:50 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BarsWF feature suggestion
I'd add that the Cryptohaze multiforcer 0.7 has this feature.
-
- Posts: 1
- Joined: Tue Apr 06, 2010 4:58 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BarsWF feature suggestion
I would suggest a featue to include a pre-string or post-string in the "current_guess" string.
For example, if you're sure the password was ABC?????, where '?' means the unknown digits, BarsWF would form strings like "ABCaaaaa", "ABCaaaab", and so on.
I belive (If I'm not wrong) this would help you to recover 'salt'ed MD5 hashes, like linux's shadow passwords based on md5.
Also, BarsWF Isn't open source? I belive community could contribute to it's development and also appreciate to see how this baby works "under the hood"!
For example, if you're sure the password was ABC?????, where '?' means the unknown digits, BarsWF would form strings like "ABCaaaaa", "ABCaaaab", and so on.
I belive (If I'm not wrong) this would help you to recover 'salt'ed MD5 hashes, like linux's shadow passwords based on md5.
Also, BarsWF Isn't open source? I belive community could contribute to it's development and also appreciate to see how this baby works "under the hood"!
- LordMike
- Posts: 184
- Joined: Tue Feb 10, 2009 8:34 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BarsWF feature suggestion
This is already in the making. It's indeed called "Salted Hashes", and is very... Important 
Also, it is NOT open-source, but free.

Also, it is NOT open-source, but free.
-
- Posts: 1
- Joined: Thu May 06, 2010 9:27 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BarsWF feature suggestion
I am searching for this, too.xtv wrote:I would suggest a featue to include a pre-string or post-string in the "current_guess" string.
For example, if you're sure the password was ABC?????, where '?' means the unknown digits, BarsWF would form strings like "ABCaaaaa", "ABCaaaab", and so on.
I belive (If I'm not wrong) this would help you to recover 'salt'ed MD5 hashes, like linux's shadow passwords based on md5.
Also, BarsWF Isn't open source? I belive community could contribute to it's development and also appreciate to see how this baby works "under the hood"!
I'm using your tool and it just works great

But, as said before, I'm searching for 2 parameters, that definde the start-word and the end-word.
Like you give him "ABC000" and "ABC999" and he tries ABC000, ABC001, and so on.
I also didnt find the way to define the exact charset manually (for example only use "ABC0123456789") via parameter, but I'm not sure if i just didnt find it or you didn't implemented it.
Both, the 2 strings and the charset, would be great for better usage and performance.
Can you tell me, how long it could take to implement both things? 2 Weeks? 2 Months? 1 Year?
Thanks in advance for your answer and.... sorry for any writing-mistake. I'm german

Keep on the work!
Best wishes
spYro
- BarsMonster
- Site Admin
- Posts: 1118
- Joined: Wed Oct 01, 2008 7:58 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: BarsWF feature suggestion
Well, if you would look a little more careful both things are already implemented somewayspYro wrote:Can you tell me, how long it could take to implement both things? 2 Weeks? 2 Months? 1 Year?

Who is online
Users browsing this forum: No registered users and 1 guest