Author Topic: Bypass login page for free internet/ crack wpa2  (Read 2780 times)

0 Members and 1 Guest are viewing this topic.

Offline manuel87rm

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Bypass login page for free internet/ crack wpa2
« on: December 07, 2015, 12:56:07 pm »
Hello everyone!
I'm using kali linux on virtual box on my macbook pro and here  is how i connected my wifi adapter chipset RT3072 to be able to attemp some hacks:

*  Opened virtualbox devices/network clicked on "connect network adapter"

* Then network setting and set--> attached to: bridge adapter and name: en0:wi-fi (airport)

* Cliked on Devices/USB and clicked on my adapter which is RALINK 802.12 n wlan [0101]


I THINK THIS IS CORRECT SETTING BUT IF YOU THINK IT IS NOT PLEASE LET ME KNOW.

After this point I'm having 2 big problems:

1 - trying to bypass an internet hotspot login page
2 - cracking wpa2 password.

First of all i want to say that i'm on a place where they have:
* one hidden open network (which i know the name of) where you have to enter your first name/last name/cabin number/password to login,then buy an internet plan (which is time dependent,pay per hours) and  then decide or not to connect to the internet. So basically everyone that wants to use internet has to login first and then on the next page click on CONNECT to be able to use internet,then its when the counter starts.
* Then they also have another hidden network (which i know the name of) but encrypted wpa2.
* And many routers around the place to repeat the signal and allow people to connect wirelessly everywhere.

BYPASSING THE LOGIN PAGE

