web analytics

How to: Hack Eircom & UPC Internet – WPA & WPA-2 Cracking With Reaver

Note: Time for some shameless self promotion: www.inter-ireland.com for granite worktops in ireland & www.kildarepainter.com for a painter in kildare

With WPA & WPA2 encrypted networks becoming standard in Ireland there are a vast amount of people trying to crack Eircom & UPC wireless connections without any success. In general a WPA/2 attack can take up to several billion years to crack (thats no joke) however in recently a new security hole was found that allows new devices to be cracked in less then 10 hours.

A new & free open source tool called Reaver exploits a massive security hole in wireless modems/routers and can crack up to 95% of devices used in Ireland today. A built in feature in most routers called “WiFi Protected Setup” is the culprit and it literally makes billions of devices across the globe susceptible to attack including many government agencies networks and large commercial networks like Google, Microsoft & eBay. Not only that but many of our home devices now have WiFi Protected Setup built into their hardware and software which means your network as well as mine could very well have already been cracked by some wardriving geek!

You might find yourself asking “What is a “WiFi Protected Setup?”. Basically WPS makes some devices like printers or other network devices connect to your network without requiring the WPA key.

Anyway simply for educational purposes ;) here’s how to crack Eircom & UPC networks protected with WPA Encryption which have the WPS feature installed using Reaver on Backtrack 5.

____________________________________________________________

Note: Hacking Networks without authorized access is Illegal – So get permission first!

____________________________________________________________

Requirements

  • Backtrack 5

A linux based hackers operating system (PTD). You can download it for free here: http://www.backtrack-linux.org/downloads/

  • Reaver

I’ll show you how to install this on Backtrack later on.

  • Alpha USB Network Interface (AWUS036H)

Depending on your machine you might not have a compatible wireless interface. I use the Alpha device named above. Its a powerful machine and works great for cracking and hacking all sorts of tools. You can buy one here: USB Wireless Network Device

  • A target network protected with WPA / WPA2

Obviously the network your attacking must have WPS running. If it doesn’t then your looking at a failed attack and several billion years at cracking that network.

____________________________________________________________

Lets get started

Install Backtrack 5 onto your machine (a laptop is ideal if you plan to wardrive). If your running a live DVD or you installed it from a DVD then there is a good chance you will need to install Reaver to your machine. This only takes a few minutes and its quite simple to do. With Backtrack up and running connect your wireless or ethernet port to your internet connection and establish a connection. You can verify you are connected by opening up Firefox and navigating to www.google.com.

Now open up a new shell window (terminal) and type the following:

apt-get update

After the update type the following into the shell:

apt-get install reaver

If all went well and your computer hasn’t exploded then Reaver should now have installed. If your running a live version of Backtrack (not installed) then you will have to have an internet connection every time you reboot your computer to get this update. If you installed Backtrack to your machine (either as a virtual machine or on a partition then you won’t need to keep doing this).

If your connected to a wireless network then go ahead and disconnect it. You can do this by opening Wicd Network manager and clicking disconnect. (mess about in Backtrack for a while to learn where these settings are).

Next you need to get your wireless card’s interface name. To do this open up a new shell window and type in the following:

iwconfig

You should see an interface name like wlan0. If you have a weird setup or different devices on your computer then it might be named different. You should be able to identify it quite easily. You will need to remember this so grab a pen and paper and write down your interface name.

Next we need to put the interface into “monitor mode”. Open up a new shell window and type in the following (changing wlan0 for your device name)

airmon-ng start wlan0

Doing this will show you the monitor mode interface name. This will probably be something like “mon0″. You should write this down on your piece of paper as we will also need this later on.

Next we need to find the BSSID of the router we want to crack. This is the unique identifier of the router/modem we will be trying to crack. We need this so we can tell Reaver we want it to attack this network and not every network it sees. To find the BSSID open up a new shell window and type the following command (replacing “wlan0″ with your wireless interface name):

airodump-ng wlan0

