I have a MACBOOK and installed vmimage of BT4. Is it possible to use the vmimage of BT4 as gateway and share wlan0's internet connection to the macbook through vmnet1.
I'm trying to do this without...
Type: Posts; User: dimifak; Keyword(s):
I have a MACBOOK and installed vmimage of BT4. Is it possible to use the vmimage of BT4 as gateway and share wlan0's internet connection to the macbook through vmnet1.
I'm trying to do this without...
ifconfig ra0 up
iwconfig ra0 essid <name of the essid>
ifconfig ra0 <ip you want>
route add default gw <ip of the gateway>
echo "nameserver <ip of the dns try the same as gateway>" >...
for cracking purposes it is better to use r8187 module
not the kernel's module rtl8187
you can blacklist the module you want doing this
if you try to unload a module which is not loaded you will receive
i noticed all the days i use bt4f module r8187 works fine with
use this script to connect to a wpa AP
You can use r8187 module to inject
rmmod rtl8187
modprobe r8187
airmon-ng start wlan0
airodump-ng wlan0 .........
for the rtl8187 module
Every time i try to connect in wep, wpa, even in open AP
the card does nothing. In monitor mode everything works great. (fake auth-injecting-wepcrack)
The card is a PCI with AR5212 CHIPSET
when...