<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hydra on rchitect</title><link>https://www.rchitect.in/tags/hydra/</link><description>Recent content in Hydra on rchitect</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 20 Mar 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://www.rchitect.in/tags/hydra/index.xml" rel="self" type="application/rss+xml"/><item><title>Bruteforce using Hydra</title><link>https://www.rchitect.in/posts/hydra/</link><pubDate>Sun, 20 Mar 2022 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/hydra/</guid><description>&lt;h1 id="bruteforce-using-hydra"&gt;
 Bruteforce using Hydra
 &lt;a class="heading-link" href="#bruteforce-using-hydra"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;To use Hydra we need to mainly identify 4 Parameters:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;&amp;lt;IP Address&amp;gt; = &amp;#34;&amp;#34;

&amp;lt;Login Page&amp;gt; = &amp;#34;&amp;#34;

&amp;lt;Request Body&amp;gt; = &amp;#34;&amp;#34;

&amp;lt;Error Message&amp;gt; =&amp;#34;&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To identify these parameters, lets intercept the request with Burp.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.rchitect.in/images/walk/Nineveh/4.png" alt="hydra"&gt;&lt;/p&gt;
&lt;p&gt;Based on the intercepted values, I have filled the values for HTTPS site subdomain&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;= &amp;ldquo;10.10.10.43&amp;rdquo;&lt;/p&gt;
&lt;p&gt;= &amp;ldquo;/db/index.php&amp;rdquo;&lt;/p&gt;
&lt;p&gt;= &amp;ldquo;^PASS^&amp;amp;login=Log+In&amp;amp;proc_login=true&amp;rdquo;&lt;/p&gt;
&lt;p&gt;=&amp;ldquo;Incorrect password.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Now Formulate the bruteforce command using hydra. For using hydra always username is required. In this case we can give any fixed value. Remember to use &amp;ldquo;https-post-form&amp;rdquo; as its a ssl website.&lt;/p&gt;</description></item></channel></rss>