You will now see a bunch of networks that your wireless device can see. Look under the Under the CNC column and you will see the encryption type on the networks. Pick a network with WPA or WPA2 encryption and then press “Ctrl + C” to stop the card searching for more networks. Now write down the BSSID of the network you want to attack. The BSSID will be visible on the right side of the screen as a series of letters, numbers and colons.

____________________________________________________________

NOTE: You might want to change your MAC address now. This is a unique identifier which only your wireless interface has. Its a good reason to change this if you are trying to spoof your identity, otherwise the attack could be traced back to your computer if somebody was to investigate it deep enough. To change your MAC address check this article i wrote a while back (it opens in a new page): http://insanitypop.com/2012/01/changing-your-mac-address-in-windows-osx-10-7-backtrack-5/

____________________________________________________________

Next job is to get started with Reaver and begin cracking the network. If you have a bunch of shell windows open you can close them and open up a new shell window. A neat computer is a productive computer ;)

Type in the following into the shell window. Replace mon0 with your monitor mode interface ID and replace “AA:BB:CC:DD:EE:FF” with the BSSID you want to crack

reaver -i mon0 -b AA:BB:CC:DD:EE:FF -vv

Now run the command and Reaver will begin to crack the network. Reaver does this by trying a series of PINs on the router via a brute force attack. This can take up to 10 hours tom complete but eventually if WPS is enabled on the router then Reaver will have the code cracked. In most cases it took me around 2 to 3 hours to crack WPA networks using Reaver.

Eventually you will see something like the following printed on your screen:

[+]WPS PIN: '73848219'
[+]WPS PSK: 'XXXXXXXX"
[+]AP SSID: 'CISCO'

Your golden ticked is “WPS PSK”. This code will give you full access to the wireless network which opens it up for internal attacks, digging and all sorts of havoc!

Enjoy ;)

Tags: , , , , , , , , , , , , , , , , , , , , , , , , ,

