I'm using Virtual Box kali linux using network NAT, and I'm trying to do
Using netdiscover, there are only 3 results, but they make no sense too, because their last octet are just .....2, 3, and 4.
This could be relevant, but I did read about using an external wifi adapters for virtual machine. However, I don't think "currently" it have anything to do with my virtual machine having mismatch address & netmask.
Edit: I used wireshark, and it seem there is no [SYN, ACK] and [ARK]. Just [SYN], [TCP retransmission], and [RST, ACK]. I'm not sure why it deliver the same package twice, but I'm sure it because it related to the main problem I have.
nmap
scan, however something is wrong. By using ifconfig
, I saw that my IP address first octet is 10.0.2.***, but its netmask is 255.255.255.0. That's doesn't make any sense. If its netmask is that value, then it should be using class C 192.168.1.*** All nmap results are ignored status.Using netdiscover, there are only 3 results, but they make no sense too, because their last octet are just .....2, 3, and 4.
This could be relevant, but I did read about using an external wifi adapters for virtual machine. However, I don't think "currently" it have anything to do with my virtual machine having mismatch address & netmask.
Edit: I used wireshark, and it seem there is no [SYN, ACK] and [ARK]. Just [SYN], [TCP retransmission], and [RST, ACK]. I'm not sure why it deliver the same package twice, but I'm sure it because it related to the main problem I have.
Last edited: