[prev in list] [next in list] [prev in thread] [next in thread] 

List:       full-disclosure
Subject:    [Full-disclosure] Fwd: New version of JBrute
From:       Gonzalo Camino <gonzalocamino () gmail ! com>
Date:       2013-09-26 20:07:05
Message-ID: CALz-PYr+-68UePzGiokPUV6zOgACy9Zn_8-kLZNQnqy9+OdesA () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hey folks,


There's a new version of JBrute, an Open Source, multi-platform tool to
"decrypt" hashed passwords written in Java. It supports both brute-force
and dictionary attack methods, with a built-in rule pre-processor similar
to the JTR one, and it actually supports several standard algorithms and
several algorithms from propietary apps  (like Microsoft SQL Server,
Oracle, SYBASE, and so on).


The change log of the current version:


v0.95:

Date: 26/09/2013

-----

Fixes:

------

 _ "--test --algorithm=A" working now.

 _ Changes in Oracle11g.java class, using constants now (syntax issues).

 _ Performance improved for NTLM algorithm (50% faster).

 _ Performance improved for MSSQL-2000 algorithm (20% faster).

 _ Performance improved for MSSQL-2005 algorithm (15% faster).

 _ Performance improved for MSSQL-2012 algorithm (15% faster).

 _ Performance improved for SYBASE-ASE1502 algorithm (5% faster).


New Functionalities:

--------------------

_ Partial mask support for rule pre-processor. Available masks only on '$'
and '^' simple commands:

a-z, A-Z, 0-9, a-z0-9, a-zA-z, A-Z0-9, a-zA-Z0-9

custom masks (ex: [arx], [789])

_ New insert/delete commands supported: '[', ']' and 'DN' (no need to
escape from '[' or ']')


Download page: https://sourceforge.net/projects/jbrute/files/latest/download


Homepage           - https://sourceforge.net/projects/jbrute

Blog                    - https://sourceforge.net/p/jbrute/blog

Documentation     - https://sourceforge.net/p/jbrute/wiki/Home

Author                 - Gonzalo Camino

License               - GNU General Public License version 3.0 (GPLv3)


Please, take a time to test it and send me comments! I need volunteers for
deep testing.


Cheers,

Gonzalo.

[Attachment #5 (text/html)]

<div dir="ltr">Hey folks,<br><div class="gmail_quote"><div dir="ltr">
<p><br></p>
<p>There&#39;s a new version of JBrute, an Open Source, multi-platform tool to \
&quot;decrypt&quot; hashed passwords written in Java. It supports both brute-force and \
dictionary attack methods, with a built-in rule pre-processor similar to the JTR one, and it \
actually supports several standard algorithms and several algorithms from propietary apps  \
(like Microsoft SQL Server, Oracle, SYBASE, and so on).</p>


<p><br></p>
<p>The change log of the current version:</p>
<p><br></p>
<p>v0.95:</p><p><span class="" style="white-space:pre">	</span>Date: 26/09/2013</p><p><span \
class="" style="white-space:pre">	</span>-----</p><p><span class="" \
style="white-space:pre">	</span>Fixes:</p><p><span class="" \
style="white-space:pre">	</span>------</p> <p><span class="" style="white-space:pre">	</span> \
<span class="" style="white-space:pre">	</span>_ &quot;--test --algorithm=A&quot; working \
now.</p><p><span class="" style="white-space:pre">	</span> <span class="" \
style="white-space:pre">	</span>_ Changes in Oracle11g.java class, using constants now (syntax \
issues).</p> <p><span class="" style="white-space:pre">	</span> <span class="" \
style="white-space:pre">	</span>_ Performance improved for NTLM algorithm (50% \
faster).</p><p><span class="" style="white-space:pre">	</span> <span class="" \
style="white-space:pre">	</span>_ Performance improved for MSSQL-2000 algorithm (20% \
faster).</p> <p><span class="" style="white-space:pre">	</span> <span class="" \
style="white-space:pre">	</span>_ Performance improved for MSSQL-2005 algorithm (15% \
faster).</p><p><span class="" style="white-space:pre">	</span> <span class="" \
style="white-space:pre">	</span>_ Performance improved for MSSQL-2012 algorithm (15% \
faster).</p> <p><span class="" style="white-space:pre">	</span> <span class="" \
style="white-space:pre">	</span>_ Performance improved for SYBASE-ASE1502 algorithm (5% \
faster).<span class="" style="white-space:pre">	</span></p><p><br></p> <p><span class="" \
style="white-space:pre">	</span>New Functionalities:</p><p><span class="" \
style="white-space:pre">	</span>--------------------</p><p><span class="" \
style="white-space:pre">		</span>_ Partial mask support for rule pre-processor. Available masks \
only on &#39;$&#39; and &#39;^&#39; simple commands:</p> <p><span class="" \
style="white-space:pre">			</span>a-z, A-Z, 0-9, a-z0-9, a-zA-z, A-Z0-9, a-zA-Z0-9</p><p><span \
class="" style="white-space:pre">			</span>custom masks (ex: [arx], [789])</p><p><span class="" \
style="white-space:pre">		</span>_ New insert/delete commands supported: &#39;[&#39;, \
&#39;]&#39; and &#39;DN&#39; (no need to escape from &#39;[&#39; or &#39;]&#39;)</p>

<p><br></p>
<p><span>Download page: <a href="https://sourceforge.net/projects/jbrute/files/latest/download" \
target="_blank"><span>https://sourceforge.net/projects/jbrute/files/latest/download</span></a></span></p>
 <p><br></p>
<p><span>Homepage           - <a href="https://sourceforge.net/projects/jbrute" \
target="_blank"><span>https://sourceforge.net/projects/jbrute</span></a></span></p> \
<p><span>Blog                    - <a href="https://sourceforge.net/p/jbrute/blog" \
target="_blank"><span>https://sourceforge.net/p/jbrute/blog</span></a></span></p> \
<p><span>Documentation     - <a href="https://sourceforge.net/p/jbrute/wiki/Home" \
target="_blank"><span>https://sourceforge.net/p/jbrute/wiki/Home</span></a></span></p> \
<p>Author                 - Gonzalo Camino</p> <p>License               - GNU General Public \
License version 3.0 (GPLv3)</p> <p><br></p>
<p>Please, take a time to test it and send me comments! I need volunteers for deep testing.</p>
<p><br></p>
<p>Cheers,</p>
<p>Gonzalo.</p></div>
</div><br></div>



_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic