Crack wifi Protect setup (WPS) to access wifi network

Reaver performs a brute force attack against an access point's WiFi Protected Setup pin number. Once the WPS pin is found, the WPA PSK can be recovered and alternately the ...

Screen Shot 2011-12-31 at 4.11.22 PM

Cracking WEP no clients from Virtual Machine

Ok another WEP cracking guide because I just felt there wasn't enough out there already :-) I am going to crack my wireless access point with a Macbook pro running Backtrack ...

Screen Shot 2011-11-28 at 10.19.06 PM

New Website

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 ...

Customizable message area. Check the theme option page to configure this.

Posted by Sillychicken On January - 1 - 2012 0 Comment

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 = “Your View Controller”

if you use [self.window addSubview:"Your View Controller".view] you will end up being 20px out

Posted by Sillychicken On December - 31 - 2011 3 Comments
Screen Shot 2011-12-31 at 4.11.22 PM

Reaver performs a brute force attack against an access point’s WiFi Protected Setup pin number. Once the WPS pin is found, the WPA PSK can be recovered and alternately the AP’s wireless settings can be reconfigured.

Requires linux

 

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’t work against my Belkin N300

Posted by Sillychicken On November - 28 - 2011 5 Comments
Screen Shot 2011-11-28 at 10.19.06 PM

Ok another WEP cracking guide because I just felt there wasn’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

My setup is as follows

  • Backtrack 5 R1 VM
  • USB Alfa AWUS036H (100mW) wifi adapter with 5dB arial (Very cheap off eBay and a lot with free delivery out there)

(more…)

Posted by Sillychicken On November - 16 - 2011 0 Comment

Oops our hosting plan ran out of bandwidth but all is right again.

Posted by Sillychicken On October - 22 - 2011 0 Comment

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.

 

Posted by Sillychicken On October - 12 - 2011 0 Comment

 

 

Posted by Sillychicken On October - 10 - 2011 0 Comment

A quick guide to get your ASUS WL-520GC back to factory firmware if you have a bad flash (AKA Bricked).

 

You will need;

 

1. ASUS Firmware utility

2. Original firmware

 

You can find both of the above from the ASUS website or simply download from links below

(more…)

Posted by Sillychicken On October - 6 - 2011 11 Comments
hydra_cmd

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

(more…)

Posted by Sillychicken On August - 22 - 2011 22 Comments

Aircrack would not play nice on Ubuntu with a Intel Wireless iwl3945 wifi adapter

It would always say “mon0 is on channel -1, but the AP uses channel x”

 

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’t already have them, if you do skip the first command

 

Code:

sudo apt-get install linux-headers-$(uname -r)
wget http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.6/compat-wireless-3.6.2-1.tar.bz2
tar -jxf compat-wireless-3.6.2-1.tar.bz2
cd compat-wireless-3.6.2-1
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

Posted by Sillychicken On July - 22 - 2011 1 Comment

Standard bridge mode does not allow wifi clients to connect to the ASUS running DD-WRT only wired clients…. But if you use repeater bridge mode you can have wired and wifi clients accessing the bridge extending your network.

 

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 !!

 

(more…)