<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hash Archives - Tech Chronicles</title>
	<atom:link href="http://kostacipo.stream/tag/hash/feed/" rel="self" type="application/rss+xml" />
	<link>http://kostacipo.stream/tag/hash/</link>
	<description>Ramblings of a Tech Dude</description>
	<lastBuildDate>Fri, 13 Dec 2019 13:25:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://kostacipo.stream/wp-content/uploads/2019/12/cropped-profile-32x32.jpg</url>
	<title>hash Archives - Tech Chronicles</title>
	<link>http://kostacipo.stream/tag/hash/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>HashCobra &#8211; Hash Cracking Tool</title>
		<link>http://kostacipo.stream/hashcobra-hash-cracking-tool/</link>
					<comments>http://kostacipo.stream/hashcobra-hash-cracking-tool/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Fri, 13 Dec 2019 13:25:30 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[hash]]></category>
		<guid isPermaLink="false">http://www.kostacipo.stream/?p=1469</guid>

					<description><![CDATA[<p>&#160; This is hashcobra Hash Cracking tool. Usage $ ./hashcobra -H --==[ hashcobra by sepehrdad ]==-- usage: hashcobra -o &#60;opr&#62; [options] &#124; [misc] options: -a &#60;alg&#62; - hashing algorithm [default: md5] - ? to list available algorithms -c &#60;alg&#62; - compression algorithm [default: zstd] - ? to list available algorithms -h &#60;hash&#62; - hash to [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/hashcobra-hash-cracking-tool/">HashCobra &#8211; Hash Cracking Tool</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p>This is hashcobra Hash <a title="Cracking" href="https://www.kitploit.com/search/label/Cracking" target="_blank" rel="noopener noreferrer">Cracking</a> tool.</p>
<p><b>Usage</b></p>
<pre><code>$ ./hashcobra -H
--==[ hashcobra by sepehrdad ]==--

usage:

  hashcobra -o &lt;opr&gt; [options] | [misc]

options:

  -a &lt;alg&gt;     - <a title="hashing" href="https://www.kitploit.com/search/label/Hashing" target="_blank" rel="noopener noreferrer">hashing</a> algorithm [default: md5]
               - ? to list available algorithms
  -c &lt;alg&gt;     - compression algorithm [default: zstd]
               - ? to list available algorithms
  -h &lt;hash&gt;    - hash to crack
  -r &lt;path&gt;    - rainbow table path [default: hashcobra.db]
  -d &lt;path&gt;    - dictionary file path
  -o &lt;opr&gt;     - operation to do
               - ? to list available operations
misc:

  -V           - show version
  -H           - show help

example:

  # Create md5 rainbow table with zstd compression from rockyou.txt
  $ hashcobra -o create -d rockyou.txt

  # Create sha512 rainbow table wit   h no compression from darkc0de.lst
  $ hashcobra -o create -a sha512 -c none -r rt.db -d darkc0de.lst

  # Crack 1a1dc91c907325c69271ddf0c944bc72 using rt.db
  $ hashcobra -h 1a1dc91c907325c69271ddf0c944bc72 -r rt.db
</code></pre>
<p><b>Description</b><br />This tool uses Rainbow tables for cracking <a title="hashes" href="https://www.kitploit.com/search/label/Hashes" target="_blank" rel="noopener noreferrer">hashes</a> <br />This makes it to be really fast and a lot faster than traditional hash cracker.<br /><a name="more"></a></p>
<p><b>Build Prerequisites</b></p>
<ul>
<li><a title="Make" href="https://www.gnu.org/software/make/" target="_blank" rel="nofollow noopener noreferrer">Make</a> is required.</li>
<li><a title="GCC" href="https://gcc.gnu.org/" target="_blank" rel="nofollow noopener noreferrer">GCC</a> 8.0 or above is required.</li>
<li><a title="Rocksdb" href="https://github.com/facebook/rocksdb" target="_blank" rel="nofollow noopener noreferrer">Rocksdb</a> most recent verison is required.</li>
<li><a title="Openssl" href="https://github.com/openssl/openssl" target="_blank" rel="nofollow noopener noreferrer">Openssl</a> most recent verison is required.</li>
</ul>
<p><b>Building</b></p>
<pre><code>$ make</code></pre>
<p><b>LEGAL NOTICE</b><br />THIS SOFTWARE IS PROVIDED FOR EDUCATIONAL USE ONLY! IF YOU ENGAGE IN ANY ILLEGAL ACTIVITY THE AUTHOR DOES NOT TAKE ANY RESPONSIBILITY FOR IT. BY USING THIS SOFTWARE YOU AGREE WITH THESE TERMS.</p>
<div><b><a class="kiploit-download" title="Download Hashcobra" href="https://github.com/sepehrdaddev/hashcobra" target="_blank" rel="nofollow noopener noreferrer">Download Hashcobra</a></b></div>
<p>The post <a href="http://kostacipo.stream/hashcobra-hash-cracking-tool/">HashCobra &#8211; Hash Cracking Tool</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/hashcobra-hash-cracking-tool/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
