Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bahua129044yHe means strike the CD-ROM drive violently until your problem goes away, because virtual machines don't need WiFi, since their connection is provided by their host machine.
-
Your 'host' machine (PC) provides networking to your 'guest' (Kali). For the sake of abstraction, guest machines do get provides with a standard Ethernet interface (typically some old Intel card or one without a physically equivalent). What networking hardware you have on your host does not matter - it could even be Bluetooth - virtual machines will only ever see the virtual Ethernet adapter it has.
You host by default acts as a router with NAT, or as a switch (bridge). You can configure which network interface is used for this router or switch, but the guest will only ever see a virtual Ethernet adapter.
If you really need to pass the adapter (e.g. if you want to use low level functionality for aircrack, wifite, and so on), pass the USB device to your guest. Note your host system and guest cannot use the device at the same time. -
bahua129044yJust search for "virtualbox pass usb" on any search engine for much better information than you'll get in a forum thread.
-
Cut out the virtual machine. Most Kali tools need low level hardware access. Just install it on a USB stick and boot from it.
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Hi guys , i'm having a problem with kali linux on virtualbox, my pc doesn't have wifi built in so i am using a usb wifi adapter , but when i open kali linux i can't use wlan0 , only eth0, so does anyone know a solution to this ?
question
kali_linux
virtualbox
wifi
linux