Spero che qualcuno possa rispondere al mio problema. Sto eseguendo Kali Linux 4.14.0-kali-amd64 (più recente) in VM VirualBox v5.1.30. La macchina host è Windows 8.1 e l'adattatore USB wireless è Panda Wireless N600 Dual Band. Ho le impostazioni di rete in VM come Bridged Adapter per la mia scheda wireless interna e posso eseguire il ping ed eseguire correttamente airodump-ng wlan0 con risultati.
Non ottengo mai un indirizzo IP per l'interfaccia Wlan0 in ifconfig -a o eseguendo il comando route -n e non riesco a capire perché. Posso dirti che ho un modem / router all-in-one, non sono sicuro che sarebbe un problema. Ive ha postato nel testo qui sotto e ha cancellato gli indirizzi mac. Grazie in anticipo a tutti coloro che possono aiutare.
root@kali2017:~# ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.0.59 netmask 255.255.255.0 broadcast 10.0.0.255
inet6 xxxxxxxxxxxxxxxxxx prefixlen 64 scopeid 0x0<global>
inet6 xxxxxxxxxxxxxx prefixlen 64 scopeid 0x20<link>
inet6 2601:201:1:4ee0:91d3:4b88:75d3:8e77 prefixlen 64 scopeid
0x0<global>
ether xxxxxxxxxxxxxxx txqueuelen 1000 (Ethernet)
RX packets 58 bytes 8752 (8.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 60 bytes 5399 (5.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 24 bytes 1432 (1.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 24 bytes 1432 (1.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether aa:d4:12:6e:e1:45 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@kali2017:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref UseIface
0.0.0.0 10.0.0.1 0.0.0.0 UG 100 0 0 eth0
10.0.0.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0
wlan0
dovrebbe avere un indirizzo IP? Hai provato a connetterti a una rete wireless?