Besides how do I get my wifi to work in vmware this may be the most asked and most covered thing on this forum. Try a little searching.
find / -name kismet.conf will find your file
Hi all,
I just downloaded and liveCD'd BT4, after some searching and other such fun I came across a tutorial for Kismet. For a while now I've been trying to use it but keep running into various errors, I've tried my laptop and server(With wireless card) but kismet seems to hate both.
First, of course, I just went into the terminal and wrote Kismet, and it told me that there was no such device wlan0, fair enough.
iwconfig told me that eth1 was the thing I should try, so I tried:
kismet -c eth1
Which produced: Illegal card source line 'eth1'
I then tried "airmon-ng start eth1" which put eth1 into monitor mode, I tried the kismet -c eth1 command again with the same result(I didn't expect this to do much but it was worth a shot).
I was going to modify the kismet.conf but after looking around I found that the conf file isn't in it's default location ( /usr/local/etc/kismet.conf ), and I couldn't find it.
I have looked through documentation and various tutorials on the web but can't find a solution, I think the problem is that perhaps 'eth1' normally refers to an ethernet port, so perhaps bt isn't picking up my wireless card. Here's the info that airmon-ng start eth1 gives me:
Interface: eth1
Chipset: intel 2100B
Driver: ipw2100 (Monitor mode enabled)
Thanks for any help.
Besides how do I get my wifi to work in vmware this may be the most asked and most covered thing on this forum. Try a little searching.
find / -name kismet.conf will find your file
As stated, I'm using a liveCD, is there a way of allowing it to work without putting it in a VM / Installing the OS onto my HDD?