<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing THC-Hydra 5.7 on Ubuntu Lucid Lynx 10.04</title>
	<atom:link href="http://edwincastillo.com/archives/95/feed" rel="self" type="application/rss+xml" />
	<link>http://edwincastillo.com/archives/95</link>
	<description>The life of a Systems Engineer</description>
	<lastBuildDate>Sun, 18 Dec 2011 02:35:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tinez</title>
		<link>http://edwincastillo.com/archives/95#comment-190</link>
		<dc:creator>Tinez</dc:creator>
		<pubDate>Mon, 05 Sep 2011 16:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://edwincastillo.com/?p=95#comment-190</guid>
		<description>The command i type to crack my router password is:
&quot;hydra 192.168.2.1 -L /wordlists/login.txt -P /wordlists/ap_password.txt -t 1 -e ns -v -f http-get /loginpserr.htm &quot;

Thx!</description>
		<content:encoded><![CDATA[<p>The command i type to crack my router password is:<br />
&#8220;hydra 192.168.2.1 -L /wordlists/login.txt -P /wordlists/ap_password.txt -t 1 -e ns -v -f http-get /loginpserr.htm &#8221;</p>
<p>Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tinez</title>
		<link>http://edwincastillo.com/archives/95#comment-189</link>
		<dc:creator>Tinez</dc:creator>
		<pubDate>Mon, 05 Sep 2011 15:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://edwincastillo.com/?p=95#comment-189</guid>
		<description>Hi, Thanks for Tutorial!

I have installed Hydra very well. But i have this error message when i tried to crack my router password using hydra:
&quot; Error: File for logins not found!&quot; 

Please, may you help me. I have forgotten my router password and don&#039;t want to reset.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for Tutorial!</p>
<p>I have installed Hydra very well. But i have this error message when i tried to crack my router password using hydra:<br />
&#8221; Error: File for logins not found!&#8221; </p>
<p>Please, may you help me. I have forgotten my router password and don&#8217;t want to reset.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hydra / Bruteforce &#171; cyberiacomplex</title>
		<link>http://edwincastillo.com/archives/95#comment-187</link>
		<dc:creator>Hydra / Bruteforce &#171; cyberiacomplex</dc:creator>
		<pubDate>Tue, 09 Aug 2011 11:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://edwincastillo.com/?p=95#comment-187</guid>
		<description>[...]     -&gt; Hydra 5.4 Ubuntu 10.04 &#8216;Lucid Lynx&#8217;: http://edwincastillo.com/archives/95     -&gt; Hydra 5.7 Ubuntu 10.10 &#8216;Maverick [...]</description>
		<content:encoded><![CDATA[<p>[...]     -&gt; Hydra 5.4 Ubuntu 10.04 &#8216;Lucid Lynx&#8217;: http://edwincastillo.com/archives/95     -&gt; Hydra 5.7 Ubuntu 10.10 &#8216;Maverick [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://edwincastillo.com/archives/95#comment-185</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Mon, 13 Jun 2011 13:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://edwincastillo.com/?p=95#comment-185</guid>
		<description>Try creating the non-standard man directory;
sudo mkdir /usr/local/man/man1

than try sudo make install again.</description>
		<content:encoded><![CDATA[<p>Try creating the non-standard man directory;<br />
sudo mkdir /usr/local/man/man1</p>
<p>than try sudo make install again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian</title>
		<link>http://edwincastillo.com/archives/95#comment-184</link>
		<dc:creator>Kristian</dc:creator>
		<pubDate>Sun, 12 Jun 2011 00:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://edwincastillo.com/?p=95#comment-184</guid>
		<description>I have followed the instructions carefully, but as I type in the command in the last step, the installation fails. This is what I come up with:

Now type make install
kristian@ubuntu:~/hydra-6.3-src$ sudo makeinstall
sudo: makeinstall: command not found
kristian@ubuntu:~/hydra-6.3-src$ sudo make install
strip hydra pw-inspector
echo OK &gt; /dev/null &amp;&amp; test -x xhydra &amp;&amp; strip xhydra &#124;&#124; echo OK &gt; /dev/null
cp hydra pw-inspector /usr/local/bin &amp;&amp; cd /usr/local/bin &amp;&amp; chmod 755 hydra pw-inspector
echo OK &gt; /dev/null &amp;&amp; test -x xhydra &amp;&amp; cp xhydra /usr/local/bin &amp;&amp; cd /usr/local/bin &amp;&amp; chmod 755 xhydra &#124;&#124; echo OK &gt; /dev/null
cp -f hydra.1 xhydra.1 pw-inspector.1 /usr/local/man/man1
cp: target `/usr/local/man/man1&#039; is not a directory
make: *** [install] Error 1
kristian@ubuntu:~/hydra-6.3-src$ 

I am using ubuntu 11.04, and as it is hydra 6.3 I am installing I have of cause change the command to this. Hope you can help me?

Thanks</description>
		<content:encoded><![CDATA[<p>I have followed the instructions carefully, but as I type in the command in the last step, the installation fails. This is what I come up with:</p>
<p>Now type make install<br />
kristian@ubuntu:~/hydra-6.3-src$ sudo makeinstall<br />
sudo: makeinstall: command not found<br />
kristian@ubuntu:~/hydra-6.3-src$ sudo make install<br />
strip hydra pw-inspector<br />
echo OK &gt; /dev/null &amp;&amp; test -x xhydra &amp;&amp; strip xhydra || echo OK &gt; /dev/null<br />
cp hydra pw-inspector /usr/local/bin &amp;&amp; cd /usr/local/bin &amp;&amp; chmod 755 hydra pw-inspector<br />
echo OK &gt; /dev/null &amp;&amp; test -x xhydra &amp;&amp; cp xhydra /usr/local/bin &amp;&amp; cd /usr/local/bin &amp;&amp; chmod 755 xhydra || echo OK &gt; /dev/null<br />
cp -f hydra.1 xhydra.1 pw-inspector.1 /usr/local/man/man1<br />
cp: target `/usr/local/man/man1&#8242; is not a directory<br />
make: *** [install] Error 1<br />
kristian@ubuntu:~/hydra-6.3-src$ </p>
<p>I am using ubuntu 11.04, and as it is hydra 6.3 I am installing I have of cause change the command to this. Hope you can help me?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://edwincastillo.com/archives/95#comment-177</link>
		<dc:creator>M</dc:creator>
		<pubDate>Sun, 17 Apr 2011 00:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://edwincastillo.com/?p=95#comment-177</guid>
		<description>Thanks, I had the same error and installing that package worked</description>
		<content:encoded><![CDATA[<p>Thanks, I had the same error and installing that package worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teage</title>
		<link>http://edwincastillo.com/archives/95#comment-176</link>
		<dc:creator>teage</dc:creator>
		<pubDate>Tue, 05 Apr 2011 00:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://edwincastillo.com/?p=95#comment-176</guid>
		<description>followed directions and works perfect. thank you.</description>
		<content:encoded><![CDATA[<p>followed directions and works perfect. thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jochen M.</title>
		<link>http://edwincastillo.com/archives/95#comment-175</link>
		<dc:creator>Jochen M.</dc:creator>
		<pubDate>Sat, 02 Apr 2011 22:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://edwincastillo.com/?p=95#comment-175</guid>
		<description>A Tutorial in German language for ubuntu 10.10 and hydra 6.1 is found here: http://php-faq.eu/content/6/3/de/installations-anleitung-thc_hydra-61-in-ubuntu-1010.html</description>
		<content:encoded><![CDATA[<p>A Tutorial in German language for ubuntu 10.10 and hydra 6.1 is found here: <a href="http://php-faq.eu/content/6/3/de/installations-anleitung-thc_hydra-61-in-ubuntu-1010.html" rel="nofollow">http://php-faq.eu/content/6/3/de/installations-anleitung-thc_hydra-61-in-ubuntu-1010.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Carlos Ramos Carmenates</title>
		<link>http://edwincastillo.com/archives/95#comment-162</link>
		<dc:creator>Jose Carlos Ramos Carmenates</dc:creator>
		<pubDate>Sun, 13 Feb 2011 18:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://edwincastillo.com/?p=95#comment-162</guid>
		<description>Estimado colega:

     Yo lo instale de maravilla sin ningún tipo de dificultad en 10.04, aquí dejo plasmado los pasos que realicé:

1- descargarlo de http://freeworld.thc.org/releases/hydra-6.1-src.tar.gz
2- tar -xvzf hydra-6.1-src.tar.gz
3- cd  hydra-6.1-src/
4- ./configure
5- make
6- sudo make install
y por útimo para hacer uso de el con su entorno gráfico, por su puesto, más cómodo:
7- xhydra

Espero que te funcione correctamente, en caso de problema no dudes en contactarme.


Jose Carlos Ramos Carmenates
jramoscarmenates@gmail.com
Saludos</description>
		<content:encoded><![CDATA[<p>Estimado colega:</p>
<p>     Yo lo instale de maravilla sin ningún tipo de dificultad en 10.04, aquí dejo plasmado los pasos que realicé:</p>
<p>1- descargarlo de <a href="http://freeworld.thc.org/releases/hydra-6.1-src.tar.gz" rel="nofollow">http://freeworld.thc.org/releases/hydra-6.1-src.tar.gz</a><br />
2- tar -xvzf hydra-6.1-src.tar.gz<br />
3- cd  hydra-6.1-src/<br />
4- ./configure<br />
5- make<br />
6- sudo make install<br />
y por útimo para hacer uso de el con su entorno gráfico, por su puesto, más cómodo:<br />
7- xhydra</p>
<p>Espero que te funcione correctamente, en caso de problema no dudes en contactarme.</p>
<p>Jose Carlos Ramos Carmenates<br />
<a href="mailto:jramoscarmenates@gmail.com">jramoscarmenates@gmail.com</a><br />
Saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://edwincastillo.com/archives/95#comment-28</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 04 Nov 2010 13:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://edwincastillo.com/?p=95#comment-28</guid>
		<description>also, where can i get xhydra? does that come with this installation?</description>
		<content:encoded><![CDATA[<p>also, where can i get xhydra? does that come with this installation?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

