<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Examples</title><link>https://sourceforge.net/p/jbrute/wiki/Examples/</link><description>Recent changes to Examples</description><atom:link href="https://sourceforge.net/p/jbrute/wiki/Examples/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 19 Sep 2013 15:56:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jbrute/wiki/Examples/feed" rel="self" type="application/rss+xml"/><item><title>Examples modified by chalo</title><link>https://sourceforge.net/p/jbrute/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -44,6 +44,9 @@
 **Encrypt a word using md5(sha1()) algorithm with lowercase hexadecimal string intermediate hash**
 $ ./jbrute.sh --encrypt --word=hola --algorithm=19

+**Encrypt a word using md5(sha1(md5())) algorithm with uppercase hexadecimal string intermediate hashes**
+$ ./jbrute.sh --encrypt --word=hola --algorithm=191 --chained_case=UU
+
 **Encrypt a word using md5(sha1()) algorithm with uppercase hexadecimal string intermediate hash**
 $ ./jbrute.sh --encrypt --word=hola --algorithm=19 --chained_case=U

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chalo</dc:creator><pubDate>Thu, 19 Sep 2013 15:56:20 -0000</pubDate><guid>https://sourceforge.netda31ac258eaef27ecbb647dc7702603e1a82cc99</guid></item><item><title>Examples modified by chalo</title><link>https://sourceforge.net/p/jbrute/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -13,17 +13,17 @@

 Decrypt
 -------
-**Decrypt by brute force a md5 hash, with loweralpha-numeric charset, using passwords with length between 1 and 7**
+**Decrypt by brute force a md5 hash, with loweralpha charset, using passwords with length between 1 and 7**
 $ ./jbrute.sh --decrypt --method=brute --algorithm=1 --hash=4d186321c1a7f0f354b297e8914ab240

-**Decrypt by brute force a md5 hash, with loweralpha-numeric charset, using passwords with length between 1 and 5**
+**Decrypt by brute force a md5 hash, with loweralpha charset, using passwords with length between 1 and 5**
 $ ./jbrute.sh --decrypt --method=brute --algorithm=1 --hash=4d186321c1a7f0f354b297e8914ab240 --maxlength=5

-**Decrypt by brute force a md5 hash, with loweralpha-numeric charset, using passwords with length between 3 and 5**
+**Decrypt by brute force a md5 hash, with loweralpha charset, using passwords with length between 3 and 5**
 $ ./jbrute.sh --decrypt --method=brute --algorithm=1 --hash=4d186321c1a7f0f354b297e8914ab240 --minlength=3 --maxlength=5

-**Decrypt by brute force a md5(sha1()) algorithm with lowercase hexadecimal string intermediate hash, with loweralpha charset, using passwords with length between 1 and 7**
-$ ./jbrute.sh --decrypt --method=brute --algorithm=19 --hash=37d2de01465e1b56cb88b65d136f1a94 --charset=loweralpha
+**Decrypt by brute force a md5(sha1()) algorithm with lowercase hexadecimal string intermediate hash, with loweralpha-numeric charset, using passwords with length between 1 and 7**
+$ ./jbrute.sh --decrypt --method=brute --algorithm=19 --hash=37d2de01465e1b56cb88b65d136f1a94 --charset=loweralpha-numeric

 **Decrypt by dictionary method a md5 hash**
 $ ./jbrute.sh --decrypt --method=dictionary --dict_file=all.lst --hash=4d186321c1a7f0f354b297e8914ab240 --algorithm=1
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chalo</dc:creator><pubDate>Thu, 19 Sep 2013 15:54:10 -0000</pubDate><guid>https://sourceforge.netb228c3dff0909c22daff01fc575c77448529dd54</guid></item><item><title>Examples modified by chalo</title><link>https://sourceforge.net/p/jbrute/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -31,6 +31,11 @@
 **Decrypt by dictionary method a md5 hash using a rule file**
 $ ./jbrute.sh --decrypt --method=dictionary --dict_file=all.lst --hash=4d186321c1a7f0f354b297e8914ab240 --algorithm=1 --rule_file=rules.txt

