cartmanguo / iphone-wireless

Automatically exported from code.google.com/p/iphone-wireless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About packet sniffing and AP cracking...

GoogleCodeExporter opened this issue · comments

I put the network device of my iphone (en0) in promiscous (promisc, not
monitor) mode. Would it be useful to you? To capture Raw 802.11 packets?
If yes, contact me or leave a message here, thanks.

Original issue reported on code.google.com by thew...@autistici.org on 7 Feb 2010 at 12:34

sorry, I used the wrong account, write at this email. Thanks

Original comment by johnnyth...@gmail.com on 7 Feb 2010 at 12:38

I would be interested to know how you initiated promisc mode. 
I know monitor mode returns 'bad vaue'
I also know that the terminal app 'Pirni' captures packets as well. 
But only from a network it is already authenticated to. 
I have begun research for a project in which i will attempt to make a driver
work on the iphone platform to use with an external WLAN card. 

Original comment by lionelly...@gmail.com on 25 Feb 2010 at 6:01

Thanks to Wim Verreycken who pointed me the right way, I have a modified 
version of
ifconfig which allows you to use promisc mode (not monitor), have a look at:
http://github.com/TheWorm/ifconfig
You will need the right files in order to succesfully complete a compilation ON 
your
iPhone/iPod; ask me if necessary.
I was working on monitor mode too, unfortunately I've broken my iPhone so I 
stopped
working on it (at least, for now).

Original comment by johnnyth...@gmail.com on 25 Feb 2010 at 1:13