Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Wireless: Bypassing Mac Filtering, Tutorial
bombshop
post Jan 5 2007, 09:19 PM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 19
Joined: 21-December 06
Member No.: 18,616



Sometimes you scan the neighborhood for the wireless connections, you see open connections but can not connect to them. Well this is possible because they use MAC filtering to secure up their network.
I will try to explain how to bypass this protection

NOTE: This is for EDUCATION purpose only to show you it is possible to bypass this security. I am not responsible for unauthorized use of these information.

Requirements :

1- You need some tool for sniffing the traffic. I suggest using Aircrack-ng (http://www.aircrack-ng.org/)
2- You need some tool to change your MAC address. I use MacMakeUp (http://www.gorlani.com/publicprj/macmakeup/macmakeup.asp)

Action On Windows:
First you need to sniff the traffic around you. Open Airodump read the screen and make your selections
For me it is : Interface = 4 Intel Pro® Wireless 2200bg, Interface type =a , Channels=0 (if you want to sniff the traffic in all channels) , Output file prefix : Up to you!, Only Write wep IV's : y (This will save you some space) then proceed
Edit: ipw2200 will not work under windows, i used an USR usb stick to capture traffic around.

You should see something like this on your screen:
BSSID, First time seen, Last time seen, Channel, Speed, Privacy, Power, # beacons, # data, LAN IP, ESSID
00:**:BF:53:**:**, 2006-12-09 21:29:36, 2006-12-09 21:35:54, 6, 54, OPN , 13, 224, 62, 192.168. 2. 2, AIRTIES
Station MAC, First time seen, Last time seen, Power, # packets, BSSID, ESSID
00:**:F0:BF:**:**, 2006-12-09 21:29:39, 2006-12-09 21:35:40, 16, 79, 00:**:BF:53:**:**, AIRTIES

It also logs the details to a text file in the same directory.

This tells you that 00:**:F0:BF:**:** is the client connecting to that network so you can confidently assume that it is added on the Allow list. So open MacMakeUp, select your interface and enter this mac adress without the colons. click press and it will cycle your interface.

Next time you try to connect to that network ends up with success smile.gif


In linux you can use
airodump-ng -c 0 -w Prefix eth1
this tells you to monitor all channels on interface eth1 and log them to a file with the Prefix after -w
if you don't know your wireless cards interface type iwconfig or ifconfig -a

Conclusion :
As you see it is possible to bypass this security precaution. And more important if someone monitors your connection they may be able to get crucial information about you. For example i can see what sites the network clients has been surfing around. MAC filtering must not be trusted for securing your network. You must use password protection in order to secure your network (preferable WPA not WEP, i will explain it in another article). So thats all for today.

Can ISIKLI (bombshop)

This post has been edited by bombshop: Apr 4 2007, 10:31 AM
Go to the top of the page
 
+Quote Post
Lewisthemusician
post Jan 5 2007, 10:10 PM
Post #2


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 51
Joined: 5-January 07
Member No.: 19,160



biggrin.gif
This is not very nice for me, i am a mac user.lol
STOP TELLING PEOPLE
Jokes
I don't really care, but this is cool, i could work a way round this.

Thanks for this tip

-Lewis
Go to the top of the page
 
+Quote Post
bombshop
post Jan 6 2007, 12:41 PM
Post #3


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 19
Joined: 21-December 06
Member No.: 18,616



as you can tell unauthorized users using your connection is not the only problem here. For example if you choose capturing all the traffic (not only IV's) they can tell what sites you have been visiting. And as they capture all the traffic they can sniff your passwords or so.
So be aware smile.gif
Go to the top of the page
 
+Quote Post
Lewisthemusician
post Jan 6 2007, 01:14 PM
Post #4


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 51
Joined: 5-January 07
Member No.: 19,160



i could just maybe simply just put all my secret stuff in an encrypted folder which would stop people from getting my information. I can encrypt all my information. Simple and effective. biggrin.gif
Go to the top of the page
 
+Quote Post
issdiscovery04
post Jan 7 2007, 08:49 PM
Post #5


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 63
Joined: 14-June 05
Member No.: 6,220



Except encrypting folders and files is worthless unless the encryption is higher than 128bits. A decent computer with the right software can easily crack 64 bits in 5 minutes at most.
Go to the top of the page
 
+Quote Post
bombshop
post Jan 28 2007, 12:02 AM
Post #6


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 19
Joined: 21-December 06
Member No.: 18,616



Encrypting your folders and files is one thing but encrypting your wireless network connection is for sure another thing. Let me tell you one thing. Just listening to the network traffic i have one of my friends mail box and password INDEED OPEN!!! You know what that means? it means that i have an UNRESTRICTED ACCESS on the e-mail account that has been compromised! And let me add, i can read google mails that has been read by the "victim". just beware. And also i took me 31 seconds to crack a 64 bit wep key with nearly 300,000 iv's.
For your attention..

This post has been edited by bombshop: Jan 28 2007, 12:03 AM
Go to the top of the page
 
+Quote Post
ncinar
post May 29 2007, 04:36 PM
Post #7


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 29-May 07
Member No.: 22,252



QUOTE(bombshop @ Jan 5 2007, 09:19 PM) *
Sometimes you scan the neighborhood for the wireless connections, you see open connections but can not connect to them. Well this is possible because they use MAC filtering to secure up their network.
I will try to explain how to bypass this protection

NOTE: This is for EDUCATION purpose only to show you it is possible to bypass this security. I am not responsible for unauthorized use of these information.

Requirements :

1- You need some tool for sniffing the traffic. I suggest using Aircrack-ng (http://www.aircrack-ng.org/)
2- You need some tool to change your MAC address. I use MacMakeUp (http://www.gorlani.com/publicprj/macmakeup/macmakeup.asp)

Action On Windows:
First you need to sniff the traffic around you. Open Airodump read the screen and make your selections
For me it is : Interface = 4 Intel Pro® Wireless 2200bg, Interface type =a , Channels=0 (if you want to sniff the traffic in all channels) , Output file prefix : Up to you!, Only Write wep IV's : y (This will save you some space) then proceed
Edit: ipw2200 will not work under windows, i used an USR usb stick to capture traffic around.

You should see something like this on your screen:
BSSID, First time seen, Last time seen, Channel, Speed, Privacy, Power, # beacons, # data, LAN IP, ESSID
00:**:BF:53:**:**, 2006-12-09 21:29:36, 2006-12-09 21:35:54, 6, 54, OPN , 13, 224, 62, 192.168. 2. 2, AIRTIES
Station MAC, First time seen, Last time seen, Power, # packets, BSSID, ESSID
00:**:F0:BF:**:**, 2006-12-09 21:29:39, 2006-12-09 21:35:40, 16, 79, 00:**:BF:53:**:**, AIRTIES

It also logs the details to a text file in the same directory.

This tells you that 00:**:F0:BF:**:** is the client connecting to that network so you can confidently assume that it is added on the Allow list. So open MacMakeUp, select your interface and enter this mac adress without the colons. click press and it will cycle your interface.

Next time you try to connect to that network ends up with success smile.gif
In linux you can use
airodump-ng -c 0 -w Prefix eth1
this tells you to monitor all channels on interface eth1 and log them to a file with the Prefix after -w
if you don't know your wireless cards interface type iwconfig or ifconfig -a

Conclusion :
As you see it is possible to bypass this security precaution. And more important if someone monitors your connection they may be able to get crucial information about you. For example i can see what sites the network clients has been surfing around. MAC filtering must not be trusted for securing your network. You must use password protection in order to secure your network (preferable WPA not WEP, i will explain it in another article). So thats all for today.

Can ISIKLI (bombshop)


Merhaba
ilk önce şunu sormak isterim bu yazılanları illaki airodump ilemi yapmak lazım benim kartım bcm4318 çipli ve airodump bunu desteklemiyor ama airopeek programı dinleme yapabiliyor
tşk
Go to the top of the page
 
+Quote Post
bombshop
post Jun 13 2007, 05:23 PM
Post #8


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 19
Joined: 21-December 06
Member No.: 18,616



QUOTE(ncinar @ May 29 2007, 07:36 PM) *
Merhaba
ilk önce şunu sormak isterim bu yazılanları illaki airodump ilemi yapmak lazım benim kartım bcm4318 çipli ve airodump bunu desteklemiyor ama airopeek programı dinleme yapabiliyor
tşk

Açıkçası başka pek bir program denemedim ama kendi kartına uygun driver bulabileceğini düşünüyorum. Belki backtrack kullanarak deneyebilirsin. Backtrack'de ben kartımı tanıtmak için hiç uğraşmadım mesela. Belki senin kartını da tanıyordur.
Go to the top of the page
 
+Quote Post
SilverFox
post Jun 13 2007, 05:46 PM
Post #9


Premium Member
Group Icon

Group: Members
Posts: 206
Joined: 26-February 07
From: Texas
Member No.: 20,598



Well this is all good and nice, however where I live few people have Ethernet LANS much less wireless. My best security advice on this matter:

Use Ethernet.
Go to the top of the page
 
+Quote Post
iGuest
post Feb 1 2008, 01:48 PM
Post #10


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



explain to me how to by-pass a wireless connection
Wireless: Bypassing Mac Filtering

Replying to bombshophello I am really impress by your knowlege I knew computer but not as good as you,I have a wireless toshiba computer a pentium M,and the is a wirless internate connection in my area it always indicate to me that I should put the network key,so teach me like a small child the step explain to me every step you mention in details.I am really waiting to here you reply through my yahoomail.XXXXX@yahoo.Com.Thanks me pls reply me.



-mado



--------------

Edit : mado, do not put your E-mail address here, it's safer to use our PM system.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Linksys Wireless B usb network adapter lag problem(2)
  2. Wireless Router(11)
  3. Dialup On Wireless Network(18)
  4. Wired LAN Vs. Wireless LAN(26)
  5. Living Room PC Getting Low To No Wireless Signal(14)
  6. How Much Would A Home Wireless Network Setup Cost ?(13)
  7. Connecting 2 Wireless Routers(9)
  8. What Are The Risks Of Unsecure Wireless Networks(23)
  9. Wireless Networking: Recommended MTU Setting ?(5)
  10. Help Starting A Wireless Networking(3)
  11. Unable To Connect My Comp. To A Wireless Network(5)
  12. Wireless Congestion In My Room!(9)
  13. Connect Using Wireless And Wired Line(16)
  14. How Do I Improve Wireless Speed?(14)
  15. Wireless Safty(12)
  1. How To Do ICS Through Wireless?(5)
  2. Wireless Networking Components(13)
  3. Z|a Blocking Home Netowrk!(3)
  4. Won't Reconnect To Wireless Network Automatically Once Disconnected(7)
  5. Cracking Wireless Access Point Password?(22)
  6. Linksys Wireless N 150 Router(4)
  7. Linux Wireless Problem(3)
  8. Belkin's New N1 Vision Wireless Router(4)
  9. Networking With A Wireless Network Adapter(10)
  10. Extending A Wireless Network(2)
  11. Ad-hoc Networks (without Routers)(0)
  12. Wireless Routers(4)
  13. Free Remote Wireless Server?(1)


 



- Lo-Fi Version Time is now: 11th October 2008 - 09:45 AM