+**Check your rules file**
+$ ./jbrute.sh --decrypt --method=dictionary --dict_file=words.txt --rule_file=rules.txt --stdout
+
+Note: JBrute will not try to decrypt, it will just read the dictionary file "words.txt" and process it with the specifies rules on file "rules.txt".
+
 Encrypt
 -------
 **Encrypt a word using sha512 algorithm**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chalo</dc:creator><pubDate>Wed, 18 Sep 2013 23:51:13 -0000</pubDate><guid>https://sourceforge.net58acf8d2d60f6c6b3c0424f1730cb47d41cf93d3</guid></item><item><title>Examples modified by chalo</title><link>https://sourceforge.net/p/jbrute/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chalo</dc:creator><pubDate>Thu, 05 Sep 2013 20:49:10 -0000</pubDate><guid>https://sourceforge.net115a53469928bb48ba38dd946174cbb4f62e9e2f</guid></item><item><title>Exmpales modified by chalo</title><link>https://sourceforge.net/p/jbrute/wiki/Exmpales/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="examples-of-usage"&gt;Examples of Usage&lt;/h1&gt;
&lt;h2 id="test"&gt;Test&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Test performance for an algorithm&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --test --algorithm=9&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Test performance for an algorithm with 2 threads&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --test --algorithm=9 --threads=2&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Test performance for an algorithm MD5(SHA1()) with lower case hexadecimal intermediate hash&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --test --algorithm=19 --chained_case=L&lt;/p&gt;
&lt;h2 id="decrypt"&gt;Decrypt&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Decrypt by brute force a md5 hash, with loweralpha-numeric charset, using passwords with length between 1 and 7&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --decrypt --method=brute --algorithm=1 --hash=4d186321c1a7f0f354b297e8914ab240&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Decrypt by brute force a md5 hash, with loweralpha-numeric charset, using passwords with length between 1 and 5&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --decrypt --method=brute --algorithm=1 --hash=4d186321c1a7f0f354b297e8914ab240 --maxlength=5&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Decrypt by brute force a md5 hash, with loweralpha-numeric charset, using passwords with length between 3 and 5&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --decrypt --method=brute --algorithm=1 --hash=4d186321c1a7f0f354b297e8914ab240 --minlength=3 --maxlength=5&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Decrypt by brute force a md5(sha1()) algorithm with lowercase hexadecimal string intermediate hash, with loweralpha charset, using passwords with length between 1 and 7&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --decrypt --method=brute --algorithm=19 --hash=37d2de01465e1b56cb88b65d136f1a94 --charset=loweralpha&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Decrypt by dictionary method a md5 hash&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --decrypt --method=dictionary --dict_file=all.lst --hash=4d186321c1a7f0f354b297e8914ab240 --algorithm=1&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Decrypt by dictionary method a md5 hash using a rule file&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --decrypt --method=dictionary --dict_file=all.lst --hash=4d186321c1a7f0f354b297e8914ab240 --algorithm=1 --rule_file=rules.txt&lt;/p&gt;
&lt;h2 id="encrypt"&gt;Encrypt&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Encrypt a word using sha512 algorithm&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --encrypt --word=hola --algorithm=6&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Encrypt a word using md5(sha1()) algorithm with lowercase hexadecimal string intermediate hash&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --encrypt --word=hola --algorithm=19&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Encrypt a word using md5(sha1()) algorithm with uppercase hexadecimal string intermediate hash&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --encrypt --word=hola --algorithm=19 --chained_case=U&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Encrypt a word using md5(sha1()) algorithm with raw intermediate hash&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --encrypt --word=hola --algorithm=19 --chained_case=R&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Encrypt a word using md5(sha1()) algorithm with raw intermediate hash, and uppercase the result&lt;/strong&gt;&lt;br /&gt;
$ ./jbrute.sh --encrypt --word=hola --algorithm=19 --chained_case=R --upper&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chalo</dc:creator><pubDate>Thu, 05 Sep 2013 18:42:36 -0000</pubDate><guid>https://sourceforge.netb45b9111c902d934e9660e2b23994de9206b8922</guid></item></channel></rss>