Every day, I have 30 minutes of time to waste on a train, going from Haarlem to Amsterdam or vice versa, a 15-minute trip. Sometimes, I open up a laptop to write a few more lines of code or play some gridwars or whatever. Most of the times, I’ll also have a look at the wireless networks around. It always surprises me how many there are these days.
So the past few days I’ve been lugging a MacBook Pro around, and I’ve noticed it’s very good at sniffing out wireless beacons. My TiBook will usually only show only one or two networks where the macbook will pick up on 6 or 7.
I’ve described two dots. Now let’s connect them.
I figured it was time to run KisMAC on the macbook while on the train from Amsterdam to Haarlem. I’ve actually done this before when I was still using a PowerBook G3 with a PCMCIA wifi card, but didn’t really pick up on anything. I think I found about 5 networks that day. This time was a little different.
Some stats:
Between Amsterdam Central Station and Haarlem, there are at least 110 wireless networks, reachable from inside a moving train. Of those, 33 are on channel 1, and 38 are on channel 11. 17 are on channel 6, 8 are on channel 13, 7 on channel 7, 6 on channel 3 and one on channel 8. The other channels don’t see any action. 17 networks use WPA encryption. 37 use WEP. The remainder is unencrypted. 30 seem to be set to their defaults.
This was with an active scan, as KisMAC does not yet support passive scanning on intel macs. That means hidden networks do not show. I think I might repeat this experiment later with a non-pro MacBook. It has even better wifi reception thanks to its entirely non-metal case.
Scan results as a Netstumbler text file.
Update:
Tried it on a MacBook non-pro too. As I thought, it does slightly better: it comes up with 286 networks. Contrast that to my TiBook which picks up on a whopping 15 networks.
Today i tried running kisMac(R73p) on a non-pro macBook but can’t get the passive mode to work.
What settings did you use?
Passive mode doesn’t work yet on the intels because the chipset is different from the powerpcs.
According to the Kismet FAQ it should now work on a non Pro macBook as well.
“The feature is in the SVN version (r74 and up).”
Oh, awesome. I’ll go check it out.
Appears to work, indeed! Using svn r153.
What exactly are you guys talking about? I have found no reference to this anywhere. Also, the latest svn revision of kismet is 1826. I’d really like to get passive mode working on my macbook pro, but if I can’t, i need to know that too.
We were all talking about KisMac, not Kismet :) Download and compile that from svn, and passive scanning will work on MacBook Pro. (I haven’t tried this on a non-pro yet but the chipset should be the same so it should work too.) The url for kismac is http://www.kismac.de/.
I am trying to compile kisMac (svn r158) but I can’t seem to get a succesfull built.
Here is a line from my compile.log:
CpResource build/Universal/KisMAC.app/Contents/Resources/growl-wpa-challenge.png Resources/Icons/growl-wpa-challenge.png
cd /kisMac
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks /kisMac/Resources/Icons/growl-wpa-challenge.png /kisMac/build/Universal/KisMAC.app/Contents/Resources
pbxcp: growl-wpa-challenge.png: No such file or directory
Can you tell what I should do to solve this problem?
All I needed to do for a successful build was run the ‘compile.command’ file in there.
Pobably a bug in r158. I just managed to built 153 succesfully…
Are you sure you can get KisMac to work on passive mode on a MacBook Pro, because in its homepage it specifically states no support for airport extreme on macbookpros.
I said “Are you sure you can get KisMac to work on passive mode on a MacBook Pro, because in its homepage it specifically states no support for airport extreme on macbookpros.” i meant passive mode support, sorry.
Having used it, I’m pretty sure. The statements on the kismac home page apply to the version downloadable from there, which indeed does not support passive mode on macbook (pro)s. However, if you pull the source from their subversion repository and build it yourself, then it will work. It will not do packet injection, however, but it does passive scanning of networks including data capturing.
Hello everybody I’m a newby for compiling code line etc. Could describe me precisely the procedure to add the r153 ? Thanks !
You need to install subversion (http://subversion.tigris.org/) and the MacOS X developer tools (XCode Tools, on the Tiger DVD).
Then, in a terminal, do:
/usr/local/bin/svn co -r 153 https://svn.binaervarianz.de/kismac/trunk/ kismac-source
cd kismac-source
./compile.command
When it’s done, you’ll have a kismac.app in build/Universal.
Look at the developper wiki : http://kismac.de/_trac/
The latest version is r159.
You can directly download a zip file from there.
Follow Marco’s instructions they work like a charm latets revision is 162 .
MBP
Kismac R162
I can get the scan feature working with APE in passive mode, but can’t authenticate (error msg: “no primary injection driver”). Anyone know a solution to this problem?
MB 2,0
Same problem for me, injection not supported. Anyone found a solution yet? Tnx in advance!
Managed to get this far by carefully reading http://kismac.de/_trac/wiki/BuildingFromSource
I can’t get kismac to work! I installed it in my normal macbook, but when I try to run the airport extreme passive mode driver, it tells me that it cannot run in macbook pros or new mac minis. How can I fix that? Your help will be apreciated.
works great! thanks
Hi,
I have been conducting similar tests to yours. I am a little disappointed with Kismac on the 17″ MacBook Pro, it only seems to pick up new networks when you hit the stop and start scan. I was wondering if you are having the same experience.
Regards
Bungy
Bungy: No, my 15″-es and non-pro MacBooks find networks as they are detected by the wireless card. No need to hit buttons.
Hi Marco,
cheers for the prompt reply. Since putting the system into promiscuous mode by following you comments above, I too am now picking up networks as they happen.
Many thanks Marco, appreciated
Bungy
Can someone email me (perhaps the author of this blog) the universal compiled version of kismac that works with the Macbook?
I’ve tried the r159 version and it doesn’t support injection and after gathering about 10mb of data it still tells me that I need to gather more packets.
Thanks in advance! thinhthang[at]gmail.com
Cheers!
packet injection isn’t supported with the intel wireless chips used in the macbook afaik. the pros again have different hardware (atheros? broadcom?), so i don’t know at all about these.
i’ve sent you r216, have fun with and don’t do anything bad willya? ;)
hummm i just noticed r216 is quite borked :/
switching the view in the main windows causes a crash in most cases…
so has anyone gotten the latest SVNs to work with a macbook pro? did the r216 work? please email me if so! thanks!! vesh@veshman.com
Revision 216 works on my mbp. No packet injection though, that isn’t supported (yet).
where do I d/l r216 from? i can’t seem to figure it out. thanks. no packet injection = no wep cracking, right?
Just checkout the most recent version from subversion. (Use the commands mentioned earlier but leave out ‘-r 153′.)
And you can crack WEP without packet injection, but you need to gather a lot of traffic to do it so it’ll take much, much longer.
ok, thanks! I got it installed..thanks! i’ll post how it goes!
what driver do I use? the airport extreme passive, or the atheros pasive?
How long does it take on average to break wep without injection? Sorry for cluttering up your blog comments.
I use the passive airport extreme driver. I doubt the atheros driver will work but haven’t tried.
I don’t know how long it’d take to break WEP without injection, but it depends on the level of traffic. I suppose it can take less than an hour on a really busy network.
Anyone have the binaries for this?
You need to install subversion (http://subversion.tigris.org/) and the “MacOS X developer tools (XCode Tools, on the Tiger DVD).
Then, in a terminal, do:
/usr/local/bin/svn co -r 153 https://svn.binaervarianz.de/kismac/trunk/ kismac-source
cd kismac-source
./compile.command
When it’s done, you’ll have a kismac.app in build/Universal.”
i was working through these steps and i got an error from svn of:
svn:SSL is not supported
what should i be doing differently?
Probably you didn’t install a good version of subversion. Get the one here: http://metissian.com/projects/macosx/subversion/. Also, leave out the ‘-r 153′, so you’ll get the most recent version.
great thanks! i am about to reboot and turn all my internet apps and disable the airport extreme in my mac book pro to see if it works…
thanks for your quick reply!
ok yup it worked, i can do passive and active with my macbook pro, and airport extreme.
now i just have to learn how to use kismac haha…
have any of you guys played with Kismet? i was trying to get it going first, and was unable to… thats why i switched to KisMAC.
well i found another prob. i am trying to play with kismac and sometimes i get an error that says
“no injection driver” as its title. anyone come across this issue?
Yes, it’s a known issue. Injection is only supported with a very specific few wireless devices. Unfortunately the airport extreme card isn’t one of them.
Oh, and kismet is basically the same as kismac, except kismac has a nice gui and some extra features.
do you have a injection compatible solution for my mac book pro?
are they working to add this fix into kisMac?
Nope, no one outside of apple seems to know how to do this with the airport extreme chipsets (though I can imagine this working sooner on the intel ones than on the ppc ones because if I’m not mistaken, the intel macs use an intel wifi chip whereas the ppc macs use broadcom).
If the kismac folk knew how to do it, it’d be in there already.
Building for configuration… Universal
Building install image… NO
Checking for required enviroment… ok
Decompressing UnitTest bundle… ok
Decompressing Growl framework… ok
Determine Subversion Revision… /Users/david/kismac-source/trunk/compile.command: line 1: svn: command not found
Preparing Enviroment… touch: ./Sources/not public/WaveSecret.h: No such file or directory
ok
Building MACJack driver… ok
Building Viha driver… ok
Building AtheroJack driver… ok
Building AiroJack driver… ok
Building binaervarianz openGL framework… ok
Building generic binaervarianz framework… ok
Building AirPortMenu tool… ok
Building KisMAC installer application… ok
Building KisMAC main application… ** BUILD FAILED **
logout
[Process completed]
AhhhH! I can’t figure out why it keeps failing. Ideas anyone? Os 10.4.8 with xcode 2.4.1. Thanks in Advanced.
~David
I have a macbook with an Intel Dual Core CPU (non-pro, 60 GB, 1.83Ghz, lowest model). I have been trying hard to figure out what chipset I have to see if KisMac is compatible with my laptop. I can see the networks, but I am not getting any packets. Can someone shine some light on the situation for me? Is it not possible to get packets because of the built-in wireless card, or do I just need to compile KisMac using the above directions and it’ll work?
Thanks in advance,
hehaha
Hi just trying to compile ANY of the svn stuff. ive tried r153, and r217 and it keeps failing at the building generic binaervarianz framework.
when i have a look at the xcode project and try to build it from there it fails at the
copying SubProjects :AirportMenu
pbxcp: AirportMenu: No such file or Directory
anybody know what this means??
im kinda new to this whole compiling on a mac thingo, so i hope i havent done anything wrong
heres a link to a fixed version of kismac,dat suports passive mode on de airport extreme cards http://www.lvlolvlo.net/my-files/
Really nice thread, very helpfull, nothing elso out there on intel support with kismac, seems its the only way to go for wep cracking, im gonna try follow steps in here…..thx again.
Hi, I got the latest Subversion # 1.3 Stable
Version 1.3.1 - Released 4/3/2006 * Universal Binaries * at http://metissian.com/projects/macosx/subversion/
and I installed osx deveoper tools
Then i used this command to download kismac version that works with intel:
/usr/local/bin/svn co https://svn.binaervarianz.de/kismac/trunk/ kismac-source
cd kismac-source
./compile.command
Terminal gave this response
Building for configuration… Universal
Building install image… NO
Checking for required enviroment… ok
Decompressing UnitTest bundle… ok
Decompressing Growl framework… ok
Determine Subversion Revision… ./compile.command: line 1: svn: command not found
Preparing Enviroment… ok
Building MACJack driver… ok
Building Viha driver… ok
Building AtheroJack driver… ok
Building AiroJack driver… ok
Building binaervarianz openGL framework… ok
Building generic binaervarianz framework… ok
Building AirPortMenu tool… ok
Building KisMAC installer application… ok
Building KisMAC main application… ok
I cant find kismac.app in spotlight and i know this sounds silly but where is the directorty build/Universal so i can look in there (although i presumes spotlight would have found it. Did the line 1 error affect install?
Sorry for the long post, any help appreciated.
I downloaded the kismac zip from http://www.lvlolvlo.net/my-files/
and active mode is working, but not yet passive.
upon reboot passive mode worked… THANK YOU ALL, YOU RULE AND MERRY CHRISTMAS!
one more thing, how then can i hack the wep/wpa without the injection (deauthenticicate) working? Or can you get that working to, otherwise kismac apart from the gps feature i guess os pretty useless as wi fi networks show up under airport anyway.
What’s the process to obtain wep keys using kismac without injection? I’m running MBP and have managed to get KisMac installed properly.
What’s the process to obtain wep keys using kismac without injection? I’m running MBP and have managed to get KisMac installed properly.
Wait until you have enough weak packets collected. The injection just speeds up that process.
i did it for 2 hour bt no Data Packets or Unique IVs only Packets
I just got R208 from the KisMAC-Trac site and installed it on my MB. I can see the networks and get my Airport Extreme card running in passive but not injection. How do I go about cracking a WEP key without injection?
I am a bit of a n00b with these things and new to Mac, so any help would be appreciated.
Thanks in advance.
guys, you should read carefully. Not only this blog but the kismac manual as well (RTFM)
INJECTION IS NOT SUPPORTED USING AIRPORT EXTREME CARDS. For that, you would need to get another wireless card supported by kismac.
Nevertheless, WEP cracking is possible, it just takes more time to crack, and depends on the traffic of the network you are cracking (more traffic, less time to crack.) You can notice in the kismac manual they recommend getting at least 1′000,000 packets. I’ve cracked some networks, and after you get 1′000,000 packets, it takes kismac about a minute to reveal the hex password.
I just got a core 2 duo MBP. I’ll install the newest version and try passive scanning. I’ll let you know if I encounter any problem…
@Boru
And have you encountered any problems yet?
I just got my Macbook Pro (lovin it by the way!), and I used a wep cracker b/4 on my linux machine. This is all greek to me, so I greatly appriciate it if you could email me step by step on what to exactly do (literally, tell me what to click on and everything! I need it as lamance as you can possibly make it). I would be forever greatful. My email is Stealth_Fox@mac.com
Thank you!
just got a new MB, i am new to macs and loving it. I have the new kismac. it appears as though it is loading my pasive AE. The program scans but no results are shown - there are networks around. Do i need to compile something. I am a little new to compiling on a mac. Any help would be most appreciated.
cheers, cam
Vincer: Yes, the new compiled version is not very stable. Sometimes when you start the scan you get no packages. It takes about 2 or 3 tries to start getting packages. And it crashed one time, I lost all the traffic I got through the morning… Of course it’s a beta version so one could expect those things to happen. Anyway, I’ve been able to do passive scanning and getting a lot of traffic.
For the newbies: download a compiled version from http://www.lvlolvlo.net/my-files/ (thanks to the guy who posted it)
You just unzip it, and you have the app ready to run. You don’t need to compile or install additional developer software. You can do passive scanning. Remember it’s not a stable version, so be patient until the kismac guys release the official update.
Hello
I installed the Kismac.app provided here on my MBP 15.
Is it normal i only get “Packet”. No data packet or Unique IV.
Will this allow to crack the WEP key ?
Thanx
Great thread thanks for the info…
I’ve downloaded and compiled r217 to my macbook and (intel) mac mini. The mini has been running, with several stalls and crashes for a couple days and is up to around 500,000 packets on a couple local WEP networks. Like others, I have not “data packets” and no unique IV’s.
Per Boru’s comments, is it safe to believe that when I get over 1,000,000 packets, Kismac will still be able to crack the WEP passwords even without any “data packets” or unique IV’s? Also, is it 1,000,000 for both 40 and 128 bit WEP’s?
Thanks
well ill jump on the bandwagon. just got my mbp too and looking forward to anymore info. Thanks.
boru, did you have any luck with cracking the WEP passwords without using the injection method?
hey guys,
helpful thread, this.
i have a 15″ intel macbook pro and i’ve been playing with kismac
and packet capture and such.
i understand that there is no injection with the built-in wireless adapter,
so, does anyone have a good suggestion or recommendation as to which kismac-supported wifi adapter to buy for the macbook pro?
anyone using a supported adapter for the ExpressCard/34 slot?
with success?
i would like to find a good, practical solution for WEP cracking on the macbook pro.
thanks in advance to everyone.
got it working. now i have over 2000000 packets for one sever. when i tyr to crack it, kismac still tells me i need to collect more packets. I have plenty of packets but no unique ivs, or data packets. WIll i beale to crack or do i need the unique iv’s. How do i et unique ivs. Thank you in advance
Can you get any unique IV or data packets by doing only passive scanning?
hello marco, when do you think to get a functional version for macbook Pro ? I mean how many time left ?
hey sunnz, i am using passive mode(strictly) and only get packets-no unique ivs. anyone else having this problem
guys!
kismac R220 not support injection…HOW I CAN crack a wep wireless or a wpa wireless network??? thanks
Hey how are you, I been using Kismac to test out my WEP. I got it to find my Key, but it’s in a long form of “FF:FF:FF:” etc, etc. is this the right key? I don’t know becuase it is in that form? How could I convert it in the password form/ how could I apply it to see if it is the right one and my password is broken?
I compile KisMAC on my Macbook Pro, and it is capturing packets in passive mode. The thing is, it doesn’t seem to be capturing data packets, even when I’m sending data across the network. Has anyone else encountered this?
Hi Marco.
What about your developpment ?
Um, I don’t develop, sorry. When packet injection on airport extreme gets implemented depends wholly on the kismac people, who I’m sure are trying to figure out how to do it. Doing it requires knowing how to make the hardware send unmodified packets, something it tends to not don’t ‘just do’, it needs to be told using hidden functions and such.
ok… I hope one day it will be possible to crack wep in active mode with a MBP…
hey, i got a successful build for my airport card. And am now trying to get kismac working with a linksys wusb54g version 4 using the usb drivers build. I get a successful build but i will not recognize my usb device. Does anyone have kismac working with a usb device for reinjection, an dif so how did they go about it. do i need to install the ralink drivers or not.
thanks in advance for the help.
cam
Hello again, it’s been a long time.
Cam, do you own a macbook or macbook pro?? Would you recommend that wireless device you bought? Let me know if you get it to work with kismac, or if it supports injection with that specific device.
For some people, an answer: NO, you cannot crack a network in kismac without getting data packets.
Another answer: YES, you can crack a network in kismac without any injection driver, you only need a passive mode driver (and getting data packets.)
All of the above is inside the kismac manual, you should read it.
Back then when I compiled, I noticed kismac would rarely start getting data packets and unique IV’s. It takes several tries before it can start reading data packets, but then again, it’s a development version so one could expect that. I don’t really recommend using this version before it’s released.
Maybe I’ll download a newer development version and try again… or maybe not… I already cracked all the networks at home with my old powerbook, and I don’t plan on trying harder with a buggy version of kismac. So I think I’ll sit and wait for the next release. Maybe you should do the same thing, unless you are feeling really lucky ;)
got it working boru.
I had to remove my kismac plist and two other files that i am not sure about(extentions.kextcache and extentions.mkext) i just remember them being a problem with a earlier version i think.
RIght now i am scanning passivly with a linksys wusb54g V4. i did not have to install the ralink drivers. Just had to remove the kimac plist and the two other files(not sure if i needed to).
I am now picking up unique iv’s. slowley but they are there. I have ried reinjection, but i dont think i had enough unique iv’s. But it didnt crash so i guess thats good.
i compiled from the usb drivers build - r217 i think
in terminal:
svn co https://svn.binaervarianz.de/kismac/branches/usb-drivers kismac
it took a little fiddleing - i dont think i had my svn proberly installed the first time. I am very new to macs so there is a bit of a learning curve
Hello everyone, I’m not a developer, and do not know how to code. I have the version of KISMac that works with my macbook. I’m able to use passive mode, but I get a error message about a injection driver. What is the best way for me to crack networks with WEP keys? If someone could e-mail me steps to do in order to complete this goal please contact at matthewthemacgeek@gmail.com
Please make directions VERY easy to understand….
Thank you!
I would really like to know the answer to this too!! Can anyone help us? TIA!
Quote: “On February 12th, 2007 at 04:40:04 Sal said:
Hey how are you, I been using Kismac to test out my WEP. I got it to find my Key, but it’s in a long form of “FF:FF:FF:” etc, etc. is this the right key? I don’t know becuase it is in that form? How could I convert it in the password form/ how could I apply it to see if it is the right one and my password is broken?”
but we can do wep cracking with mbp and external usb prism 2 chipset wifi antennas right?
yes you can mitsukai
“FF:FF:FF:” is a mac adress. Not you wep key neither your password.
If you can’t understand the directions here, maybe you shouldn’t be fucking around in networks…
hi,
try this:
screammy.name/projects/kismacmacbook/
here is a howto on building kismac for your mac.
greetings from Utrecht ;)
dr.apple, thx a lot, now can receive packages on my mbp :D
I’ve been scanning for 4 hours now and the most i have on one network is 26.000 packages, the reinjection, authentication and deauthentication are not working…Do i realy have to wait for like 24h before i can crack my first network? Or is there a way to get those things faster on my mbp?
And is there still no sign of a official release for mbp’s in future?
thx a lot, greetings from The Hague, The Netherlands
Hey guys, great thread although I do wonder why people are asking the same questions as others, it’s not so hard to read the whole forum, answers are everywhere.
I have to give thanks for the compiled version of Kismac that works with MBPs. Really saved my bacon. I’ve got a bunch of traffic being picked up but I am suffering the same problem as others, no data packets or IVs coming in. I’m going to head home and try the solution Cam had of:
“I had to remove my kismac plist and two other files that i am not sure about(extentions.kextcache and extentions.mkext)”
but does anybody have any other ideas? At this stage it sounds like a fingers crossed solution.
Cheers,
Dr. apple: Thanks for finding that guide-
I’m totally new to OS X but I thought I’d give this s try. Everything worked out until I tried to compile the image. I ran the command:
./compile.command image
I saw about 13 lines of “ok”s, including revision # “237″ but then I get this line of code:
“Building AirPortMenu tool… ** BUILD FAILED **”
What am I missing here?
Thanks in advance
I am still amazed at the general lack of literacy people have.
90% of the questions here are answered in the article……. do people just read the title and post a comment?
READ!!! You can learn alot!
this thread has been way helpful, thanks so much for the guys answering questions. i am pretty new to wep cracking. i am running the beta build of kismac linked above and am able to passively scan using my macbook pro.
a few questions:
1) it is not possible at all to crack a wep without data packets or unique ivs, no matter how many packets i collect?
2) someone mentioned above to keep restarting kismac until it starts picking up unique ivs and data packets.. how long should i wait until for them to start collecting before i try restarting it?
Niackbuster…FF:FF:FF… is not neccesarily a mac address. It’s simply Hexidecimal. Any number can be converted to hexidecimal notation. In the current context of this discussion, FF:FF:FF..is the hexidecimal representation of the WEP key.
Yes it can be. BUT when you’re talking about something like FF:FF:FF:FF:FF:FF, you’re normaly talking about a mac adress.
Dou you have any news about a new version of kismac which will be able to work in passive mode ?
OK.
So far, I’ve gathered several things, both from this site and http://www.lvlolvlo.net/2006/11/23/kismac-on-a-macbook/ , which is where the coplete compiled version of KisMAC comes from.
I understand that the compiled version supports passive scanning, but can you collect unique IVs and data packets with the airport card on the macbook pro? no one has answered this question as far as i can see. Boru and Cam got close, but failed to explained it properly. CAN YOU COLLECT DATA PACKETS AND UNIQUE IVs WITH THE AIRPORT CARD WITH THIS COMPILED VERSION OF KISMAC?
I expect the answer is no.
Meaning this is a rather pointless kisMAC compilation.
last working kismac on new macbooks and pro´s is version KisMac021a.zip so give it a try it supports passiv mode with airport extreme.. -> http://kismac.de/download.php cheers .. have fun remember ya need alot packets (1mio ) for cracking .. it does not support injections mode ..
Janni, of course kismac-021a won’t work (passive scanning) with newer macbooks or macbooks pro (that means newer airport cards). That’s the whole point of this discussion.
Hazz, I failed to explain myself properly. I guess you are right about the answer: so far you cannot collect data packets and unique IV’s in recent compiled versions of kismac (in my experience, maybe somebody got lucky.) Maybe at first I thought I was getting data since I was receiving packets in passive mode (after several tries) but then I realized there were no data thus not unique IV’s… sorry for the misunderstanding.
So far you can do passive scanning, but it won’t get data packets, and so no unique IV’s. So it’s practically useless for wep cracking. I hope this is clear for those questioning about data packets and wep cracking:
NO DATA PACKETS = NO UNIQUE IV’s = NO PRACTICAL WEP CRACK
I guess the only alternate solution for now is to buy a third party wifi card and compile a driver for kismac, as Cam cleverly did. But this method requires a certain level of computer experience… and since I’ve noticed most of the users around haven’t even read the kismac manual, it won’t be an easy task to accomplish :P
I believe all questions have been answered by now. I pray the next post is about someone who got kismac working with a new airport card and not somebody asking the same thing over and over again 8-)
Just so ya guys know.. check the kismet SVN for the new code. We have kismet working on Macbook Pro’s , Mac Minis, and Even Apple TV’s!
Kismac is no longer needed for wifi love ala OSX nor is Viha.
I’m using a intel macbook pro and I downloaded this and when i tried to configure my airport card I got this error message
KisMAC is not able to load the Apple Airport driver, if you killed it by loading the Viha driver. Try restarting KisMAC.
I restarted it and nothing happened then I got an error message that said this
KisMAC was able to load the driver backend for Airport Card, but it was unable to create an interface. Make sure your capture device is properly plugged in. If you think everything is correct, you can try to restart your computer. Maybe your console.log and system.log show more details.
I have no idea what to do please help me.
hi, i’m connect to a router trought an ethernet-switcher, this router have a wi-fi.
i’ve access to the router pointing to 192.168.1.1
in it i can read some information about the wi-fi
encription
have you a suggestion on how to use this information
to crack the wi-fi ?
at this image what i can see in the router wi-fi setting :
http://img215.imageshack.us/img215/8457/immagine1kl8.png
thanks a lot for any suggestion!
(i’m on a mbp15 + kismmac from last svn code)
I am having the same problem as RobScheflo above in comment 100. Any help would be apreciated.
Спасибо! Пригодится…..(-___________-)
супер оригинально
Спасибо за чудо))
Трогательно)
Благодарю!
Класс! Афтару респект!
потрясающие идеи…нам перенять бы …великолепно.
Мало чувств.. но красиво…
тема реально старая
Вах-вах-вах
Напомнили….Точно, все так.
…. вот так вот…..
мдяяяя ….. *много думал*….
автору спасибо за пост !!
Шикарно, возьму в дневник
Ничего себе подборочка!!!!!!! Великолепно!
Случайно увидел. Не ожидал.
ммм)) так клёво))
Спасибо большое!
круто..взяла почти все))
мне нра) хорошая идея.
Было интересно посмотреть!!!
ммм)) так клёво))
=))))))
очень красиво, вот бы у нас так сделали
Забавно )
Спасибо большое!
Это должно быть в цитатнике
круто..взяла почти все))
Напомнили….Точно, все так.
Это должно быть в цитатнике
ha ))
дяяя….старая темка, но ми тут нету^^ даже если не по картинкам смотреть))) нету и фсё^_^
Animal rape….
Rape video. Fantasy rape stories. Rape sex. Free rape videos. Rape cases. Rape. Anime rape….
Ничего себе подборочка!!!!!!! Великолепно!
Большое спасибо! Есть ещё повод получить удовольствие… С вашего разрешения, беру.
Трогательно)
Красиво
очень красиво, вот бы у нас так сделали
Супер!!!
круто..взяла почти все))
класс)мне понра)особенно!
Видела…видела….слишком всё утрировано, но круто)))
Это должно быть в цитатнике
Шикарно, возьму в дневник
Soma….
Soma muscle relaxer. Soma petroleum. Soma muscle relaxant. Soma….
Вам спасибо - за тёплый приём )
ух ты как крууууууууууутооооооо))
дяяя….старая темка, но ми тут нету^^ даже если не по картинкам смотреть))) нету и фсё^_^
“Мне все понравилось”
“Мне все понравилось”
“Ты один из немногих, кто действительно хорошо пишет”
“Достаточно интересная и познавательная тема”
хм…ну это памойму уже крайность…
Благодарю!
Класс! Афтару респект!
здорово)
“Прямо даже не верится”
Красиво
Класс! Афтару респект!
“Жжешь”
…. вот так вот…..
Интересненько=)
“Спасибо за статью”
“Отличный пост”
“Очень познавательно”
“замечательные посты”
“ваш блог у меня в фаворитах”
Классно!
хорошая подборка)
Какая прелесть!!!!!!!!!!!!)
Ну жесть конечно…
хм…ну это памойму уже крайность…
И правда креатив…супер!
все может быть=))))))
вот это позитив) просто класс)
хорошая подборка)
Красота, особенно первая фотка
Красота, особенно первая фотка
Читаешь это и думаешь….
Ничего себе подборочка!!!!!!! Великолепно!
“5ка”
отличная статья, интересно было читать
здорово)
Thanks for the great tips.
Хороший пост! Подчерпнул для себя много нового и интересного!
Пойду ссылку другу дам в аське :)
Подскажите, а как пройти в библиотеку?
Nice post man i just signed up to flickr to!
qirutcf61amqt3yj
Hmm. Good question.
Меньше слов больше дела, как говорили наши предки.
Thanks for the great tips.
Thanks for this - great idea.
Thanks for the post, I have been having the same problems.
Hmm. Good post.
Thanks a lot for this post
Веселое изложение серьезной темы - 5 баллов, грамотно раскрыли всю подноготную этой темы.
Cool game
15/8 STASH @ Roskilde
Top 10 Bollywood Actress
Гипогликемия-низкий уровень сахара в крови!
Blog Miink
El Inter de Mitente pasa de fase
Блог в ридер однозначно
Вот решил вам немного помочь и послал этот пост в социальные закладки. Очень надеюсь ваш рейтинг возрастет.
Не стану говорить за остальных, но именно мне этот пoст понравился.
Огромное вам пасибо! а еще посты на эту тему будут в будущем? Очень жду!
Добавил в свои закладки. Теперь буду вас намного почаще читать!
Наткнулся случайно на Ваш блог. Теперь стану постоянно просматривать. Надеюсь, не разочаруете и дальше :)
Buy xanax online….
Buy xanax online. Buy xanax without prescription. Buy xanax precrition needed. Buy cheap xanax. Xanax buy at discount. Buy no xanax online prescription all on one site. Where to buy xanax online without a prescription….
Бестолково, беспорядночно и глупо написано, комментаторы только и рады засунуть ссылки в ваши бредовые посты.
А почему вот единственно так? Читаю, как можно раздвинуть этот обзор.
Что-то футер у вас вправо съехал (в опере при разрешении 1024х768)
Я извиняюсь, что немного не в тему, а что такое RSS? и ка на него подписаться?
http://www.nicshehuman.ru/.
, .
Почему этот вебсайт не имейте другую поддержку языков?
Добавил в свои закладки. Теперь буду вас намного почаще читать!
Can you do a follow up on KisMac? I am interested in finding a current build that will work on a Macbook Pro.
Смотреть фильмы онлайн
Спасибо! Супер статья! Блог в ридер однозначно
mac is cool) if you just look =)
Hey hows it going Al! I was just wondering on your comment about C++0x extending C++.