So,first of all what i tried to do was trying to bypass the login page doing this:
– open terminal in kali linux and type:
* Ifconfig (to see my wifi adapter wich in my case was wlan0)
– then type in order:
* ifconfig wlan0 down
* Iwconfig wlan0 mode monitor
* Ifconfig wlan0 up
(I did this way to enter the monitor mode because for some reason when i typed: airmon-ng wlan0 and then airodump-ng wlan0 didn't work)

– Then i typed:
* iwconfig (and i could see the wlan0 that was in mode:monitor)

– Then i run the command to monitor the network around me:
* airodump-ng wlan0
And now it showed me many network around me (see pictures below) *i just blured the mac addresses for privacy reason*



As you can see in the photos some of the network shows the ESSID (name of the network) but most of the others don't and they show <lengh:  1> (which i have no idea what they are).

After few minutes the monitoring finishes and at the bottom of the page appears this:

PROBLEM 1: As you can see  it doesn't show any string details,nothing, and i don't know why! i can't even proceed to copy one of the MAC addresses of the devices connected to it and spoof it to my MAC address to be able to bypass the login to use free internet because as i said there is nothing in there.

CAN ANYONE GIVE ME SOME HELP ON THIS?
Ps: DO YOU THINK IS POSSIBLE TO BYPASS THIS KIND OF LOGIN PAGE TO USE FREE INTERNET?

CRACKING THE WPA2 PASSWORD

PROBLEM 2:  I wanted to try to crack one of the network on the list that has wpa2 encryption.
After the list has shown up (see above) no strings appeared at the bottom page (which is a problem as i already mentioned before).
Said so,i tried to open a new page to check if the networks that i wanted to attack was using WPS protocol and typed:
* wash -i wlan0 (and this is what it showed me)

As you can see it says repeatedly "found packet with bad FCS, skipping.." And in this way i can't even proceed to crack the wpa2 network.

DOES ANYONE KNOW WHY?

IF YOU COULD HELP ME IN THIS WOULD BE GREAT AND MUCH APPRECIATED.

THANK YOU A LOT IN ADVANCE



Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #1 on: December 07, 2015, 06:29:29 pm »





« Last Edit: December 07, 2015, 06:31:55 pm by 0E 800 »
The invariable mark of wisdom is to see the miraculous in the common.

Offline manuel87rm

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #2 on: December 07, 2015, 06:39:31 pm »
What the fuck are this pictures for??!! [emoji35]

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #3 on: December 07, 2015, 07:43:24 pm »
It doesnt look like you know what you are doing.

First off your wifi device isnt scanning in monitor mode.
Second, your wifi device probly doesnt even support monitor mode or packet injection.
Your going to need to get the names of the hidden access points by running airdump-ng on one that has clients and deauthing the clients till airodump-ng picks up the hidden access point name.
Then you will need to capture the handshake, also by deauthing a client while runnig airodump-ng on the access point that is no longer hidden.
With the handshake captures you can run it against a wordlist.

None of this is going to be possible with a incompatible wifi device.

You havent given us any information related to the html login.

Btw - your doing it wrong.
The invariable mark of wisdom is to see the miraculous in the common.

Offline manuel87rm

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #4 on: December 07, 2015, 07:46:32 pm »
The wifi adapter is a "one way devices" brand with chipset rt3072 that what it says on the box but running ifconfig it show me also that has rt2800 driver

Offline manuel87rm

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #5 on: December 07, 2015, 07:48:10 pm »
The html site is basically a cruise ship internet wifi where as i said you have to enter name surname password and then on the next page either buy internet plan or just click connect to be able to use it

Offline manuel87rm

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #6 on: December 07, 2015, 07:49:46 pm »
They also have another network hidden and encrypted with wpa2

Offline nukemall

  • NULL
  • Posts: 4
  • Cookies: -18
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #7 on: December 07, 2015, 07:57:18 pm »
It doesnt look like you know what you are doing.

First off your wifi device isnt scanning in monitor mode.
Second, your wifi device probly doesnt even support monitor mode or packet injection.
Your going to need to get the names of the hidden access points by running airdump-ng on one that has clients and deauthing the clients till airodump-ng picks up the hidden access point name.
Then you will need to capture the handshake, also by deauthing a client while runnig airodump-ng on the access point that is no longer hidden.
With the handshake captures you can run it against a wordlist.

None of this is going to be possible with a incompatible wifi device.

You havent given us any information related to the html login.

Btw - your doing it wrong.
Hes right do yourself a favor google and see if yours will if not pay the 30$ and get you one that will work. I had to do the same in Afghanistan. My laptop's network card wasn't compatible.

Offline itIsMe

  • Serf
  • *
  • Posts: 28
  • Cookies: 4
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #8 on: December 07, 2015, 08:00:40 pm »
The Alfa AWUS051NH seems to be a popular  adapter for what you are trying to do. This specific one does not support 802.11ac though. If you feel that is something you need just do some research.

Offline manuel87rm

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #9 on: December 07, 2015, 09:17:12 pm »
So you definately think is not compatible? Because i googled it and i kinda found some page that were saying the Rt3072 or even when i type ifconfig it show me the driver rt2800 that on google it says is compatible [emoji37]

Offline manuel87rm

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #10 on: December 07, 2015, 09:24:01 pm »
How is possible then that it show me the network near me if as you are saying its not in monitor mode? Look at these photos you can see that it is in mode: monitor

Offline manuel87rm

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #11 on: December 07, 2015, 09:24:57 pm »


Offline manuel87rm

  • /dev/null
  • *
  • Posts: 10
  • Cookies: -3
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #12 on: December 07, 2015, 09:37:46 pm »
I also just tried now from to type:
 ifconfig , then airmon-ng start wlan0 and it show me 2 strings: mac80211 monitor mode vif enabled for [phy0]wlan0 on [phy0]wlan0mon
And the other string:
Mac80211 station mode vif disabled for [phy0]wlan0... What this mean? That the wifi adapter is not compatible to attemp bypassing wifi network or cracking password?

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #13 on: December 07, 2015, 10:16:37 pm »
but it doesnt appear your using the monitor mode..

aka:

airodump-ng -channel -file -bssid wlan0mon

A little moderation is needed in the thread... dont double/trupple/fourple post.
« Last Edit: December 07, 2015, 10:17:15 pm by 0E 800 »
The invariable mark of wisdom is to see the miraculous in the common.

Offline straycat

  • Serf
  • *
  • Posts: 28
  • Cookies: 7
    • View Profile
Re: Bypass login page for free internet/ crack wpa2
« Reply #14 on: December 07, 2015, 10:38:26 pm »
/bos