77 Responses to “How to: Hack Eircom & UPC Internet – WPA & WPA-2 Cracking With Reaver”

  1. Darren January 27, 2012 at 12:47 am #

    Nice post Ross, Looking forward to your next one

    • Gudrun May 15, 2013 at 9:42 pm #

      So how will also the solar industry be able in order to cost to the specified levels?
      But off grid sites are much considerably more complex than power tied systems.

  2. index February 2, 2012 at 6:46 pm #

    Sorry mate, but this way of cracking is not actual anymore. No one of about 30 Eircom and UPC routers I’ve tried had an open WPS. They’re all locked.

    • rcanpolat February 2, 2012 at 8:00 pm #

      It depends on the router model and the user knows to turn off the feature. I’ve had plenty of success in my local area using this method.

      I suggest then doing a GPU accellerated offline dictionary attack on the WPA networks if your not having any success with WPS.

      • internships abroad October 19, 2012 at 3:55 am #

        You need to take part in a contest for one of the highest
        quality websites on the net. I most certainly will highly recommend this blog!

        • rcanpolat October 20, 2012 at 6:52 pm #

          Wow, thanks for the kind comment :)

  3. m magd May 28, 2012 at 4:29 pm #

    magd

  4. paul June 18, 2012 at 9:42 pm #

    hi guys, just wondering do i need a rainbow table. If so what is best one, Thanks in advanced

    • rcanpolat June 18, 2012 at 10:14 pm #

      Standard attacks against WPA networks involve the computation of rainbow tables based on a dictionary of potential keys and the name (SSID) of the network being attacked. Rainbow tables must be re-generated for each network encountered and are only successful if the PSK is a dictionary word. However, Reaver is not restricted by the limitations of traditional dictionary-based attacks. Reaver is able to extract the WPA PSK from the access point within 4 – 10 hours and roughly 95% of modern consumer-grade access points ship with WPS enabled by default. In other words Reaver doesn’t brute force the WPA code, it attacks WPS which is used for printers and other devices to easily connect and configure to routers automatically.

      The easiest way to break it down is Reaver attempts to connect to the routers via WPS and when it successfully brute forces the code (within hours instead of weeks) the router gives Reaver the WiFi code, you then use the WiFi code to connect to the network.

      If you dont understand let me know and ill try explain it better for you

      • paul June 19, 2012 at 11:20 am #

        Thanks for getting back, yes i understand. ill have to give it a try. Thanks again. Keep up the good work :)

  5. _-WILL-_ July 19, 2012 at 2:26 am #

    Hey, just a question about backtrack 5.. I had bought the Alfa AWUS036H a while back in hoping i could use it with backtrack and have backtrack running as my main os.. When i tried however i could not get it to work, it connects for a while but then just disconnects. I had the same problem when i was running Ubuntu.. i was wondering if you had a way of fixing this or maybe a step by step guide on how to set up the Alfa AWUS036H to work with backtrack 5

    • rcanpolat July 20, 2012 at 1:59 am #

      Are you using Backtrack 5 R2 by any chance? Try downgrade to Backtrack 5 R1 or just plain old Backtrack 5 and use apt-get in terminal to get additional required software.

      • _-WILL-_ July 20, 2012 at 5:58 pm #

        Yes i was using backtrack 5 R2, if i downgrade to backtrack 5 or 5 R1, will it just work like plug and play? or will i still need to get some additional drivers?

        The main problem i had was that it would connect for a short while but then my speed would just completely stop..

        Thanks for the reply by the way.

        • rcanpolat July 21, 2012 at 12:30 am #

          It should work straight out of the box and not require any drivers (the alfa is generally the most common used usb network device on backtrack so its widely supported). There are however additional drivers available for both Mac OSX & Windows computers.

          You should be fine. Just head over to the bt website and grab the R1 copy or the standard BT5 copy (apt-get to get additional software). Might i suggest trying a live copy or running it in virtual box first to make sure your not having any issues. I run BT5 R1 on Virtual Box on Mac OSX 10.7.2 and i’ve never had any issues.

  6. jonathan July 25, 2012 at 2:19 am #

    is there a way to do it when wps is lock? cuz when i do wash i dont see any wpa but if i do airodump i can see them is it because the wps is disable and if so what can i do ?

    • rcanpolat July 26, 2012 at 2:54 am #

      Hi Jonathan. Yea that means there is a good chance WPS is turned off. You can also check this from a Windows 7 computer with a wireless card. Click the network you want to connect to and if it gives you the option to push a button on your router to connect instead of the normal way (just punching in the code) then WPS is active. If that doesn’t work then the next solution is to brute force that connection. Having a strong CPU is vital but bare in mind it could still take a very long time to break into the network. Having a nice GPU Card on your computer will speed up the process.

  7. bedroom curtains July 31, 2012 at 9:04 am #

    If, however, an entire room styled with shabby chic furniture sounds like a good idea,
    consider your bedroom since the selected area – there is certainly such a wide
    range of beautiful furniture designed for this room you will discover it very easy
    to achieve the look – and you don’t need to hurt your wallet to achieve it. If you do not want to paint consider peel and stick wall stickers like polka dots in colors that coordinate with the room.

  8. Pauly August 14, 2012 at 10:30 am #

    Hi there – I’ve been working on this and I’m wondering if you could clear a few issues up. 1. You mentioned that you test the connection by opening up google. What if you didn’t have any connection to any AP’s. How do you get an IP address if you can’t authenticate to an AP. Do you not need an IP address to be able to pick up traffic over the air?

    • rcanpolat August 14, 2012 at 10:44 pm #

      Hi Pauly,

      Thanks for your message. Okay for starters the “Google” test is on your own connection. Its just something you simply do to verify you have a web connection incase you need to download Reaver to an older Backtrack installation that doesn’t contain Reaver. If your using Backtrack 5 R1 (what i use) your golden and you don’t need to do that. The reason i mentioned Google is some people are not used to using a Linux operating system so they may not be familiar with using the operating system and might not be able to confirm if they are connected. By opening up the web browser they can confirm they have an internet connection and they can go ahead downloading reaver if they need it.

  9. Kas August 15, 2012 at 5:34 pm #

    howdy, reaver looks to be a great little script,
    i am having a few issues though.

    once ive used airodump-ng wlan0 and i see all the eircom and upc around me..
    i copy the bssid and use it with reaver..

    reaver then does one of a few things.. it will either associate itself with the AP once it finds the right channel (if i dont set the channel.. it will also associate if i set it) and sit there doing nothing.. (I left it run for the night).

    that or it gives an error saying it couldnt associate.

    now whats the likelihood that all routers on my street have WPS turned off?
    not very likely..

    so im on the hunt through videos etc on youtube to see if i messed up somewhere.

    If you can think of anything that might have gone wrong let me know.

  10. rcanpolat August 15, 2012 at 7:43 pm #

    Have you tried using Reavers “Wash” tool to scan the network for WPS availability? Around my home i can pick up 19 networks with around 6 of them having WPS active. With a lot of people now knowing that WPS can be brute forced for access to the network many are turning off the feature. Also many ISP’s are forcing updates on users which have the WPS feature turned off.

    • Kas August 19, 2012 at 9:50 pm #

      yeah i ve used the wash command.. dosent have a single thing.. i thiink im just one of the unlucky ones..
      also theres a reaver pro, you can install it into backtrack and it have a gui like beini’s feedingbottle.
      thanks for your help though..

      • rcanpolat August 20, 2012 at 1:16 am #

        Yea the likes of Inflator are cool but i’d still prefer Reaver through the terminal. Especially for myself i have 2 VM’s running two Backtrack 5 R1 OS’s (1 on my laptop, 1 on my nas running virtualbox. Laptop is for wardriving, NAS is for remote connections when i want to offload tasks to the server like offline cracking when i’m not home) I find running GUI’s can be sluggish on VM’s and i prefer to give as much processing power to the task instead of wasting cycles on drawing a GUI. Just a personal preference.. also using the terminal looks cooler ;) But i understand that for many they just don’t want to learn the command line and are only interested in cracking networks without educating themselves. Every hacker to themselves i guess! :)



        Anyway sad to hear about wash not showing you anything. What wireless device are you using? Is it an Alfa? You could try boosting the tx power or connect it to a yagi uda. My Alfa as standard picks up 5 networks around my house. When i boost the tx power i get around 8 networks. When i have the tx power boosted and connect it to my yagi i’ve found 23 networks. Big difference! :D

        • Kas August 30, 2012 at 5:27 pm #

          yeah i have the Alfa Awus036h, had it by chance, got it off dealxtream about a year or 2 ago.. got a link to the yagi your using? ive ove here but need the stepdown for it so it will connect to the alfa.

          what are the commands to boost the tx rate? i wasnt aware it was restricted. i thought it just open to 1w.

          i do get quite a few networks, mainly eircom and upc.. theres about 5 or 6 hidden as well. any ideas on attacking the hidden?

          regards.

  11. Kas August 30, 2012 at 5:34 pm #

    also, thinking of building a biquad dish, using it on the alfa, unlock a few networks and then im going to put a repeater together, see the link below.

    http://www.uberreview.com/2008/04/wi-fi-predator-a-diy-long-range-wi-fi-snooper.htm

    • rcanpolat August 30, 2012 at 8:26 pm #

      I just grabbed my Yagi off eBay KAS. Cost me around 12 bucks inc. shipping. Do be aware though that its very directional, move it around 1 inch off target and you won’t pick up anything. Also it still pulls in networks close by from the 2.4ghz spill in the air. You could prob grab a connector in any maplins store or somewhere that does tv connections i imagine. Or again check ebay (maybe a few cent for a connector ex shipping)

      Right… in BT5 when you have your Alfa connected up run the terminal. Type iwconfig and look under wlan0. you will see the txpower set to 20. Then type “iw reg set BO” and hit return, this will change your country to bolivia or some shit like that. Then type “iwconfig wlan0 txpower 30″ and hit return. Then run iwconfig again and you should see the txpower boosted to 30 (thats the max i can get out of mine) Do note however that you can fry your chip doing so. When i boost mine my card only seems to last around 20 minutes until she over heats and fails on all networks. I throw it into the freezer for 20 minutes and im good to go again ;) . I cracked open the shell last week and put my finger onto the chip and it was absolutely roasted. Im trying to find a way of cooling it at the moment, i tried hooking a fan up above the chip but its effecting the network strength. Maybe some mad water cooled setup might work :P

      As for picking up hidden networks i had a search around. I think net stumbler can show the names of the hidden networks but i haven’t had any luck running it in wine on my Macbook. When i ran it in Wine i got a lot of square symbols as the network name. I would try it on windows but any windows machine i take the alfa to won’t install the drivers correctly and it ends up crashing the machine on me (no idea why)

      So your idea for the biquad dish. Where do you plan to put the repeaters? Solar powered devices cable tied to lamp posts? :P The theory is good but again you need to be sure you have a clear line of sight to the network, otherwise you won’t pick up anything or you’ll have a very choppy connection. Also i don’t know what sort of a latency there is in repeaters especially if your repeating over long distance. But the theory is great – If you are doing it i’d love for you to write an article about it and i can stick it on the site, or you should set up your own blog.

      • Kas September 1, 2012 at 6:12 pm #

        The Biquad idea was to repeat a neighbors internet into my own house, so i was gunna have it housed in the attic on a tripod.. handier than having to sit at the windown trying to pick up the signal,

        Ive BT5 on a external 30gig, handy to boot up from.. ive tried to change the tx output to 30 but when i type ‘iw reg set BO’ into the console and i hit enter, you would expect it to come back with either a confirmed or a failed.. but it does neither.. just drops the curser to the next line. when i throw in iwconfig wlan0 txpower 30 it comes up with an error, after a bit of reading on this i found out that people were just plugging out their interface and then plugging it back in or plugging into diffrent usb slots.. didnt make a difference to mine.. i still have the error. Pain!

        so i recon its the iw reg set BO, mustnt be doing anything.. ill keep reading up on it and see what i can figure out.

        i decided to capture a 4way and see can it be decrypted, but given that its a UPC router the default is always random letters and numbers.. any experience in this field? i was just going to upload it to an online cracking site and pay the few quid.. but theres no guarantee they will crack it.

        also, check out routerpwn. its a handy app! i only installed it last night, im sure ill make some use of it..

        • rcanpolat September 1, 2012 at 8:31 pm #

          When you change the country code it doesn’t print anything to the screen. It doesn’t print anything to the screen when you set the txpower also.

          Okay lets confirm your on the right NIC. From a fresh bootup of BT5 plug in your Alfa, wait 30 seconds and then open up Terminal and do “ifconfig” and re-check the interface name. It should print as wlan0 or wlan1 or wlan2 etc.. Make sure your reading it correctly.

          When you confirm the name (im going to presume its wlan0) try the following…

          Open up a new Terminal…

          Type:

          ifconfig wlan0 down

          Then type:

          iw reg set BO

          (not b-zero)

          Then type:

          iwconfig wlan0 txpower 30

          Then type:

          ifconfig wlan0 up

          Then type

          iwconfig

          and confirm the new txpower.

          If that all fails try do the commands with “sudo” before them.

          When it comes to cracking WPA or WPA2 its a very slow process. Your best free method is after getting the “4Way” grab a GPU and start cracking it with rainbow tables. Its the fastest way your machine will crack the password because the GPU can perform much more calculations per second then your CPU. It still however is a real shot in the dark because you don’t know how big that password actually is and it could end up taking you between 5 minutes and several thousand years to crack that password even using a paid service like Amazon’s s3.

          IMHO the best way your going to crack that network is to send out de-auth packets and block everyone in that house from connecting to that UPC connection. At the same time create a fake access point with the same name as the UPC connection and set up an apache server on BT5. Build yourself a “UPC Router Login Page” that asks the users to type in their WPA/2 password to connect to the network through a form and have the page dump the data to a mysql db. The moment you get a password try to connect to the UPC box yourself and if it succeeds immediately stop the de-auth packets and shut down your “fake ap”. That way the users will automatically reconnect back to the UPC box thinking they have done correctly in typing in the WPA/2 password into the form on the fake page. Once your in maybe set up a fake email account and have the router send you daily logs in the event that somebody changes the password… or turn on WPS so if they do change the password you can use Reaver to crack the network in a few hours.

          And if you plan to try that method for the fucking love of jesus christ change your MAC address!

          On a side note who’s your existing ISP? Eircom? I changed to UPC just about a month ago and fuck me its fast!

          • Kas September 1, 2012 at 9:05 pm #

            Ive a studio in an old warehouse and im using a local taxi companies internet atm, so its not too bad.. i jsut wandered in and was talkin to them, picked up the router and took a pic of it..
            so im using eircom, but its shit slow.. ive noticed if they are on youtube or anything it bogs down the whole network.. and NTL wont supply this building.

            that route you were talking about regarding the fake server etc, sounds like a fun job.. bitta cross site almost! sounds like a big of a process.. you pull that outa your head or did you see a writeup about it? im still new in the ways of linux so the commands are all new to me, but i enjoy the learning.

            yeah, so if you have any more information regarding the apache server etc on BT5 pass me on a link, i dont get to go online much anymore as ive no internet at home :P

  12. Kas September 3, 2012 at 12:30 am #

    gahh i tried both the above commands and with sudo before it both times i get errors. ive a 2.4 yagi on the alfa now so at least its making up for it..

  13. fear of calling September 11, 2012 at 6:22 am #

    Heya i am for the first time here. I came across this
    board and I find It truly useful & it helped me out much.

    I hope to give something back and help others like you aided me.

  14. cna training in michigan September 14, 2012 at 1:58 am #

    This is very interesting, You’re a very skilled blogger. I’ve
    joined your rss feed and look forward to seeking more of your great post.
    Also, I have shared your site in my social networks!

  15. what is the job description for a pharmacy technician November 16, 2012 at 12:23 am #

    A person necessarily assist to make seriously articles I would state.

    That is the very first time I frequented your web page and up to now?

    I surprised with the analysis you made to
    create this particular put up incredible. Magnificent job!

  16. mustard seed jewelry December 13, 2012 at 7:24 pm #

    I’m guessing you don’t mind me stopping by and saying thanks to you for the
    article – it genuinely helped

  17. http://doosti.org/index.php?do=/blog/7040/backstreet-billiards-in-boise-idaho-review-along-with-pool-hall-bar/ December 25, 2012 at 2:55 pm #

    you’re truly a just right webmaster. The site loading velocity is amazing. It kind of feels that you are doing any distinctive trick. Moreover, The contents are masterpiece. you have performed a magnificent process in this matter!

  18. http://groups.diigo.com December 26, 2012 at 6:11 am #

    Hi there friends, how is the whole thing, and what
    you want to say concerning this post, in my view its truly awesome in support of me.

  19. pattaya beach December 28, 2012 at 9:38 am #

    There’s definately a great deal to learn about this issue. I like all the points you’ve made.

    • rcanpolat January 2, 2013 at 2:52 am #

      Thank You

    • whatsapp hack June 5, 2013 at 1:57 am #

      Appreciation for another useful web page. The area different may well I get this variety of information and facts written in a really perfect technique? I’ve got a mission that i am merely currently operating upon, and I are actually for the watch out for this kind of information.

  20. Flora December 28, 2012 at 8:55 pm #

    Hello there, I believe your site could possibly be having
    web browser compatibility issues. Whenever I take
    a look at your web site in Safari, it looks fine however, if opening in I.
    E., it has some overlapping issues. I simply wanted to provide you
    with a quick heads up! Besides that, fantastic
    site!

    • rcanpolat January 2, 2013 at 2:51 am #

      Cheers for that Flora, I noticed some issues myself. All runs fine on OSX in Firefox, Safari and Chrome but on Windows 7 on my fathers laptop the site looks a bit messed up. Like some CSS isn’t doing its job. However on my sisters Windows 7 laptop running the same browser version it looks fine. I plan to do some debugging in the coming weeks to sort that crap out. The traffic keeps increasing so i better sort it out! :D

  21. Rawa January 10, 2013 at 7:38 pm #

    hi there

    thank you

    i did all as you said but i waited 11 hours nothing happned i just tried on UPC

    there is a picture as you see nothing happened

  22. Experienced Cougar Women January 22, 2013 at 3:07 am #

    Hi, I think your website might be having browser compatibility issues.
    When I look at your blog in Chrome, it looks fine but when opening in Internet Explorer, it
    has some overlapping. I just wanted to give you a
    quick heads up! Other then that, amazing blog!

  23. Marty January 30, 2013 at 5:48 pm #

    Remarkable! Its in fact awesome post, I have got much clear idea
    about from this article.

  24. cordialwine.com February 5, 2013 at 3:54 pm #

    Link exchange is nothing else however it is just placing the other person’s web site link on your page at appropriate place and other person will also do similar for you.

  25. Annette February 17, 2013 at 2:01 am #

    Hello just wanted to give you a quick heads up. The words in your article seem to be running off the screen in Chrome.
    I’m not sure if this is a format issue or something to do with web browser compatibility but I thought I’d post to let you know.
    The design and style look great though! Hope you get the issue fixed
    soon. Cheers

  26. search engine ranking secrets February 18, 2013 at 4:09 am #

    Its not my first time to pay a quick visit this web site, i am browsing this website dailly and get pleasant facts from here all the time.

  27. yahoo.com February 18, 2013 at 6:56 am #

    Nice weblog here! Additionally your website loads up very fast!
    What host are you using? Can I am getting your affiliate link for your
    host? I want my site loaded up as fast as yours lol

  28. Bradly February 18, 2013 at 6:58 am #

    Hi, Neat post. There’s an issue along with your web site in internet explorer, might check this? IE still is the marketplace leader and a huge component to other folks will miss your fantastic writing due to this problem.

  29. titannutrition.co.uk February 22, 2013 at 9:52 pm #

    WOW just what I was looking for. Came here by
    searching for loss supplements

  30. Catherine March 6, 2013 at 8:51 am #

    Excellent way of describing, and pleasant paragraph to obtain
    data regarding my presentation topic, which i am going to present in university.

  31. natural cosmetics March 16, 2013 at 5:48 pm #

    If some one needs to be updated with most recent technologies therefore
    he must be go to see this site and be up to date daily.

  32. www.google.com.hk March 17, 2013 at 8:13 am #

    There is certainly a lot to find out about this issue.
    I love all the points you’ve made.

  33. stock option quotes on iphone March 20, 2013 at 5:41 pm #

    Your method of describing the whole thing in this post is genuinely
    nice, all be capable of simply be aware of it, Thanks a lot.

  34. Robbie April 2, 2013 at 11:02 am #

    It’s really a great and useful piece of information.
    I’m satisfied that you simply shared this helpful info with us.
    Please keep us informed like this. Thank you for sharing.

  35. home based business April 19, 2013 at 1:43 am #

    I just wanted to just take a few moments and inform you
    that I enjoyed reading the write-up. I honestly don’t think many people know the level of labour that goes into putting together a article. I’m
    sure this is sort of random nevertheless it bothers me sometimes.

    Anyhow really good website.

    • Evie May 10, 2013 at 10:48 pm #

      I absolutely love your site.. Great colors & theme. Did you create this site yourself?
      Please reply back as I’m hoping to create my very own site and would like to know where you got this from or just what the theme is called. Many thanks!

  36. finding love online April 29, 2013 at 8:13 am #

    Wow! This blog looks exactly like my old one! It’s on a entirely different topic but it has pretty much the same page layout and design. Great choice of colors!

  37. Valencia May 6, 2013 at 8:10 pm #

    Your style is very unique in comparison to other folks I’ve read stuff from. Many thanks for posting when you’ve
    got the opportunity, Guess I will just book mark this page.

  38. balance transfers May 6, 2013 at 9:41 pm #

    This might see to it that your repayment is typically made punctually.
    The best balance transfer charge card offer adaptability on balance transfers that will permit you to
    transfer balances at anytime throughout the introductory period.

  39. web design new mexico May 13, 2013 at 5:36 pm #

    Just desire to say your article is as surprising.
    The clarity in your post is just nice and i can assume you are an expert on this subject.
    Well with your permission allow me to grab your feed to keep up to
    date with forthcoming post. Thanks a million and please keep up the
    gratifying work.

  40. Rensai.Jp May 16, 2013 at 11:47 am #

    What’s up mates, its enormous piece of writing on the topic of tutoringand completely defined, keep it up all the time.

  41. vegas tee times May 19, 2013 at 8:05 pm #

    Fastidious answers in return of this matter with genuine arguments and telling everything regarding that.

  42. a gallery May 20, 2013 at 2:37 pm #

    This design is incredible! You most certainly know how
    to keep a reader amused. Between your wit and your videos,
    I was almost moved to start my own blog (well, almost.

    ..HaHa!) Wonderful job. I really loved what you had
    to say, and more than that, how you presented it.
    Too cool!

  43. zespół weselny mazowieckie May 24, 2013 at 9:25 am #

    So, setting appointments is crucial to your success. Dedicated training is individuals is integral returning to success in a large
    majority of sport.

  44. http://imap.steepcreep.com/ May 26, 2013 at 8:46 pm #

    Considering they may have a boost of vitality from the fat
    burners, they are going to utilize that while working out by doubling-up their exercises.
    Whether you really feel frustrated, upset or angry, you need to write them down.
    L-carnitine which functions similar to the human chorionic
    gonadotropin (h – CG) which transports the fats in the foods we consume towards
    the mitochondria.

  45. Paul Mains May 27, 2013 at 12:53 pm #

    Appreciate all the excellent tips on this site. It has really influenced myself to follow my intuition and find employment in this
    specific market. Thanks again.

    Also visit my web site … Paul Mains

  46. Dota 2 Sniper Build May 29, 2013 at 12:02 pm #

    I blog quite often and I genuinely appreciate your
    information. Your article has truly peaked my
    interest. I will bookmark your website and keep checking for new details about
    once per week. I subscribed to your RSS feed too.

  47. Servicios June 2, 2013 at 3:21 pm #

    When I initially commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get four e-mails with the same comment.
    Is there any way you can remove people from that service?

    Cheers!

  48. http://www.Nerdist.com/2013/05/Jonah-raydio-29-flyin-the-Episode/comment-page-1 June 4, 2013 at 1:00 am #

    Hello colleagues, its great article concerning
    educationand completely explained, keep it up all
    the time.

  49. Wilfred June 5, 2013 at 1:56 pm #

    I’d like to thank you for the efforts you’ve put in penning this
    website. I am hoping to check out the same high-grade content from you in
    the future as well. In truth, your creative writing abilities has encouraged
    me to get my very own site now ;)

  50. more June 12, 2013 at 2:44 pm #

    Howdy! Someone in my Facebook group shared this site with us so I came to give
    it a look. I’m definitely enjoying the information. I’m book-marking and will be tweeting this to
    my followers! Fantastic blog and superb design.

  51. mild cellulitis June 14, 2013 at 2:02 pm #

    It is the best time to make some plans for the future and it’s time to be happy. I’ve
    read this post and if I could I want to suggest you some interesting things or advice.
    Perhaps you could write next articles referring to this article.
    I wish to read even more things about it!

  52. Kas June 14, 2013 at 4:15 pm #

    ye might want to implement a captcha.. loads of spam. :/

  53. free abby girls June 16, 2013 at 4:35 pm #

    I used to be recommended this web site by means of my cousin.
    I am not positive whether or not this submit is written by him as nobody
    else realize such specific approximately my difficulty.
    You’re incredible! Thanks!

Trackbacks/Pingbacks

  1. Identifying WPS On Wireless Networks | Insanity Pop - February 2, 2012

    [...] Last week I posted an article on my blog about how to crack a network by brute forcing the WPS service on modern routers. See article here: http://insanitypop.com/2012/01/how-to-hack-eircom-upc-internet-wpa-wpa-2-cracking-with-reaver/. [...]

  2. Obtaining Username & Passwords over Wi-Fi. | Insanity Pop - June 4, 2012

    [...] a previous article, Ross  explained how one may go about hacking a  WPA/WPA-2 Wi-Fi network. Question is, what can we do once we have achieved [...]

Leave a Reply